@charset "UTF-8";
.calendar {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
}
.calendarTop {
	font-size: 36px;
	font-weight: normal;
	color: #17582d;
}
.calendar .calendarTop a {
	color: #17582d;
	text-decoration: none;
}
.calendar a {
	background-color: #EBEBEB;
	display: block;
	color: #000000;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
}
.calendar a:hover {
	background-color: #BEBEBE;
	display: block;
	color: #17582d;
	text-decoration: none;
}
