.calendar {
	background: #EFEFEF;
	border: 1px solid #CCCCCC;
	color: #333333;
	text-align: center;
}
.calendarEvent {
	background: #999999;
	border: 1px solid #CCCCCC;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.calendar A:link, .calendar A:visited, .calendar A:active {
	text-decoration: none;
	color: #FFFFFF;
}
.calendar A:hover {
	text-decoration:underline;
}
.calendarToday {
	background: #800000;
	color: #FFFFFF;
	text-align: center;
}
.calendarTodayEvent {
	background: #800000;
	border: 1px solid #CCCCCC;
	color: #FFFFFF;
	font-weight: bold;
}
.calendarToday A:link, .calendarToday A:visited, .calendarToday A:active {
	background: #800000;
	color: #FFFFFF;
	text-align: center;
}
.calendarToday A:hover {
	background: #800000;
	color: #FFFFFF;
	text-align: center;
	text-decoration:none;
}
.calendarTodayEvent A:link, .calendarTodayEvent A:visited, .calendarTodayEvent A:active {
	background: #800000;
	color: #FFFFFF;
	text-align: center;
}
.calendarTodayEvent A:hover {
	background: #800000;
	color: #FFFFFF;
	text-align: center;
	text-decoration:none;
}
.calendarLink A:link, .calendarLink A:visited, .calendarLink A:active {
	color: #800000;
	text-decoration:underline;
}
.calendarLink A:hover {
	color: #800000;
	text-decoration:none;
}
.event_headline {
	color: #800000;
	font-weight: bold;
}
