﻿/* Default Styles */
body,
td {
	font: normal 9pt Arial, Helvetica, sans-serif;
	color: #615130;
	line-height: 1.6em;
}

h1 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #B77635;
	font: 17pt Georgia, "Times New Roman", Times, serif;
}

h2 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #B77635;
	font: normal 18pt Georgia, "Times New Roman", Times, serif;
}

h3 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #50432B;
	font: bold 13pt Arial, Helvetica, sans-serif;
}

h4 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #50432B;
	font: normal 13pt Arial, Helvetica, sans-serif;
}

h5 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #663300;
	font: bold 10pt Arial, Helvetica, sans-serif;
}

h6 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #663300;
	font: normal 10pt Arial, Helvetica, sans-serif;
}

ul {
	padding: 0 10px;
	margin: 10px 0;
}

li {
	/*font-weight: bold;*/
}

hr {
	height: 1px;
	border-top: 1px solid #C2A678;
}

strong {
	font-weight:bold;
}

a,
a:link,
a:visited,
a:active {
	color: #00274A;
	text-decoration:none;
}

a:hover {
	color:#4A6579;
}

input {
	border: 1px solid #C2A678;
	background-color:#FFFFFF;
	font: normal 10pt Verdana, Arial, Helvetica, sans-serif;
	color:#615130;
	background-color:transparent;
}

p {
	margin: 10px 0;
}

.altcolor {
	color: #875632;
	font-size:9pt;
}
