@charset "UTF-8";
.mainbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #008949;
}
a:visited {
	color: #008949;
}
a:hover {
	color: #008949;
}
a:active {
	color: #008949;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.whitebody {
	background-color: #FFFFFF;
}
.redbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E41C24;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #008949;
	text-decoration: underline;
}
.mainbodybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.bulletpoints {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.greenbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #008949;
}
.headerCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #008949;
	text-decoration: none;
}
.bottomBkgnd {
	background-image: url(images/border_bottom_bkgnd.gif);
	background-repeat: repeat-x;
}

