/* CSS Document */
body {
background:#061E7A;
}
a 
{
	color :#57a5dd ;
	font-family: Arial, Verdana;
	font-size: 11px; 
	text-decoration: none;
		text-indent : 10pt;
}

a:hover 
{
	color : White;
	font-family: Arial, Verdana; 
	/*font-weight: bold;*/
	font-size: 11px; 
	text-decoration: none;
		text-indent : 10pt;
}
.link
{
	color :#001C7B ;
	font-family: Arial, Verdana;
	font-size: 11px; 
	text-decoration: none;
		text-indent : 10pt;
}

.link:hover 
{
	color : #001C7B;
	font-family: Arial, Verdana; 
	/*font-weight: bold;*/
	font-size: 11px; 
	text-decoration: none;
		text-indent : 10pt;
}
.footer {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#fff;
}

