BODY
{
	font-family: Arial, Verdana, Sans-Serif;
	background-color: #f1f1f1;
}
.MainTable
{
	border-right: silver thin groove;
	border-top: silver thin groove;
	border-left: silver thin groove;
	border-bottom: silver thin groove;
	text-align: center;
}
.MainTableHeader
{
	font-weight: bold;
	color: white;
	background-color: gray;
}
.MainTableSubHeader
{
	font-weight: bold;
	color: black;
	background-color: lightgrey;
}
