body {
	background: #e6e6e6;
	color: #998476;
	font-family: "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}
h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: normal;
	margin: 0 0 10px 0;
	line-height: 1.5em;
}
h1 {
	font-size: 48px;
	line-height: 48px;
}
h2 {
	color: #1da7dc;
	font-size: 30px;
	line-height: 48px;
}
h3 {
	color: #6ebe44;
	font-size: 18px;
	line-height: 25px;
}
h4 {
	color: #77665b;
	font-size: 18px;
	line-height: 25px;
}
p {
	margin: 1em 0 1.5em;
}
ul, ol {
	margin: 1em 0;
	padding: 0 0 0 2em;
}
a {
	color: #1da7dc;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}

.margin0 {
	margin: 0;
}
.margin10 {
	margin: 10px;
}
.margin20 {
	margin: 20px;
}

.padding0 {
	padding: 0;
}
.padding10 {
	padding: 10px;
}
.padding20 {
	padding: 20px;
}

.font11 {
	font-size: 11px;
	line-height: 15px;
}
.font15 {
	font-size: 15px;
	line-height: 23px;
}
.font17 {
	font-size: 17px;
	line-height: 27px;
}
.font19 {
	font-size: 19px;
	line-height: 31px;
}
.font21 {
	font-size: 21px;
	line-height: 33px;
}

div.hr {
	background: none;
	clear: both;
	margin: 2em 0 1em 0;
}
div.hr.arrow {
	background: url(/images/sep-arrow.png) top center;
	height: 34px;
}
hr {
	display: none;
}
