<!-- TITLEBAR -->
    td.TitlebarCenter {
      color : #d2691e;
      background-color : #deb887;
      font-family : Verdana,Arial,Geneva,sans-serif;
      font-size : 20px;
      font-weight : 700;
     }
    td.TitlebarLeft {
      width : 49;
      background-color : #deb887; 
      align : center;
     }
    td.TitlebarRight {
      color : #d2691e;
      background-color : #deb887; 
      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 : #d2691e;
     }
    td.BlankLine {
      height : 2;
      background-color : white;
     }
    td.BottomBar {
      height : 1;
      background-color : #d2691e;
     }

<!-- PARAGRAPHING -->
    p.Main {
      font-family : Verdana,Arial,Geneva,sans-serif;
      font-size : 12px;
      margin-left : 50;
      margin-right : 50;
      text-align : justify;
     } 
    p.Center {
      font-family : Verdana,Arial,Geneva,sans-serif;
      font-size : 12px;
      margin-left : 50;
      margin-right : 50;
      text-align : center;
     } 
    p.Indent {
      font-family : Verdana,Arial,Geneva,sans-serif;
      font-size : 11px;
      margin-left : 80;
      margin-right : 80;
      text-align : justify;
     } 
    p.Caption {
      font-family : Verdana,Arial,Geneva,sans-serif;
      font-size : 10px;
      font-weight : 700;
      text-align : center;
    }
    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;
     } 
    ol.Main {
      font-family : Verdana,Arial,Geneva,sans-serif;
      font-size : 11px;
      margin-left : 75;
      margin-right : 50;
      text-align : justify;
     } 

<!-- TEXT HIGHLIGHTS -->
    span.VBar {
      color : #d2691e;
      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;
     }

<!-- IMAGES -->
    img.Page {
      border : 0;
      align : middle;
     }

    img.Logo {
      position : relative;
      left : 8px;
      top : 2px;
      border : 0;
    }

    h2.GTAM {
    font-family : Arial,Verdana,Geneva,sans-serif;
    color : blue;
    text-align : center;
    font-size : 18px;
    margin-left : 50;
    margin-right : 50;
    }