body, td {
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size:8pt;
	line-height: 12pt;
	}
	
select, input {
	font-size: 8pt;
	font-family: verdana;
	color: white;
	background-color: 310f0b;
	border: 1px solid #310f0b;
	}
	
a { text-decoration: none }
a:HOVER { text-decoration: underline }

.calendarTable {
	background-color: fa7236;
	}

.calendarTable td {
	height: 50;
	}
.calendarTable .dayHead {
	font-weight: bold;
	color: white;
	background-color: 310f0b;
	text-align: center;
	height: 25;
	}
	
.calendarTable .monthNav {
	color: white;
	background-color: 310f0b;
	font-size: 7pt;
	padding-left: 5px;
	padding-right: 5px;
	height: 25;
	}
.monthNav a { color: white }

.blankCell {
	background-color: 7a251b;
	}

.dayCell {
	text-align: center;
	color: white;
	font-weight: bold;
	background-color: 9f381b;
	}
	
.badCell {
	text-align: center;
	color: white;
	font-weight: bold;
	background-color: ab756f;
	}
	
