@font-face {
font-family: 'Helv';
    src: url('../fonts/helveticaltstd-roman.eot');
    src: url('../fonts/helveticaltstd-roman.eot') format('embedded-opentype'),
         url('../fonts/helveticaltstd-roman.woff') format('woff'),
         url('../fonts/helveticaltstd-roman.ttf') format('truetype'),
         url('../fonts/helveticaltstd-roman.svg#HelveticaLTStdRoman') format('svg');
}

@font-face {
font-family: 'Helvetica Bold';
    src: url('../fonts/helveticaltstd-bold.eot');
    src: url('../fonts/helveticaltstd-bold.eot') format('embedded-opentype'),
         url('../fonts/helveticaltstd-bold.woff') format('woff'),
         url('../fonts/helveticaltstd-bold.ttf') format('truetype'),
         url('../fonts/helveticaltstd-bold.svg#HelveticaLTStdBold') format('svg');
}

@font-face {
font-family: 'Gill';
    src: url('../fonts/gs.eot');
    src: url('../fonts/gs.eot') format('embedded-opentype'),
         url('../fonts/gs.woff') format('woff'),
         url('../fonts/gs.ttf') format('truetype'),
         url('../fonts/gs.svg#GillSansStdRegular') format('svg');
}

@font-face {
font-family: 'Gill Bold';
font-style: normal;
font-weight: normal;
src: local('../fonts/GillSansStd-Bold'), url('../fonts/GillSansStd-Bold.otf') format('otf');
}

@font-face {
font-family: 'Gill Italic';
font-style: normal;
font-weight: normal;
src: local('../fonts/GillSansStd-Italic'), url('../fonts/GillSansStd-Italic.otf') format('otf');
}

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,400italic,700italic);