@charset "UTF-8";
/* CSS Document */
body{ 	
	margin:0px;
	font-size:12px;
	line-height:22px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	background-color:#FFF;
	}
.clear {
	clear:both;
}
@font-face {
    font-family: 'univers_lt_std47LtCn';
    src: url('../fonts/univers_lt_std_47_light_condensed-webfont.eot');
    src: url('../fonts/univers_lt_std_47_light_condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/univers_lt_std_47_light_condensed-webfont.woff2') format('woff2'),
         url('../fonts/univers_lt_std_47_light_condensed-webfont.woff') format('woff'),
         url('../fonts/univers_lt_std_47_light_condensed-webfont.ttf') format('truetype'),
         url('../fonts/univers_lt_std_47_light_condensed-webfont.svg#univers_lt_std47LtCn') format('svg');
    font-weight: normal;
    font-style: normal;

}
h4{
	color:#263678;
	font-family: 'univers_lt_std47LtCn';
	font-size:18px;
	padding:0px;
	margin:0px;
	border-bottom:1px solid #CCC;
	margin-bottom: 10px;
	margin-top: 10px;
	}