br {
	clear:both;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	color: #000000;
}

h1{
	font-size: 37px;
}
h2{
	font-size: 24px;
	margin-top:4px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 16px;
	padding-top:8px;
	height: 18px;
	width: 300px;
	overflow:hidden;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 12px;
}
a:active, a:link, a:visited {
	text-decoration: none;
	color: #094d7d;
	padding: 0px;
	margin: 0px;
	outline:none;
}
a:hover, a:focus {
	text-decoration: underline;
	color: #0072D1;
}
img {
	border: none;
	text-decoration: none;
}
form {
	margin:0px;
	padding: 0px;
	clear:both;
}
input {
	width: 150px;
	margin: 0px;
}

input[type=submit], input[type=button], input[type=radio], input[type=checkbox], input[type=image] {
	width: auto;
}
input[type=hidden] {
	display:none;
}
ins {
	text-decoration: none;
}
hr {
	margin:0px;
	border: none;
	border-top: 1px solid #094d7d;
}
fieldset {
	border:none;
	padding:0px;
}
