@charset "utf-8";
* {
	margin: 0;
	padding:0;
}
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, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
strong {
	color: #C99365;
}
::selection {
	background: #38302B;
	color: #eeb685;
}
::-moz-selection {
	background: #38302B;
	color: #eeb685;
}

pre, code {
	cursor:text
}
body {
	line-height:1;
	cursor:default
}
ol, ul {
	list-style:none
}
blockquote, q {
	quotes:none;
	font-size:12px;
	font-style: italic;
	color: #AF896A;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:' ';
	content:none
}
blockquote {
	margin: 0 40px;
	border-left: 1px solid #40362C;
}
:focus {
	outline:0
}
ins {
	text-decoration:none
}
del {
	text-decoration:line-through
}
table {
	border-collapse:collapse;
	border-spacing:0
}
kbd {
	border: 1px solid #666;
	padding: 0 3px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #AF896A;
}
abbr {
	border-bottom: 1px dotted;
	cursor: help;
	color: #AF896A;
}
h1 {
	font-size:25px
}
h4 {
	font-size:19px
}
h5 {
	font-size:17px
}
h6 {
	font-size:15px
}
hr {
	border:0 #ccc solid;
	border-top-width:1px;
	clear:both;
	height:0
}
ol {
	list-style:decimal
}
ul {
	list-style:disc
}
li {
	margin-left:30px
}
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom:20px
}
ol {
	margin-left: 15px;
}
ol ol {
	list-style-type: lower-alpha;
	margin-bottom: 3px;
	font-size:12px;
}
.underline {
	text-decoration: underline;
}
.clear {
	clear: both;
}
