a:link {
	color: #FF8000;
	font-weight: normal;
	text-decoration: none
}
a:active {
	color: #FF8000;
	text-decoration: none;
	font-weight: bold
}
a:visited {
	color: #FF8000;
	font-weight: normal;
	text-decoration: none
}
a:hover {
	color: Navy;
	text-decoration: none;
	font-weight: normal;
}
.std-text {  font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #666666}
.table {  font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #666666}
.table-hdr {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; font-weight: bold; background-color: #0082BF}