BODY,P,TABLE,UL,OL,LI {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}
A.whitenav {
	text-decoration: none; 
	color: white;
	font-size : 12px;
	font-family:Arial,sans-serif;
	background-color:transparent;
	font-weight: bold;		
}

A:Hover.whitenav {
	text-decoration: none;
	font-weight: bold;
	color:blue;
	font-style : normal;
	background-color: white
}

A:active.whitenav {
	text-decoration: none;
	font-weight: bold;
	color:white;
	font-style : normal;
	background-color: #CC0000;
	line-height : 15px;
}

A:LINK.whitenav {
	text-decoration: none;
	font-weight: bold;
	color:white;
	font-style : normal;
	background-color: transparent;	
}
