@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSansRegular.eot');
    src: url('fonts/OpenSansRegular.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSansRegular.woff') format('woff'),
         url('fonts/OpenSansRegular.ttf') format('truetype'),
         url('fonts/OpenSansRegular.svg#Sri-TSCRegular') format('svg');
    font-weight: normal;
    font-style: normal;
   }
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSansBold.eot');
    src: url('fonts/OpenSansBold.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSansBold.woff') format('woff'),
         url('fonts/OpenSansBold.ttf') format('truetype'),
         url('fonts/OpenSansBold.svg#Sri-TSCRegular') format('svg');
    font-weight: bold;
    font-style: bold;
   }


