<!-- TITLEBAR -->
    td.TitlebarCenter {
      color : #990000;
      background-color : #cccc99;
      font-family : Verdana,Arial,Geneva,sans-serif;
      font-size : 20px;
      font-weight : 700;
     }
    td.TitlebarLeft {
      width : 49;
      background-color : #cccc99; 
      align : center;
     }
    td.TitlebarRight {
      color : #990000;
      background-color : #cccc99; 
      font-family : Verdana,Arial,Geneva,sans-serif;
      font-size : 20px;
      font-weight : 300;
      text-align : right;
      align : center;
     }

<!-- OTHER BARS -->
    td.Links {
      text-align : center;
      font-family : Verdana,Arial,Geneva,sans-serif;
      font-size : 9px;
      font-weight : 700;
     }
    td.Sidebar {
      text-align : left;
      font-family : Verdana,Arial,Geneva,sans-serif;
      font-size : 9px;
      font-weight : 700;
     }
    td.BarLine {
      height : 2;
      background-color : #990000;
     }
    td.BlankLine {
      height : 2;
      background-color : white;
     }

<!-- PARAGRAPHING -->
    p.Main {
      font-family : Verdana,Arial,Geneva,sans-serif;
      font-size : 12px;
      margin-left : 50;
      margin-right : 50;
      text-align : justify;
     } 
    p.Indent {
      font-family : Verdana,Arial,Geneva,sans-serif;
      font-size : 11px;
      margin-left : 80;
      margin-right : 80;
      text-align : justify;
     } 
    p.Notes {
      font-family : Verdana,Arial,Geneva,sans-serif;
      font-size : 11px;
      margin-left : 50;
      margin-right : 50;
      text-align : justify;
     } 
    ul.Main {
      font-family : Verdana,Arial,Geneva,sans-serif;
      font-size : 11px;
      margin-left : 65;
      margin-right : 50;
      text-align : justify;
     } 
    ul.Indent {
      font-family : Verdana,Arial,Geneva,sans-serif;
      font-size : 11px;
      margin-left : 95;
      margin-right : 80;
      text-align : justify;
     } 

<!-- TEXT HIGHLIGHTS -->
    span.VBar {
      color : #990000;
      font-weight : 700;
     }

<!-- IMAGES -->
    img.Page {
      border : 0;
      align : middle;
     }

<!-- LINKS -->
    a.Par:link {
      text-decoration : none;
      color : red;
     }
    a.Title:link {
      text-decoration : none;
      color : #000000;
     }
    a.Title:active {
     text-decoration : none;
     background-color : yellow;
     }
    a.Title:visited {
      text-decoration : none;
      color : #000000;
     }
    a.Title:hover {
      text-decoration : none;
      color : red;
     }
    a.Sidebar:link {
      text-decoration : none;
      color : #000000;
     }
    a.Sidebar:visited {
      text-decoration : none;
      color : #000000;
     }

<!-- QJ13P -->
    table.QJ {
      font-family : Verdana,Arial,Geneva,sans-serif;
      font-size : 11px;
      margin-left : 50;
    }
    td.N {
      background-color : white;
      padding : 4;
      text-align : center;
      font-size : 8px;
    }
    td.G {
      background-color : Moccasin;
      padding-top : 3;
      padding-bottom : 1;
      padding-left : 4;
      padding-right : 4;
    }
    td.T {
      background-color : white;
      padding : 4;
      padding-left : 10;
    }
    sup.R {
      color : red;
    }

<!-- Peach -->
  table.PlainDiag {
    border : 0;
    cellpadding : 0;
    cellspacing : 0;
    border-collapse: collapse;
    font-family : Verdana,Arial,Geneva,sans-serif;
    font-size : 12px;
  }
  td.Com {
    padding-left : 10;
    text-align : justify;
    vertical-align : text-top;
  }

<!-- IMAGES -->
    img.Page {
      border : 0;
     }

    img.Logo {
      position : relative;
      left : 8px;
      top : 2px;
      border : 0;
     }

    img.Shade {
      margin-top : 3px;
      margin-right : 8px;
      border : 1px solid black;
      float : left;
    }
