.Heading 
{
	font-family: Arial; 
	font-size: 16pt; 
	font-weight: bold; 
	color: #303030; 
	text-align: center; 
	background-color: #DDDDDD; 
}
.Weekdays 
{
	font-family: Arial; 
	font-size: 12pt; 
	color: #808080; 
	text-align: center; 
	background-color: #DDDDDD; 
}
.Days 
{
	font-family: Arial;
	font-size: 8pt; 
	font-weight: bold; 
	color: #000000; 
	text-align: left; 
}
.Events 
{
	font-family: Arial; 
	font-size: 10pt; 
	color: #000000; 
	text-align: center; 
	background-color: #FFFFFF; 
}
.EventsON 
{
	font-family: Arial; 
	font-size: 10pt; 
	color: #000000; 
	text-align: center; 
	background-color: #FFFFDF;
}