.whitenav:link {
	color: #fefefe;
	text-decoration:none;
	font-family :  Verdana,  sans-serif;
	font-size:9pt;
}
.whitenav:visited   {
	color: #fefefe;
	text-decoration:none;
	font-family :  Verdana,  sans-serif;
	font-size:9pt;
}
.whitenav:hover      {
	color: #fefefe;
	text-decoration:underline;
	font-family :  Verdana,  sans-serif;
	font-size:9pt;
}

.bluenav:link {color: #eeeeee; text-decoration:underline;}
.bluenav:visited   {color: #eeeeee;}
.bluenav:hover      {color: #eeeeee;}

	A:link       {text-decoration:underline;}
	A:hover  	{text-decoration:underline;}
	
