body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.boldorange {
	font-weight: bold;
	color: #CC3300;
}
a:link {
	color: #CC0000;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #FF6600;
	text-decoration: underline overline;
}
.whitetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666633;
	background-color: #FFFFFF;
	border: 1px solid #CCCC99;


}
.whitelink:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;


}
.whitelink:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.greylink:link {
	color: #666666;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

.greylink:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	
}
.greylink:hover {
	color: #999999;
	text-decoration: underline;
	font-weight: bold;
	
}