
TABLE
{
	border: 1px solid black;
}
THEAD, .Header, .HeaderTime
{
	font-family: Copperplate Gothic Light, Century Gothic, Gothic;
	background: #505050;
	color: #E0E0E0;
	font-weight: bold;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
}
TD
{
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0px;
}

.HeaderTime
{
	font-family: Courier New, Courier, System, Fixed;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}