* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
h1, h2, h3, h4, p, fieldset, label, input[type=submit] {
	margin: 16px 32px 16px 32px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	color: #0a616a;
	text-transform: capitalize;
	
}
h3 {
	font-size: 12px;
	font-weight: bold;
}
h4 {
	font-size: 11px;
	font-weight: bold;
}
p {
	font-size: 11px;
	color: #6d6d6d;
	line-height: 18px;
}
p.smaller {
	font-size: 12px;
	margin-top:0px;
	margin-bottom:10px;
}
strong {
	font-weight: bold;
}
address {
	margin: 16px 64px 16px 64px;
	font-weight: bold;
	color: #666666;
	font-size: 12px;
}
hr {
	margin: 16px 64px 16px 8px;
}
ul, ol {
	margin-top: 16px;
	margin-right: 48px;
	margin-bottom: 16px;
	margin-left: 48px;
}
ul ul, ol ol {
	margin: 0px 0px 0px 16px;
}
li {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 64px;
	margin-bottom: 0px;
	margin-left: 16px;
	color: #6d6d6d;
}
a {
	color: #986627;
	text-decoration: none;
}
a:visited {
	color: #986627;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #000000;
}
a img {
	border: none;
}
legend {
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px 8px;
	background-color: #986626;
	margin-left: 16px;
	font-size: 14px;
	margin-bottom: 16px;
}
label {
	font-size: 12px;
	font-weight: bold;
	color: #6d6d6d;
}
input, textarea, select {
	font-size: 11px;
	font-weight: normal;
	padding: 1px;
}
