.calMonth {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: White;
	background-color: #4F6228;
	text-align: center;
}

.calWeek {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: White;
	background-color: #4F6228;
	text-align: left;
}

.calBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: White;
	background-color: #4F6228;
}

A.calBar:LINK {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: White;
	background-color: #4F6228;
	text-decoration: none;
}

A.calBar:VISITED {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: White;
	background-color: #4F6228;
	text-decoration: none;
}

A.calBar:HOVER {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #EAF1DD;
	background-color: #4F6228;
	text-decoration: underline;
}

.calDay {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: White;
	background-color: #4F6228;
	text-align: center;
}

.calEvents {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #1D1B11;
	background-color: #DDD9C3;
	font-size: 10px;
	width: 100%;
	text-align: left;
}
	
TD.calEvents {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #1D1B11;
	background-color: #DDD9C3;
	font-size: 10px;
	width: 100%;
		text-align: left;
}
	
.calBlank {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	color: #000000; 
	background-color: #EEECE1}
	
.smallText {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal;}

Table, TR, TD, {font-family: Arial, Helvetica, sans-serif;font-size: 12px;}

A:LINK {
	color: #1D1B11;
	text-decoration: underline;
}
A:ACTIVE {
	color: #948B54;
	text-decoration: none;
}
A:HOVER {
	color: #948B54;
	text-decoration: none;
}
A:VISITED {
	color: #4A452A;
	text-decoration: underline;
}