body {
	background-image: url(../gifs/pagebg.gif);
	background-color: #478422;
	margin: 0px;
	padding: 0px;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 12px;
	background-image: url(../gifs/contentbg.gif);
}
.contentHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #CC0000;
	letter-spacing: 0.2em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
}
a:link {
	color: #006600;
	text-decoration: underline;
}
a:visited {
	color: #006600;
	text-decoration: underline;
}
a:hover {
	color: #009900;
	text-decoration: none;
}
a:active {
	color: #00CC00;
	text-decoration: none;
}
.subHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #006600;
}
.pageIntro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #164C00;
}
