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

}


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

}

.font-bold{font-family: trebuchet_msbold;}

.font-regular{font-family: trebuchet_msregular;}