.Normal 
{
	COLOR: black; 
	FONT-FAMILY: Verdana, Arial, Helvetica; 
	FONT-SIZE: 8pt;
}
.Heading2       
{ 
	COLOR: black; 
	FONT-FAMILY: Tahoma, Arial, Helvetica; 
	FONT-SIZE: 9pt; 
	FONT-WEIGHT: bold;
}
.Heading3
{ 
	COLOR: black; 
	FONT-FAMILY: Tahoma, Arial, Helvetica; 
	FONT-SIZE: 8pt; 
	FONT-WEIGHT: bold;
}
.titlebar 
{
	color: white;
	background-color: saddlebrown; 
	text-align: center;
	font-family: Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
}
.maintble 
{
	color: white;
	background-color: #542A0C;
}
.calendarHeading
{ 
	COLOR: white; 
	FONT-FAMILY: Tahoma, Arial, Helvetica; 
	FONT-SIZE: 9pt; 
	FONT-WEIGHT: bold;
	background-color: #542A0C;
}
.cell
{
	background-color: whitesmoke; 
	color: black;
	font-size: 6.5pt;
}
.cellEvent 
{
	background-color: #B9A26B; 
	color: black;
	font-size: 6.5pt;
}
.cellToday 
{
	background-color: PaleGoldenrod; 
	color: black;
	font-size: 6.5pt;
}

