body,td,th {
	font-family: GeosansLight, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 16px;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
}
a:link {
	color: #981f34;
	text-decoration: none;
}
a:visited {
	color: #981f34;
	text-decoration: none;
}
a:hover {
	color: #c79a4f;
	text-decoration: none;
}
a:active {
	color: #FFFFCC;
	text-decoration: none;
}
td {
	vertical-align: top;
}
h1 {
	font-size: 24px;
	color: #981f34;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c79a4f;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	margin-bottom: 3px;
	margin-top: 0px;
}
h3 {
	font-style: italic;
	text-decoration: underline;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 3px;
	font-size: 19px;
}
h4 {
	font-size: 16px;
	text-align: center;
	margin-top: 0px;
}



p {
	margin-top: 0px;
}
.greenbackgrnd {
	background-color: #981f34;
}

.bottomalign {
	vertical-align: bottom;
}
.alternativetxt {
	font-size: 12px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #c79a4f;
	border-bottom-color: #c79a4f;
	text-align: center;
}
.footertxt {
	font-size: 12px;
	padding-top: 6px;
}
.centeredtxt {
	text-align: center;
}
