@charset "UTF-8";
/* CSS Document */

.bodytext {
	font-family: Helvetica;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}
.headings {
	font-family: Helvetica;
	font-size: 18px;
	line-height: 16px;
	color: #00573B;
	font-weight: bold;
}
.bullets {
	font-family: Helvetica;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	font-style: italic;
	text-indent: 20px;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #00573B;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.textbox {
	background-color: #DEEFE2;
	border: 1px dotted #00462D;
	padding: 10px;
}
.tabheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border-top-color: #629D83;
	color: #00573B;
}
.table {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #77927E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.photo {
	border: 1px solid #009933;
}
.photobox {
	margin-bottom: 20px;
	margin-left: 20px;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
}
.table2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
	border-bottom-color: #77927E;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #77927E;
	border-right-color: #77927E;
	border-left-color: #77927E;
}
