﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h1 {
	color: #157147;
	text-transform: capitalize;
	/*	border-bottom: 1px #9B9B69 solid; */
	font-size: 1.75em;
}
h2 {
	border-top: 0px #056736 dotted;
	border-left: 0px #056736 dotted;
	border-right: 1px #056736 dotted;
	border-bottom: 1px #056736 dotted;
	color: #046636; /* #056736; */
	font-size: 1.3em;
	margin: 0;
	padding: 3px 0 3px 6px;
	background-color: #CDCD9B;
	text-transform: capitalize;
}

ul {
	line-height: 1.5;
	list-style-type: square;
}

a.pagelink {
	color: #036434;
	text-decoration: underline;
}
a.pagelink:hover {
	text-decoration: none;
}
