html {
   
}
input {
	border: 1px solid #bbbbbb;
	margin: 0px;
	padding: 0px;
}
input.small {
	width: 30px;
	margin-right: 5px;
}
select {
	border: 1px solid #bbbbbb;
	margin: 0px;
	padding: 0px;
}
h1{
	text-align: left;
	font-size: 15px;
	font-weight: bold; 
	margin-top: 5px;
}
h2{
	text-align: left;
	font-size: 14px;
	font-weight: bold; 
	margin-top: 4px;
}
h3{
	text-align: left;
	font-size: 13px;
	font-weight: bold; 
	margin-top: 3px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.more {
	color: #74a3c5;
}
p {
	margin:0px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}
strong {
}
hr {
	margin-top: 20px;
	height:1px;
	border: none;
	border-bottom: 1px solid #e3e4e5;
}
.none {
	display: none;
}
img {
	border: 0px;
}


