@CHARSET "UTF-8";

table { width: 100%; margin-bottom: 1em; }
table thead {}
table thead th {
	border-bottom: 3px solid #004054;
	font-size: 1.1em;
	font-weight: bold;
}
table tbody {}
table tbody td { border-bottom: 1px solid #eeeeee; }
table tbody tr:hover { background-color: #E0E0E0; }
table tbody tr.odd td { border-bottom: 1px solid silver; }
table tfoot td { border-top: 3px double #005B74; }

table td.center,
table td.center a {
	margin: 0 auto;
	text-align: center !important;
	float: none !important;
}

table col.odd {
	background-color: #f9f9f9 !important;
}
table col.even {
	background-color: #f1f1f1 !important;
}