BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #212817;
	margin: 0px;
	padding: 0px;
	background-color: #5A825A;
}
.menuHeader {
	font-family: "Snap ITC", "Book Antiqua", Arial;
	font-size: 18px;
	color: #005B00;
}
.header {
	font-size: 14px;
	font-variant: small-caps;
	color: #00371C;
	font-weight: bold;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #00371C;
}
h2 {
	font-size: 14px;
	color: #00371C;
}
.copyText {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12pt;
	color: #21361B;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}
.leftBorder {
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 4px;
}



.areaBorder {
	margin: 4px;
	padding: 4px;
}
a {
	color: #005D00;
}
a:hover {
	color: #5A825A;
}
.tableBorderBottom {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #103C08;
	border-right-color: #103C08;
	border-bottom-color: #103C08;
	border-left-color: #103C08;
}
.leftLine {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #084908;
	border-right-color: #084908;
	border-bottom-color: #084908;
	border-left-color: #084908;
}
.smallText {
	font-size: 12px;
}
.tableBorder {
	border: 1px solid #456545;
	margin: 4px;
}
.noUnderline {
	text-decoration: none;
}
.underlineBold {
	font-weight: bold;
	text-decoration: underline;
}
.massiveHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
}
