a:link {
	color: #5982BF;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	text-decoration: underline;
	color: #5982BF;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
}
a:active {
	text-decoration: underline;
	color: #5982BF;
	font-weight: bold;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.nav a:link {
	text-decoration: underline;
	color: #666666;
}
.nav a:visited {
	text-decoration: underline;
	color: #666666;
}
.nav a:hover {
	text-decoration: none;
	color: #FF0000;
}
.nav a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666666;
}


