<!-- TITLE BAR -->
    td.TitlebarCenter {
      color : #b8860b;
      background-color : #eeebaa;
      font-family : Verdana,Arial,Geneva,sans-serif;
      font-size : 20px;
      font-weight : 700;
     }
    td.TitlebarLeft {
      width : 49;
      background-color : #eeebaa; 
      align : center;
     }
    td.TitlebarRight {
      background-color : #eeebaa; 
      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 : 11px;
      font-weight : 700;
     }
    td.BarLine {
      height : 2;
      background-color : darkgoldenrod;
     }
    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;
     } 
    ul.Main {
      font-family : Verdana,Arial,Geneva,sans-serif;
      font-size : 12px;
      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;
     }

<!-- 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;
     }

<!-- IMAGES -->
    img.Page {
      border : 0;
      align : middle;
     }

    img.Logo {
      position : relative;
      left : 8px;
      top : 2px;
      border : 0;
     }


