body {
	background-color: #003366;
	
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: 500;
	}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	font-weight: 800;
	}

.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #990000;
	font-weight: 800;
	}

.style4 {color: #FFFFFF}


.style5 {	
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: 900;
	font-size: 11px;
	}

.style6 {	
	color: #990000;
	font-weight: 900;
	}

.style7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
	color: #333333; 	
}

a 	{
	color: #006699;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	text-decoration:underline;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}
a:active {
	color: #990000;
	text-decoration:none;
	font-weight: 900;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
