@charset "utf-8";
/* CSS Document */
th {
	font-size: 1em;
	color: #FF0;
	background-color: #820000;
	text-transform: uppercase;
}
th:hover {
	color: #820000;
	background-color: #FF0;
}
table.tablesorter tbody td {
	background-color: #999;
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
}
table.tablesorter tbody tr.odd td {
	background-color: #CCC;
}


