@font-face {
    font-family: 'FranklinGothic-BookItalic';
    src: url('../fonts/FranklinGothic-BookItalic.eot');
    src: url('../fonts/FranklinGothic-BookItalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/FranklinGothic-BookItalic.woff') format('woff'),
         url('../fonts/FranklinGothic-BookItalic.ttf') format('truetype'),
         url('../fonts/FranklinGothic-BookItalic.svg#FranklinGothic-BookItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FranklinGothic-Demi';
    src: url('../fonts/FRADM.eot');
    src: url('../fonts/FRADM.eot?#iefix') format('embedded-opentype'),
         url('../fonts/FranklinGothic-Demi.woff') format('woff'),
         url('../fonts/FranklinGothic-Demi.ttf') format('truetype'),
         url('../fonts/FranklinGothic-Demi.svg#FranklinGothic-Demi') format('svg');
    font-weight: normal;
    font-style: normal;
}
    .intstudy .tahoma {
      font-family: tahoma, serif;
    }
    .intstudy .fg_demi {
      font-family: 'FranklinGothic-Demi',tahoma,sans-serif;
    }
    .intstudy .fg_book {
      font-family: "FranklinGothic-BookItalic",verdana,sans-serif;
    }
    .intstudy .fg {
      font-family: "Franklin Gothic Medium",verdana,sans-serif;
    }
    .intstudy .georgia {
      font-family: Georgia, serif;
    }
    .intstudy .blue {
      color: #002d62;
    }
    .intstudy .black {
      color: #000000;
    }
    .intstudy .bordo {
      color: #a40c35;
    }
    .intstudy .gray {
      color: #919396;
    }
    .intstudy .white,.intstudy .white a:hover {
      color: #ffffff;
    }
    .intstudy .bgsilver {
      background-color: #fafafc;
    }
    .intstudy .bggray {
      background-color: #919396;
    }
    .intstudy .bgblue {
      background-color: #002d62;
    }

    .intstudy .size8 {
      font-size: 8pt;
    }
    .intstudy .size9 {
      font-size: 9pt;
    }
    .intstudy .size10 {
      font-size: 10pt;
    }
    .intstudy .size11 {
      font-size: 11pt;
    }
    .intstudy .size12 {
      font-size: 12pt;
    }
    .intstudy .size13 {
      font-size: 13pt;
    }
    .intstudy .size14 {
      font-size: 14pt;
    }
    .intstudy .size15 {
      font-size: 15pt;
    }
    .intstudy .size16 {
      font-size: 16pt;
    }
    .intstudy .size17 {
      font-size: 17pt;
    }
    .intstudy .aligncenter {
      text-align: center;
    }
    .intstudy .bold {
      font-weight: bold;
    }
    .intstudy .italic {
      font-style: italic;
    }
    .intstudy .lh11 {
      line-height: 11pt;
    }
    .intstudy .lh13 {
      line-height: 13pt;
    }
    .intstudy .lh14 {
      line-height: 14pt;
    }
    .intstudy .lh15 {
      line-height: 15pt;
    }
    .intstudy .lh17 {
      line-height: 17pt;
    }
    .intstudy .lh20 {
      line-height: 20pt;
    }
    .intstudy .mb5 {
      margin-bottom: 5px;
    }
    .intstudy .mb10 {
      margin-bottom: 10px;
    }
    .intstudy .pl3 {
      padding-left: 3px;
    }
    .intstudy .pr3 {
      padding-right: 3px;
    }
    .intstudy .p5 {
      padding: 5px;
    }
    .intstudy .p8 {
      padding: 8px;
    }
    .intstudy .fl_l {
      float: left;
    }
    .intstudy .fl_r {
      float: right;
    }
    .intstudy .w24p {
      width: 24%;
    }
    .intstudy .w72p {
      width: 72%;
    }
    .intstudy .hr {
      width: 100%;
      clear: both;
      height: 10px;
      border-bottom: 1px dotted #002d62;
    }

    .intstudy img {
      border: 0;
      margin: 0;
      padding: 5px;
    }
    .intstudy a {
      border: 0;
      text-decoration: underline;
      color: inherit;
    }
    .intstudy a:hover {
      color: #002d62;
    }
    .intstudy ul {
      margin: 0;
    }
    .intstudy ul li {
       color: #a40c35;
       margin-bottom: 6px;
       background-image: none;
       list-style-type: square;
       padding-left: 0px;
    }
    .intstudy ul.inside {
      list-style-position: inside;
    }
    .intstudy table {
      border-collapse: collapse;
      width: 100%;
      margin-bottom: 0;
    }
    .intstudy table td, .intstudy table th {
      border: 1px dotted #919396;
      padding: 3px;
      vertical-align: middle;
    }
    .intstudy table th {
      background-color: #a1afc1;
      color: white;
      font-family: 'FranklinGothic-Demi',tahoma,sans-serif;
      font-size: 12pt;
    }
    .intstudy table td {
      color: #919396;
      font-family: "Franklin Gothic Medium",verdana,sans-serif;
      font-size: 10pt;
    }
    .intstudy table.blacktable td {
      color: #000000;
    }
    .intstudy td.noborder {
      border: 0;
    }
    .intstudy table.pl5 td {
      padding-left: 5px;
    }

    .intstudy table.without_border td {
      border: 0;
    }
    .intstudy .spacer {
      clear: both;
    }
