BODY, TD, INPUT {
	font-family: Verdana, Lucida, Arial, sans-serif;
	font-size: 8pt;
	color: #666666;
}
detail {
	text-decoration: underline;
	color: red;
}
 a:link { color:#666666; text-decoration:none; }
 a:visited { color:#aaaaaa; text-decoration:none; }
 a:hover { color:#696969; text-decoration:none; background-color:#f3f3f3; }
 a:active {	color:#eeeeee;	background-color: #666666;	text-decoration:underline; }
 
a.nav-white:link { text-decoration: none; background-color: transparent; }
a.nav-white:hover { text-decoration: none; background-color: transparent; }
a.nav-white:visited { text-decoration: none; background-color: transparent; }

a.nav:link { color:#666666; text-decoration:none; }
a.nav:visited { color:#aaaaaa; text-decoration:none; }
a.nav:hover { color:#696969; text-decoration:underline; background-color:#f3f3f3; }
a.nav:active {	color:#eeeeee;	background-color: #666666;	text-decoration:none; }
