h1 {
	font: 45px/90px 'univers_45_lightregular';
}

h2 {
	font: 25px/40px 'univers_45_lightregular';
	color: #5a7181;
	margin-top: 30px;
}

h2 span {
	font-size: 15px;
	color: #a51600;
}

h3, address {
	font-family: 'univers_45_lightregular';
}

h3 {
	font: 18px/40px 'univers_45_lightregular';
	font-weight: normal;
}

.right {
	text-align: right; }

	
address p {
	font-family: 'univers_45_lightregular';
	font-size: 15px;
}

address p span {
	font-size: 15px;
		
}

address p a {
	font-family: 'univers_45_lightregular';
	font-size: 15px;
	color: #000;	
}


p, a, h4, h5 {
	font-family: 'univers_45_lightregular';
}



a {
	text-decoration: none;
}

p {
	font-size: 14px;
	line-height: 19px;
	font-weight: normal;
	font-style: normal;
}

p span {
	font-family:  'univers_55regular';
	font-size: 14px;}


h4 {
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
}

h5 {
	font-size: 14px;
	color: #5a7181;
	margin: 30px 0 10px; }


/* font import  */

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

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

