.calendarTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #CCAE3E;
	text-decoration: none;
	background-color: #330000;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.calendarDay {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCAE3E;
	text-decoration: none;
	background-color: #330000;
}
.calendarEvent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	color: #592400;
	background-color: #CCAE3E;
	letter-spacing: 0px;
}
.calendarEventOn {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	color: #592400;
	background-color: #FFFFCC;
	letter-spacing: 0px;
}
.vCalendarDay {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #194817;
	text-decoration: none;
}
.vCalendarEventOdd {
	background-color: #FFFFCC;
}
.vCalendarEventEven {
	background-color: #FFEEA6;
}
.vCalendarEvent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #592400;
}
.calendarEventMultiDay {
	background-color: #FFFFCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	color: 592400;
}
.eventHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFCC;
	text-decoration: none;
}
.eventContent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFF99;
	text-decoration: none;
}
.eventContentSmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFCC;
	text-decoration: none;
}
.eventFormField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #392100;
	text-decoration: none;
	background-color: #FFFFCC;
	border: thin solid #3A2200;
	font-size: 10px;
}
A.eventlink {
	font-size:        12px;
	font-family:      Georgia, "Times New Roman", Times, serif;
	font-style:       normal;
	font-weight:      bold;
	color:            #CCCC99;
	background-color: transparent;
	text-decoration:  underline;
}
A.eventlink:hover   {
	font-size:        12px;
	font-family:      Georgia, "Times New Roman", Times, serif;
	font-style:       normal;
	font-weight:      bold;
	color:            #FFFFFF;
	background-color: transparent;
	text-decoration:  none;
}
A.eventlink:active   {
	font-size:        12px;
	font-family:      Georgia, "Times New Roman", Times, serif;
	font-style:       normal;
	font-weight:      bold;
	color:            #CCCC99;
	background-color: transparent;
	text-decoration:  underline;
}
A.eventlink:visited   {
	font-size:        12px;
	font-family:      Georgia, "Times New Roman", Times, serif;
	font-style:       normal;
	font-weight:      bold;
	color:            #CCCC99;
	background-color: transparent;
	text-decoration:  underline;
}
A.eventlink:visited:hover   {
	font-size:        12px;
	font-family:      Georgia, "Times New Roman", Times, serif;
	font-style:       normal;
	font-weight:      bold;
	color:            #FFFFFF;
	background-color: transparent;
	text-decoration:  none;
}
