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

@font-face {
    font-family: "Helvetica";
    src: url('Helvetica Bold.eot');
    src: url('Helvetica Bold.eot?#iefix') format('embedded-opentype'),
         url('Helvetica Bold.woff') format('woff'),
         url('Helvetica Bold.ttf') format('truetype'),
         url('Helvetica Bold.svg#Helvetica') format('svg');
	font-weight: bold;
    font-style: normal;
}