.todayDay {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #FD1B14;
	FONT-FAMILY: "Courier New", Courier, mono;
	BACKGROUND-COLOR: #FFFFFF;
	text-align: left;
	height: 60px;
	vertical-align: top;
	
}

.currentMonthday {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #444444;
	FONT-FAMILY: "Courier New", Courier, mono;
	BACKGROUND-COLOR: #F0F2ED;
	text-align: left;
	height: 60px;
	vertical-align: top;
	
}

.calendareventname {
	FONT-WEIGHT: normal;
	FONT-SIZE: 10px;
	COLOR: #FD1B14;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}

.otherMonthDay {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #444444;
	FONT-FAMILY: "Courier New", Courier, mono;
	BACKGROUND-COLOR: #D9DED1;
	text-align: left;
	height: 60px;
	vertical-align: top;
}

.DaysOfWeek {
	FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    COLOR: #444444;
    FONT-FAMILY: "Courier New", Courier, mono;
    BACKGROUND-COLOR: #D0D6C6;

}

.Month {
	color: #FD1B14;
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	font-size: 18px;
	line-height: 36px;
}

.Calendar {
	BACKGROUND-COLOR: #E1E5DB;
	margin: 1px;
	padding: 3px;
	border: 1px solid #FFFFFF;


}

.MonthNavigation {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #FD1B14;
	FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}

a {
	font-weight: normal;
	text-decoration: none;
}
