/*--- TYPOGRAPHY ---*/
body{
	font-family: Helvetica, Verdana, "Sans Serif";
	font-size: 62.75%;
	line-height: 1.8em;
	color: #12645d;
}
h1{
	font-size: 2.4em;
	color: #91663e;
	margin: 0.375em 0 0.75em 0;
	border-bottom: 2px solid #f88515;
	font-family: Verdana;
	text-transform: uppercase;
}
h2{
	font-size: 1.8em;
	font-weight: bold;
	margin: 0.5em 0 1em 0;
}
h3{
	font-size: 1.2em;
	margin: 0.5625em 0 1.125em 0;
	font-weight: bold;
}
h4{
	font-size: 1.2em;
	font-weight: bold;
	margin: 0.64em 0 1.28em 0;
}
h5{
	font-size: 1.2em;
	margin: 0.64em 0 1.28em 0;
}
h6{
	font-size: 1.2em;
	font-weight: bold;
	margin: 0.75em 0 1.5em 0;
}
p{
	font-size: 1.4em;
	margin-bottom: 1.5em;
	line-height: 136%;
}
ul{
	list-style-type:american;
	margin-left:35px;
}
ul, ol{
	margin-bottom: 1.5em;
}
ul li, ol li{
	font-size: 1.2em;
	line-height: 1.5em;
}
	ul li li, ol li li{
		font-size: 100%;
	}
blockquote{
	padding: 0 12%;
	font-size: 1.2em;
	font-style: oblique;
}
cite{
	display: block;
	text-align: right;
}
a{
	color: #f88515;
}
hr{
	border: 1px solid #f88515;
	height: 2px;
	margin-bottom: 1.8em;
}
label{
	font-size: 1.2em;
	padding-right: 10px;
	text-align: right;
}