table, 
	.AltLine1,
	.AltLine2,
	.AltLineM,
	.Header,
	.Line1,
	.Line2,
	.LineM,
	.Month,
	.Resp,
	.TblHead1,
	.TblHead2
{
	font-family: Verdana;
	font-size: 10pt;
	color: Black;
	font-style: normal; 
	border: 2px;
	background-color: #FFFFEE;
}

.myTable
{
	border: medium solid blue;
}

.Header
{
	font-weight: bold;
	font-size: 16pt;
	background-color: #BBBBDD;
	height: 80px;
	width: 100%;
	text-align: center;
}

.Month
{
	font-weight: bold;
	font-size: 14pt;
	background-color: #BBBBDD;
	height: 60px;
	width: 100%;
	text-align: center;
}

.AltLine1, .AltLine2, .AltLineM
{
	background-color: #FFFFAA;
	border-spacing: 10px;
}
.Line1, .Line2, .LineM
{
	background-color: #EEEEDD;
}
.Wide
{
	letter-spacing: 10px;
}
