.NewsHed {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 18px;
   font-style: normal;
	font-weight: bold;
	color: #000000
	}
	
.newstext {
   font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000
	}
	
BODY, TD {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 9pt;
}

A {
	text-decoration: underline;
	color: blue;
	font-family:Tahoma,sans-serif;
}

A:Hover {
	text-decoration: underline;
	font-weight: bold;
	text-shadow : #8B0000;
	
}

A:LINK {
	
}
A.whitenav {
	text-decoration: none;
	color: White;
	font-weight: bold;
	font-size : 14px;
	font-family:Verdana,Tahoma,sans-serif
}

A:Hover.whitenav {
	text-decoration: none;
	font-weight: bold;
	color: #F0CD00;
	font-style : normal;
	background-color: #00baca;
}


LI {
	list-style : square;
	list-style-image : inherit;
	list-style-position : inherit;
	list-style-type : inherit;
}
P { 
	font-family : Verdana, Arial, sans-serif ;
	font-size : 11pt;
 } 