body {
	font-family: Helvetica Neue;
	line-height: 18px;
	color: #58585a;
}
body table, table p {
	font-size: 100%;}
	
#content{
	line-height: 24px;
	color:#3c373b;
	font-size: 13px;

}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
h1 {	
	margin: 1px 0 1px 0;
	display: block;
	font-size: 20px;
	line-height: 22px;
	color: #72370a;
	padding-bottom:5px;
	font-style: oblique;
	font-family: Georgia;
}
h2 {
	margin: 1px 0 1px 0;
	display: block;
	font-size: 18px;
	line-height: 22px;
	color: #8272370a302f;
		font-style: oblique;
	font-family: Georgia;
}
h3 {
	margin: 1px 0 1px 0;
	display: block;
	font-size: 14px;
	line-height: 16px;
	color: #72370a;
		font-style: oblique;
	font-family: Georgia;
}
h4 {
	margin: 1px 0 1px 0;
	display: block;
	font-size: 14px;
	line-height: 16px;
	color: #72370a;
	font-style: oblique;
	font-family: Georgia;
}
h5 {	
	font-size: 15px;
	margin: 1px 0 3px 0;
	border-bottom: 1px #72370a solid;
	display: block;
	letter-spacing: 0;
	color: #72370a;
}
h6 {
	margin: 1px 0 3px 0;
	border-bottom: 1px #72370a solid;
	display: block;
	letter-spacing: 0;
	color: #72370a;
}
.class1 {
	font-size: 11px;
	line-height: 13px;
}
.class2 {
	font-size: 13px;
}
.class3 {
	font-size: 13px;
	font-weight: bold;
}
.class4 {
	font-size: 16px;
}
.class5 {
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
}
.orange, .orange * {
	color: #f05a29;
	font: inherit;}
.blue2, .blue2 * {
	color: #6881b3;
	font: inherit;}


a {
	color: #72370a ;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.button {
	padding: 0 2px 0 16px;
	display: block;
	color: #ed1c24;
	font-weight: bold;
	float: left;
	line-height: 18px;
}
a.button:hover {
	text-decoration:none;
}
a.button.right {
	float: right;
}

ul, ol {
	margin: 9px 0 9px 22px;
	padding: 0;
	line-height: 15px;
}

ul li{
l	ine-height: 20px;
}

ul.links { 
	list-style-type: none;
	list-style-image: none;
	margin:0px 0px; 
	padding:0 0 0 0px; 
}
ul.links li { 
	margin:0; 
	padding: 0 0 0 0;
}
ul.links a { 
	display:block; 
	padding-left:22px; 
}

blockquote, pre {
	padding: 10px 30px;
}
blockquote {
	font: italic 12px Georgia, Times, serif;
	margin: 8px 0;
}
* html ul, * html ol {
	margin-left: 22px;
}
img {
	margin: 0;
	padding: 0;
	border-color: #bce3e7;
}
.blueborder {
	border-top: 1px #bce3e7 solid !important;
	border-bottom: 1px #bce3e7 solid !important;
}
.pointerhand {
	cursor: pointer;
}
hr {
	border: solid #4f4e4e 0px;
	border-top-width: 1px;
	height: 0px;
	padding: 0px;
	line-height: 0px;
	margin-top: 4px;
	margin-bottom: 4px;
	clear: both;
}
div.hr {
	margin: 4px 0;
	height:1px;}
div.hr hr {
	display:none}

form .fieldset_left {
}
form {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
form fieldset {
	clear: both;
	font-size: 100%;
	border-color: #82302f;
	border-width: 1px 0 0;
	border-style: solid none none;
	padding: 10px;
	margin: 0 0 8px;
}
form fieldset legend {
	margin-left: -2px;	
	font-size: 15px;
	font-weight: normal;
	color: #82302f;
	margin: 0 0 0 0;
	padding: 0 2px;
}
label {
	font-size: 100%;
}
label u {
	font-style: normal;
	text-decoration: underline;
}
input, select, textarea {
	background-color: #fff;
	border: 1px #82302f solid;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #82302f;
	margin: 1px;
	padding: 1px;
	font-size: 12px;
} 
.submit, .button .Form-Button{
	background-color: #82302f;
	border-color: #82302f;
	color: #fff;
}
.submit2{
	background-color: #004795;
	border-color: #82302f;
	color: #fff;
	width: 200px;
}
input .submit2{
	width: 200px;
}
input:focus, select:focus, textarea:focus {
	background-color: #fff;
	color: #82302f;
	border-color: #82302f;
}
textarea {
	overflow: auto;
}