html, body {
	color: #353534;
	font: 13px/18px "Arial", sans-serif;

}

a:link, a:visited, a:active { color: black; text-decoration: underline;}
a:hover { color: #c57f05; text-decoration: underline;}

ul{
margin-left: 20px;
margin-bottom: 15px;
}

a, img{
border: none;
}

input{
border: 1px solid #aaa;
background: white;
}

input.no_border{
border: none;
background: none;
}

#menu a span{
margin-left: 8px;
}

#menu a{
font-size: 13px;
letter-spacing: 1px;
color: white;
font-weight: bold;
display: block;
width: 225px;
padding: 6px 0px;
background: #353534;
border-bottom: 1px solid #5b5b5b;
text-decoration: none;
}

#menu a:hover, #menu a.active{
background: #fac448;
color: black;

}


h1{
color: black;
font-size: 18px;
margin-bottom: 15px;
}

h2{
font-size: 12px;
}

hr{
margin: 0px;
border: none;
border-bottom: 2px solid #d2831f;
}

p{
margin-bottom: 15px;
}


.orange{
	color: #d2831f;
}

.green{
	color: #94d280;
}


.red{
	color: #d0282c;
}