@charset "iso-8859-1";
#menuitem A:link {
color: white;
text-decoration: none;
}
A:link {
	color: #0000FF;
	text-decoration: none;
}

#menuitem A:Visited {
color: #FFFFFF;
}
A:Visited  {
color: #003399;
text-decoration: none;
}

#menuitem A:hover { 
color : #F0E68C; 
text-decoration : underline; }
A:hover {
color : #FF0000;
text-decoration : underline;
}

.white  {
	font-size : 9pt;
	color : #FFFFFF;
	font-weight : bold;
	font-family : Vernada, Arial, Helvetica, San Serif;
}

.yellow  {
	font-family : Vernada, Arial, Helvetica, San Serif;
	font-size : 9pt;
	font-weight : bold;
	color : #F0E68C;
}

td  {
	font-size : 9pt;
	font-family : Vernada, Arial, Helvetica, San Serif;
}

h3 {
	font-size : 11pt;
	font-family : Vernada, Arial, Helvetica, San Serif;
}

.gray  {
	font-size : 8pt;
	color : #808080;
}

.nav  {
	font-size : 9pt;
	color : #FFFFFF;
	font-weight : bold;
	font-family : Vernada,  Arial, Helvetica, San Serif;
}
