
#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 4px solid #000;
padding-bottom: 2px;
background: transparent;
color: #000;
font-size: 9pt
}

a:link {
color: #666666;
text-decoration: none;
font-weight: bold;
font-size: 9pt
}
a:visited {
text-decoration: none;
color: #666666;
font-weight: bold;
font-size: 9pt
}
a:hover {
	text-decoration: none;
	color: #E6BD00;
	font-style: normal;
	font-weight: bold;
	font-size: 9pt
}
a:active {
	text-decoration: blink;
	color: #333333;
	font-weight: bold;
	font-size: 9pt
	}
	normal  { font-family: arial, verdana; font-size: 10pt; color:#808080; text-align:justify }

