/* CSS Document */
body,td,th {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000000;
}

#white a,a:link,a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
 
#white a:hover ,a:active{
	color: #FFFF00;
	text-decoration: none;
	font-style:italic;
	
}
#black a,a:link,a:visited {
	color: #000000;
	text-decoration: none;
}
 
#black a:hover ,a:active{
	color: #999999;
	text-decoration: none;
	
}
.style1 {color: #666666}
.style2 {color: #FFFFFF}
.style3 {color: #9F1E01}
.style5 {color: #283A8E}
.style7 {font-size: 11px}
.style6 {color: #9F1E01; font-weight: bold; }