.calendarMonth {
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
}

.calendarHeader {
	font-family: verdana; 
	font-size: 11px; 
	color: #ffffff;
	line-height: 18px;
}

.calendarDayNumber, .calendarHeaderPrint {
	font-family: verdana; 
	font-size: 11px; 
	color: #000000;
	font-weight: bold;
}

.calendarEvent {
	font-family: verdana; 
	font-size: 11px; 
	line-height: 16px;
}

.eventHeader {
	font-family: verdana; 
	font-size: 11px; 
	color: #ffffff;
	font-weight: bold;
}

.eventLabel {
	font-family: verdana; 
	font-size: 11px; 
	color: #56514D;
	font-weight: bold;
	background-color: #F4F3E3;
}

a, a:visited {
	color: #002A8F;
}
a:active, a:hover {
	color: #427CBC;
}