body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #B8CFBD;
	font-family: arial;
	font-size: 12pt;
	color: #003300;
}

.sidefill {
	background-color: #13291D;
}

.bodybg {
	background-color: #ffffff;
}

.bold {
	font-weight: bold;
}

.heading {
				 font-weight: bold;
				 font-size: 18pt;
}

.subheading {
				 font-weight: bold;
				 font-size: 13pt;
}

a:link {
			 color: #003300;
			 text-decoration: underline;
}

a:hover {
				color: #598271;
				text-decoration: underline;
}

a:visited {
					color: #598271;
					text-decoration: underline;
}