/* CSS Document */


A {
	color : #3A5B22;
	text-decoration: underline;
}
A:VISITED {
	color : #60634B;
	text-decoration:underline;
}
A:HOVER {
	color : #CC0000;
	text-decoration:underline;
}
A:ACTIVE {
	color : #CC0000;
	text-decoration:underline;
}

TD {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #3A5B22;
}


.headline {
	font-family: Tahoma, sans-serif;
	font-size:12px;
	font-weight:bold;
	font-variant: normal;
	color : #3a5b22;
}
small {
	font-size: 9px;
	color: #bbb;
	line-height: 160%;
}

.verd10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3A5B22;
	line-height: 110%;
}

.calendar {
	color: #FFFFFF;
	background-color: #D6893A;
	font-weight: bold;
}
.calheading {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3A5B22;
	background-color: #DCE1A2;
}
.menuheading {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3A5B22;
	background-color: #DCE1A2;
	line-height: 25px;

}
.headlinecaps {
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-variant: small-caps;
	color: #3A5B22;
	line-height: 160%;

}
.months {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	line-height: 190%;
	font-weight: bold;
	text-transform: capitalize;
	color: #666666;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3A5B22;
	line-height: 110%;

}
.verd9 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.inseason {
	background-color: #DCE1A2;
	border: 1px solid #C3B996;
}
.outseason {
	background-color: #FFFFFF;
	border: 1px solid #C3B996;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3A5B22;
	font-weight: bold;


}
.season {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	font-variant: small-caps;
	color: #3A5B22;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.underlined {
	text-decoration: underline;
}
.box {
	background-color: #F8DD8E;
	padding: 5px;
	float: none;
	width: 400px;
	background-position: center center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #3A5B22;
	border-right-color: #3A5B22;
	border-bottom-color: #3A5B22;
	border-left-color: #3A5B22;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003300;
	vertical-align: middle;
	text-align: left;
}

.links {
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	line-height: 15px;
	}
