html {
	height: 100%;
}

body {
	background: #dad8cd;
	min-width: 996px;
	height: 100%;
	min-height: 100%;
	font: 10px Arial;
	color: #000;
}

p {
	margin-bottom: 10px;
	/* text-indent: 1.2em; */
}

a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
body a.more {
	background: #ff8400 !important;
	border: none !important;
	padding: 1px 5px !important;
	color: #fff !important;
}

h1 {
}
h2 {
}
h3 {
}
h4 {
}

big, .big {
	font-size: 1.2em !important;
}
small, .small {
	font-size: .8em !important;
}

.clear {
	clear: both !important;
	padding: 0 !important;
	margin: 0 !important;
	height: 0px !important;
	font-size: 0px !important;
	border: none !important;
	float: none !important;
	width: auto !important;
	background: none !important;
}

.hr {
	border-top: 1px solid #999;
	padding: 0 !important;
	margin: 0 !important;
	height: 1px !important;
	font-size: 0px !important;
	border: none !important;
	float: none !important;
	width: auto !important;
	background: none !important;
}