* {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1, h2, h3, h4, p, fieldset, label, input[type=submit] {
	margin: 16px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #336e4e;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #336e4e;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}
h4 {
	font-size: 12px;
	font-weight: bold;
}
p {
	font-size: 12px;
}
strong {
	font-weight: bold;
}
address {
	margin: 16px 64px 16px 48px;
	font-weight: bold;
	color: #666666;
	font-size: 14px;
}
hr {
	margin: 16px 64px 16px 8px;
}
em {
	font-style: italic;
}
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: bold;
	margin-top: 0px;
	margin-right: 64px;
	margin-bottom: 0px;
	margin-left: 16px;
}
a {
	color: #ce0000;
	text-decoration: none;
}
a:visited {
	color: #ce0000;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #000000;
}
a img {
	border: none;
}
legend {
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px 8px;
	background-color: #3a7eb4;
	margin-left: 16px;
	font-size: 14px;
	margin-bottom: 16px;
}
label {
	font-size: 12px;
	font-weight: bold;
}
input, textarea, select {
	font-size: 12px;
	font-weight: bold;
	padding: 1px;
}

