@charset "utf-8";
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background-image: url(images/BKGRND.jpg);
	background-repeat: repeat-x;
	margin-top: 5px;
	margin-bottom: 5px;
}

#footer {
	font-size: x-small;
	color:#608D70;
}

a:link {
	color: #608D70;
}
a:visited {
	color: #608D70;
}
a:hover {
	color: #DC5E23;
}.GreenBorder {
	border: 2px solid #608D70;
}
.topbottomdots {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #608D70;
	border-bottom-color: #608D70;
}

p {
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}

ul {
	text-indent: -15px;
	padding-top: 0px;
	padding-bottom: 5px;
	list-style-position:inside;
	}