a {
	color: #CC0000;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.top {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.top:hover {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
.listhead {
	font-weight: 300;
	color: #FFFFFF;
}
.listselected {
	font-weight: 300;
	color: #CC0000;
}
.listhead:hover {
	font-weight: 300;
	color: #FFCC00;
	text-decoration: underline;
}
.listselected:hover {
	font-weight: 300;
	color: #CC00FF;
	text-decoration: underline;
}
.oddrow {
	background-color: #FFFFFF;
}
.evenrow {
	background-color: #DDDDDD;
}
.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
