@charset "UTF-8";
/* CSS Document */


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, textarea, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}


caption, th, td {
	font-weight: normal;
}


html {
	overflow-y: scroll;
}

* {
	line-height: 18px;
}

body {
	font: 12px Helvetica, Arial, sans-serif;
	margin: 0;
	background:#ffffff;
	color: #3a3835;
}

hr {
	height: 0;
	line-height: 0;
	overflow: hidden;
	background: transparent;
	border: none;
	border-top: 1px solid #e9e8d8;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	margin-top: 18px;
	margin-bottom: 18px;
}

p, blockquote {
	margin-bottom: 18px;
	color: #565350;
}


.center {
	text-align: center;
}


h1 {
	font-size: 35px;
	line-height: 36px;
	float: left;
	padding: 0 6px;
	margin: -5px 0 40px;
	color: #761e20;
}

h2 {
	font-size: 26px;
	line-height: 36px;
	color: #761e20;
}

h3 {
	padding-top:15px;
	font-size: 22px;
	line-height: 30px;
}

h4 {
	padding-top:15px;
	margin-bottom:6px;
	font-size: 18px;
}

h5 {
	font-size: 15px;
}



acronym, abbr {
	border-bottom: 1px dotted #333;
}
