td {
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
.calTitle {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #0767b1;
}
.calNavigation {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #0767b1;
}
.calWeekday {
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	color: #7ec722;
	background-color: #194e80;
}
.calAnyDay {
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	color: #0767b1;
}
.calActiveDay {
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	color: #0767b1;
	background-color: #d0e6f4;
}
.calToday {
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	background-color: #0767b1;
}