@charset "utf-8";
/* CSS Document */
@import url(../css/import/fonts.css);

h1,h2,h3,h4,h5 {
	font-family: 'Avenir-Roman';
	color: #000036;
}

h1 {
	font-size:24px;
	line-height:24px;
}

h2 {
	font-size:18px;
	color: #00b0e5;
	line-height:20px;
	font-weight:bold;
}

h3 {
	font-size:14px;
	height: 5px !important;
}

h4 {
	font-size:12px;
}

h5 {
	font-size:11px;

}