table {
	font:1em Arial, Helvetica, sans-serif;
	background-color:#F2F2F2;
}
caption { background-color:#5A666E; color:#FFF; text-transform:uppercase; font-weight:bold; font-size:1.2em; border:1px solid #000; }
thead th {
	background-color:#FFFFFF;
	color:#333333;
	padding:2px;
	text-transform:uppercase;
	border-top:0.2px solid #F4D39E;
	border-left:0.2px solid #F4D39E;
	border-bottom:0.2px solid #B76E00;
	border-right:0.2px solid #B76E00;
}
tfoot th { background-color:#F29601; color:#724809; padding:2px; text-transform:uppercase; font-size:1.2em; }
tfoot td { background-color:#FC0; color:#724809; font-weight:bold; text-transform:uppercase; font-size:1.2em; padding:0px 5px; }
.odd {  }
tbody td { background-color:#D7DBDD; color:#5A666E; padding:2px; text-align:center; border-top:1px solid #FFF; border-left:1px solid #FFF; border-bottom:1px solid #AFB5B8; border-right:1px solid #AFB5B8;  }
tbody th { background-color:#5A666E; color:#D7DBDD; padding:2px; text-align:center; border-top:1px solid #93A1AA; border-left:1px solid #93A1AA; border-bottom:1px solid #2F3B42; border-right:1px solid #2F3B42; }
tbody td a {
	color:#333333;
	text-decoration:none;
	font-weight:bold;
}
tbody td a:hover {
	background-color:#FFFFFF;
	color:#333333;
}
tbody th a { color:#FFF; text-decoration:none; font-weight:bold; }
tbody th a:hover {
	color:#0066CC;
	text-decoration:underline;
}

