

.calendar_table {
	font-family: 'Trebuchet MS', verdana, sans-serif;
	color: #47697E;
}

.calendar_table a {
	text-decoration: underline;
	font-weight: bold;
}



.calendar_days {
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}

.calendar_current_day {
	font-size: 10px;
	text-align: center;
	padding: -1px;
	background-color: #D4DBBE;
	border: 1px solid Green;
	color: #47697E;
	font-weight: bold;
}

.calendar_day {
	font-size: 11px;
	text-align: center;
	background: White;
	color: #666666;
}

