html {
   
}
input {
	border: 1px solid #bbbbbb;
}
h1{
	text-align: left;
	font-size: 17px;
	font-weight: bold; 
	line-height: 180%;
}
h2{
	text-align: left;
	font-size: 14px;
	font-weight: bold; 
	line-height: 180%;
}
h3{
	text-align: left;
	font-size: 13px;
	font-weight: bold; 
	margin-top: 3px;
}
a {
	text-decoration: none;
	color: #8F7C6B;
}
a:hover {
	text-decoration: underline;
}
a.more {
	color: #74a3c5;
}
p {
	margin:0px;
	padding: 0px;
	clear: both;
}
strong {
}
hr {
	margin-top: 20px;
	height:1px;
	border: none;
	border-bottom: 1px solid #e3e4e5;
}
.none {
	display: none;
}
img {
	border: 0px;
}

