@font-face {
    font-family: 'futuralightregular';
    src: url('fonts/futuralight-webfont.eot');
    src: url('fonts/futuralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/futuralight-webfont.woff2') format('woff2'),
         url('fonts/futuralight-webfont.woff') format('woff'),
         url('fonts/futuralight-webfont.ttf') format('truetype'),
         url('fonts/futuralight-webfont.svg#futura_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: futuralightregular !important;
}
i {
    font-family: FontAwesome !important;
}

table.style1 td, table.style1 th {
  background-color: #fcd5b4;
  text-align: center;
  color: #000;
}

table.style1 td:first-child {
  text-align: left;
}

table td.tblhead, table th.tblhead {
  background-color: #ff9966;
}

table td.tblside, table th.tblside {
  background-color: #669900;
}