/* CSS Document */

 body {
	margin: 0;
	padding: 0;
	background-color: #000000;
 }
 body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
}
 .style4 {color: #660000}
.style6 {color: #333333}
.style7 {font-size: 12px; font-family: Georgia, "Times New Roman", Times, serif;}
 .style8 {
	font-size: 16px;
	font-weight: bold;
	color: #990000;

}	
.style10 {color: #FFFFFF}
#mainnav a:link, #secondnav a:link {
	color: #FFFFFF !important;
	text-decoration: none !important;
}
#mainnav a:visited, #secondnav a:visited {
	text-decoration: none !important;
	color: #FFFFFF !important;
}
#mainnav a:hover, #secondnav a:hover {
	text-decoration: underline !important;
	color: #66CCFF !important;
}
#mainnav a:active, #secondnav a:active {
	text-decoration: none !important;
	color: #FFFFFF !important;	

}
.style11 {color: #003366}
 a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: underline;
	color: #66CCFF;
}
a:active {
	text-decoration: none;
	color: #003366;	

}