
/* CSS Document */
#calendarTable td, #calendarTable th 
{
	text-align:center;
}

#calendarTable th {
	color:#005771;
}

#calendarTable td {
	font-weight:600;
}


