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

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, code, font, img, sub, sup, tt, dl, dt, dd, ol, ul, li, form, textarea, label, table, 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-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	background:#ffffff;
	color: #615d59;
}

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;
}


