
body {
background-color: #FFFF99;
font-family: arial, helvetica, sans-serif;
font-size: 12px;
color: #43403A;
}

.title {
font-size: 22px;
font-weight: bold;
}

.bottomBorder {
border-bottom: 1px dotted green;
}

.events {
border-bottom: 1px dotted green;
}

.eventLink {
color: 000099;
font-weight: bold;
font-size: 12px;
font-family: arial, helvetica, sans-serif;
text-decoration: none;
}

.eventLink:hover {
border-bottom: 1px dotted orange;
color: orange;
}

.navLink {
font-size: 15px;
font-weight: bold;
font-family: arial, helvetica, sans-serif;
text-decoration: none;
color: green;	
}

.navLink:hover {
background-color: green;
color: #FFFF99;
}

.vols {
	color: #43403A;
}

.volsNeeded {
	color: #990000
}

.smaller {
font-family: arial, helvetica, sans-serif;
font-size: 11px;
color: #43403A;
}

.dateHeaderCell {
	color: #43403A;
	background-color: #CCCCCC;
	font-size: 13px;
	font-family: arial, helvetica, sans-serif;	
	border: 1px solid #43403A;
	font-weight: bold;
	font-style: italic;
}

.row {
	border-bottom: 1px dashed #43403A;
	border-left: 1px solid #43403A;
	border-right: 1px solid #43403A;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	color: #43403A;
}

.colhead {
	color: #FFFFFF;
	background-color: #43403A;
	font-size: 13px;
	font-family: arial, helvetica, sans-serif;	
}
