body, select, input, textarea {
	font: 85%/1.5 "lucida sans", verdana, arial, helvetica, sans-serif;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.8em;
	padding-bottom:5px;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em; 
height:1px;
border-bottom:1px solid #d9e1e5;
}
.clear {
height:10px;
width:100%;
display:block;
clear:both;
}
p {
	margin-bottom:10px;

}

.orange-highlight {
	color:#ea7900;
}

.left {
float:left;
text-align:left;
}

a {
color: #b56d1f;
text-decoration:none;
}
a:hover {
	color:#33414b;
	text-decoration:underline;
	
}

hr {
border:0;
color:#cad5db;
background-color:#cad5db;
height:1px;
width:100%;
}