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

}

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

}

body {
  width: 1020px;
  background-color: #DBDDD2;
  position: relative;
  margin: 0px auto;
  font: 19px/20px 'PTSansRegular', Arial, sans-serif;
}

.hidden {
  display: none;
}

li {
  font: 12px/13px 'PTSansRegular', Arial, sans-serif;
}

img {
  border: 0;
  padding: 0;
  margin: 0;
  padding-left: 5px;
  margin-bottom: -1px;
}

ul.intab {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.intab li {
  margin: 0;
  padding-top: 0px;
  padding-left: 15px;
  background-image: url("/images/separator_small.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}
