@font-face {
    font-family: 'ShelterMeRegular';
    src: url('fonts/shelter_me-webfont.eot');
    src: url('fonts/shelter_me-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/shelter_me-webfont.woff') format('woff'),
         url('fonts/shelter_me-webfont.ttf') format('truetype'),
         url('fonts/shelter_me-webfont.svg#ShelterMeRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html{
	font:12px/1.4em Tahoma, Geneva, sans-serif;
	color:#000;
}

a, a:visited{
	color:#1592ce;
	text-decoration:none;
}
a:hover{
	color:#1592ce;
	text-decoration:underline;
}

h1, .h1{
	font:normal 26px 'Asap', Arial, Helvetica, sans-serif;
	color:#1592ce;
	margin-top:0;
	padding-bottom:5px;
	border-bottom:1px solid #e5e5e5;
}
h2, .h2{margin-top:9px;}
h2, .h2,
h3, .h3,
h4, .h4{
	font:normal 18px Tahoma, Geneva, sans-serif;
	color:#1592ce;
	border-bottom:1px solid #e5e5e5;
}
h3, .h3{
	font-size:16px;
}
h4, .h4{
	font-size:14px;
}
hr{
	border-color:#e5e5e5;
}

.unionmembers{
	float:left;
	width:200px;
	margin-right:30px;
}
