body {
	background-color: #3C732E;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
h1 {
	font-size: 24px;
	color: #3C732E;
	font-style: normal;
	font-weight: bolder;
}
li p {
	margin-left: 0px;
	list-style-type: square;
}
.disclaimer {
	font-size: 9px;
	color: #A9A9A9;
}
.medgrey {
	color: #999999;
}
.dirlist {
	color: #3C732E;
	list-style-type: square;
	list-style-position: inside;
	font-size: 10pt;
	line-height: 12pt;
}
p {
	font-size: 14px;
}
h2 {
	font-size: 16px;
	text-transform: uppercase;
	color: #666666;
}
a:link {
	color: #999999;
	text-decoration: none;
}
.greenboxlink {
	color: #F9FF95;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #3C732E;
	text-decoration: none;
}
p, h1, h2 {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
hr {
	color: #3C732E;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	width: 95%;
}
.bc_heading {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.bc_tagline {
	font-size: 14px;
	color: #3C732E;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

