body {
	background-color: #480a19;
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	padding: 0px;
	margin: 0px;
	line-height: 115%;
}
h1 {
	font-size: 20pt;
	color: #2f83c4;
	font-weight: bolder;
	line-height: 150%;
}
h2 {
	font-size: 18pt;
	color: #2f83c4;
	font-weight: bolder
	line-height: 150%;
}
h3 {
	font-size: 16pt;
	color: #2f83c4;
	font-weight: bold
	line-height: 150%;
}
h4 {
	font-size: 14pt;
	color: #2f83c4;
	font-weight: bold
	line-height: 150%;
}
a:link {
	color: #2f83c4;
	text-decoration: none;
}
a:visited {
	color: #83bce7;
	text-decoration: none;
}
a:hover {
	color: #2f83c4;
	background-color: #630e22;
	text-decoration: none;
}
a:active {
	color: #83bce7;
	text-decoration: underline overline blink;
	background-color: #630e22;
}

p {
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	padding: 8px 0px 0px 0px;
	margin: 0px;
	text-indent: 0px;
}
ol,ul {
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	padding: 4px 0px 0px;
	margin: 0px;
	line-height: 110%;
}
.byline {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	color: #aa183c;
	line-height: 130%;
	font-style: italic;
}
.indent {
	text-indent: 20px;
}

