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