tr.dayHeading {
	color: white;
	font-weight: bold;
	background-color: blue;
}

tr.dayHeading td {
	text-align: center;
}

tr.evenRow {
	background-color: #CCCCCC
}

.pageTitle {
	text-align: center;
	font-weight: bold;
	font-size: large;	
}

tr.heading {
	font-weight: bold;
	color: white;
	background-color: blue;	
}

tr.topLevelHeading {
	font-size: x-large;
	font-weight: bold;
	color: white;
	background-color: blue;
}

tr.topLevelHeading td {
	text-align: center;
}