body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.indexBodyCopy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	margin: 10px 9px 5px 10px;
	text-decoration: none;
}
.disclaimer {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4E8280;
}
.disclaimer a {
	color: #4E8280;
	text-decoration: underline;
}
.BodyCopy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	margin: 5px 5px 0px 10px;
	text-decoration: none;
}
.subnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #814D1B;
	text-align: center;
}
.subhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #814D1B;
	font-weight: bold;
}
.popupindexBodyCopy a {
	color: #814D1B;
	text-decoration: underline;
}
.popupindexBodyCopy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	margin: 30px;
	text-decoration: none;
}
.subnav a {
	color: #814D1B;
	text-decoration: underline;
}
.subnav a:hover {
	color: #814D1B;
	text-decoration: none;
}
.BodyCopy li {
	margin-bottom: 3px;
	margin-left: -10px;
}
ul {
	padding-bottom: 10px;
	padding-top: 0px;
}
.BodyCopy a {
	color: #4D817F;
}
.chartHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #76A375;
	line-height: 12px;
}
.moreinfo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #679966;
	margin-top: 30px;
}
.moreinfo a {
	color: #679966;
}

# calendar styles

table.calendar {
	background-color: #679966; 
}
td.calendar_month {
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;
	font-size: 15px; 
	color: #FFFFFF; 
	text-align: center; 
	height: 30px; 
	background-color: #679966; 
}
tr.calendar_heading_row {
	background-color: #AEC9AD; 
	border-color: #AEC9AD; 
	border-width: 1px; 
	border-style: solid; 
}
td.calendar_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #AEC9AD;
	text-align: center;
	height: 20px;
	width: 40px;
}
td.calendar_day_row { 
	background-color: #679966; 
}
td.calendar_day_first {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	background-color: #FFFFFF;
	text-align: center; 
	height: 35px; 
	width: 40px; 
	border-left-width: 1px;
	border-top-width: 0px;
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-color: #679966;
	border-style: solid;
}
td.calendar_day {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	background-color: #FFFFFF;
	text-align: center; 
	height: 35px; 
	width: 40px; 
	border-left-width: 0px;
	border-top-width: 0px;
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-color: #679966;
	border-style: solid;
}
a.day_green { 
	color: #679966; 
	text-decoration: none; 
}
a.day_yellow { 
	color: #FFCC00; 
	text-decoration: none; 
}
a.day_blue { 
	color: #0000CC;
	text-decoration: none; 
}
a.day_red { 
	color: #FF0000; 
	text-decoration: none; 
}
a.day_gray { 
   	color: #CCCCCC; 
   	text-decoration: none; 
}
