body {
	font-family: arial,helvetica,sans-serif;
	background: url('../images/calendar-header.gif') no-repeat;
	margin: 4px;
	padding: 0;
}

h1 {
	font-size: 28px;
	color: #203354;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 12px;
	color: #203354;
	margin: 0;
	padding: 0;
}

.calendarHeader {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background: url('../images/calendar-background.gif');
}

.calendarCell td {
	border: 2px solid #E5E5E5;
}


.calendarDate {
	font-size: 10px;
	font-weight: bold;
}

.calendarEvent {
	font-size: 10px;
}

.calendarNav {
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #003366;
}

.calendarNav:hover {
	text-decoration: underline;
}

a.calendarContent {
	font-family: arial,helvetica,sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #3A0000;
}

a.calendarContent b {
	text-decoration: underline;
}
