BODY {
	background: #000000 url(none);
	color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	scrollbar-face-color: #666699;
	scrollbar-shadow-color:#330099;
	scrollbar-highlight-color:#CCCCCC;
	scrollbar-3dlight-color:#000066 ;
	scrollbar-darkshadow-color: #000033;
	scrollbar-track-color:#000000;
	scrollbar-arrow-color:#ffffff;
}

TD {
	color : white;
	font-family :  Arial, sans-serif;
	font-size: 11px;
	
}

TD.hdr {
	color : #FFFFFF;
	font-family :  Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	
}

H1 {
	font-size: 16pt;
	color: #CCCCCC;
	font-style: italic;
	font-weight: bold;
}

H2 {
	font-size: 14pt;
	color: #FFFFFF;
}

H3 {
	font-size: 13pt;
	color: #FFFFFF;
}

H4 {
    font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	color : white;
	}

A {
	text-decoration: none;
	font-weight: bold;
	color: gold;
}

A:Hover {
	text-decoration: underline;
	color: #FFFFFF;
}

HR {
	color: silver;
	height: 2pt;
}

