html {
   
}
input, select {
	border: 1px solid black;
	margin-top: 2px;
	margin-top: 2px;
}
checkbox {
	border: 0px;
}
h1{
	text-align: left;
	font-size: 16px;
	font-weight: bold; 
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 7px;
}
h2{
	text-align: center;
	font-size: 15px;
	font-weight: bold; 
	margin: 0px;
	padding: 0px;
	margin-top: 4px;
	margin-bottom: 6px;
	color: white;
	text-transform: uppercase;
}
h3{
	text-align: center;
	font-size: 13px;
	font-weight: bold; 
	margin: 0px;
	padding: 0px;
	color: white;
	text-transform: uppercase;
	line-height: 20px;
	padding-left: 5px;
}
a {
	text-decoration: underline;
	color: black;
}
a:hover {
	text-decoration: none;
}
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;
}
form {
	margin-top: 3px;
}

