body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: white;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}

.main {
	background-color:#FFFFFF;
	padding: 10px;

}
a:link {color: black; text-decoration: underline}
a:visited {color: black; text-decoration: underline}
a:active{color: black; text-decoration: underline}
a:hover {color: black; text-decoration: none}

.head {
	color: #000000;
	font-weight: bold;
	font-size:12px;
	text-align:center;
}

#head a:link {
	color: #FFFFFF;
	font-weight: bold;
	font-size:12px;
	text-align:center;
}
#head a:visited {
	color: #FFFFFF;
	font-weight: bold;
	font-size:12px;
	text-align:center;
}
#head a:active {
	color: #FFFFFF;
	font-weight: bold;
	font-size:12px;
	text-align:center;
}
.blurb {
	font-size: 10.5px;
	text-align: justify;
}

.border {
	border: 1px solid #a60000;
}

TH {
	background-color: #a60000;
	text-align: center;
	color: #000000;
	font-size: 12px;
	font-weight: bold; 
}

.yearhead {
	background-color: #a60000;
	text-align: center;
	color: #000000;
	font-size: 12px;
	font-weight: bold; 
}
.days {
	background-image: url(img/date_bg.png);
	background-repeat: no-repeat;
}

.day {
	background-image: url(img/button.gif);
	background-repeat: no-repeat;
}

#add INPUT, TEXTAREA, SELECT {
	border: solid 1px #a60000;
	color: black;
}
