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

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

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