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

}


h1{
	font-family: "open_sansregular";
	font-size: 21px;
	font-weight: bold;
	color: #00386F;
	line-height: 35px;
	margin-top: 25px;
	margin-bottom: 25px;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0A3865;
	line-height: 25px;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h3{
	font-family: open_sansregular;
	font-size: 14px;
	color: #333;
	
}

h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px;
	font-weight: normal;
	color: #0A3865;
	text-align: center;
}
