/* CSS Document */


body{
	background-color:#ffffff;
}


a{
		color:#003;
		font-weight:bold;
		text-decoration:underline;
}

a:hover{color:#09F;}

a:visited{color:#003;}


p,td,li,div{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
}

.blue{/*color:#0099CC;*/
font-weight:bold;}

.newsbody{line-height:1.8em;}

.news{
	font-size:16px;
	color:#003366;
	font-weight:bold;
	}
	


.footer{
color:#999999;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}

a.footer{color:#2178c9; font-weight:normal;}
a.footer:hover{color:#FF6600;}
a.footer:visited{color:#2178c9;}