/* CSS definition file containing sitestyle stylesheets */
BODY { background-color: rgb(0,0,102);}
 UL { font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; font-size: 9pt; color: rgb(0,0,102); font-weight: bold; margin-bottom: 5pt;}
 P { font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; font-size: 9pt; color: rgb(0,0,102); font-weight: normal; font-style: normal;}
 LI { font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; font-size: 9pt; color: rgb(0,0,102); font-weight: bold; margin-bottom: 5pt;}

a {
	color:#fff;
	font-size:9pt;
	text-decoration:none;
	font-weight:500;
	font-family:arial, helvetica, sans-serif;
	}
	

a:link {color:#fff;}

a:visited {color:#fff;}

a:hover {color:#666;}
 