a.navlink:link {color: #666666; text-decoration: none; }
a.navlink:visited {color: #666666; text-decoration: none; }
a.navlink:hover {color: #000000; text-decoration: none; }
a.navlink:active {color: #666666; text-decoration: none; } 

a.bodylink:link {color: #ED5100; text-decoration: underline; }
a.bodylink:visited {color: #ED5100; text-decoration: underline; }
a.bodylink:hover {color: #000000; text-decoration: none; }
a.bodylink:active {color: #ED5100; text-decoration: underline; }

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10px; 
	font-weight: bold;
	color: #666666;	
}

.headertext {
	size: 12px;
	color: #666666;
}
.subheadertext {
	size: 10px;	
	color: #999999;
}
.smalltext {
	font-size: 9px;
	font-weight: normal;
}
.bluetext {
	color: #3B4088;
}
.redtext {
	color: #B53153;
}
.purpletext {
	color: #8619B9;
}
.orangetext  { color: #ed5100 }
.blacktext {
	color: #000000;
}
.greentext {
	color: #73B718
}
.graytext {
	color: #666666
}
.smallorange {
	font-size: 9px;
	font-weight: normal;
	color: #ed5100
}