/* CALENDAR */

/* THIS CHANGES DAYS OF WEEK COLOR */
TH { background-color: #CCCCCC; }

/* THIS CHANGES DAY DISPLAY */
.calendar_days {
	font-family: Georgia, Verdana, Arial;
	font-size: 8pt;
	line-height: 10pt;
	color: #000000;
	text-decoration: none;
}

/* CHANGES TEXT */
.calendar_text {
	font-family: Georgia, Verdana, Arial;
	font-size: 8pt;
	line-height: 10pt;
	color: #666666;
	text-decoration: none;
}

.calendar_community {
	font-family: Georgia, Verdana, Arial;
	font-size: 8pt;
	line-height: 10pt;
	color: #cc9966;
	text-decoration: none;
}

.calendar_government {
	font-family: Georgia, Verdana, Arial;
	font-size: 8pt;
	line-height: 10pt;
	color: #339933;
	text-decoration: none;
}

.link_community {
	font-family: Georgia, Verdana, Arial;
	font-size: 10pt;
	line-height: 12pt;
	color: #cc9966;
	text-decoration: none;
}

.link_government {
	font-family: Georgia, Verdana, Arial;
	font-size: 10pt;
	line-height: 12pt;
	color: #339933;
	text-decoration: none;
}
