* {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	background-color: #fff;
	color: #333;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}

h1, h2, h3, h4, h5, p, ul, ul li, blockquote, .down-10px {
	padding-bottom: 10px;
}

p { padding-bottom: 20px; }

img {
	border: none;
}

a {
	color: #36c;
	cursor: pointer;
	text-decoration: underline;
}

h1, h2, h3 {
	font-weight: normal;
}

h4 {
//	font-weight: normal;
}

h1, h2, h3, h4,
h1 a, h2 a, h3 a, h4 a {
	color: #3c3216;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
	padding-bottom: 3px;
}

li {
	list-style: none;
}

p {
	line-height: 140%;
}

hr {
	background-color: #d7d7d7;
	border: none;
	color: #d7d7d7;
	font-size: 0;
	height: 1px;
	margin-bottom: 30px;
}

table { border-collapse: collapse; }

table tr, table td { vertical-align: top; }