﻿    body 
    { 
      margin: 0 0 0 0;
      font-family: Verdana;
      font-size: 10pt;
      color: #AA2200;
      background-color: #141413;
    }
    table.header
    {
        background-image: url("./../img/GAMT_small_rpad.jpeg");
        background-repeat: repeat-x;
        border-width: 1px;
        border-color: #F4AE68;
        border-style: solid;
    }
    div.header
    {
        font-family: 'Book Antiqua';
        font-size: 26pt;
        font-variant:small-caps;
        color: #BB3300;
        font-weight: bold;
    }
        
    table.menu
    {
        background-color: #fafa52;
        border-width: 1px;
        border-color: #F4AE68;
        border-style: solid;
    }
    a.menu_highlight
    {
        font-size: 10pt;
        color: #CC4422;
        font-weight: bold;
    }    
    a.menu_highlight:hover 
    {
        color: #992200;
    }

    table.data
    {
        border-width: 1px;
        border-color: #F4AE68;
        border-style: solid;
        background-color: #FFFFFF;
    }    
        
    table.footer
    {
        font-family: Verdana;
        font-size: 8pt;
        color: #666666;
    }

    div.page_title
    {
        font-family: Times New Roman;
        font-weight: bold;
        font-size: 20pt;
        color: #CC4422;
    }    
    div.sub_title
    {
        font-family: Book Antiqua;
        font-weight: bold;
        font-size: 14pt;
        color: #CC4422;
    }

    div.reg_bold
    {
        font-family: Arial;
        font-weight: bold;
        font-size: 12pt;
    }

