@charset "iso-8859-1";

/* 
 *  author: Reese R Burton
 *  Creation date: 19 April 2006
 */

body { background: #002275;
       color: #00FFFF;
       margin-top: 0px;
       margin-bottom: 0px;
       margin-left: 0px;
       margin-right: 0px;
       font-family: Arial, Helvetica, sans-serif;
       font-size: 10pt }

.red { color: #FF0000 }

/*
 * Images <img>
 */
img {border: 0px}
/*
 * Table Cells <td>
 */
td.header { background: #002275;
            color: #FFDEC8;
            font-family: "Times New Roman";
            font-size: 28pt;
            font-weight: bold}

td.links { background: #66AAFF;
           color: #002275;
           font-family: Arial, Helvetica, sans-serif;
           font-size: 14pt}

td.news { background: #002275;
          color: #00FFFF;
          font-family: Arial, Helvetica, sans-serif;
          font-size: 12pt;
          font-weight: bold}

td.normal { background: #00AAAA;
            color: #002275;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 14pt}

td.inverse { background: #002275;
             color: #00FFFF;
             font-family: Arial, Helvetica, sans-serif;
             font-size: 14pt}

td.left { background: #66AAFF;
          color: #002275;
          font-family: Arial, Helvetica, sans-serif;
          font-size: 12pt}

td.main { background: #AAEEFF;
          color: #002275;
          font-family: Arial, Helvetica, sans-serif;
          font-size: 14pt}

td.right { background: #66AAFF;
           color: #002275;
           font-family: Arial, Helvetica, sans-serif;
           font-size: 14pt}

td.lds { color: #003333;
         font-family: Arial, Helvetica, sans-serif;
         font-size: 14pt}

th { background: #002275;
            color: #FFDEC8;
            font-family: "Times New Roman";
            font-size: 18pt;
            font-weight: bolder}

/*
 * Anchors <a>
 */
a:link { color: #0000ff;
         text-decoration: none;
         font-family: Arial, Helvetica, sans-serif;
         font-size: 10pt}
a:visited { color: #0000ff;
            text-decoration: none;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 10pt}
a:hover { color: #0000ff;
          text-decoration: underline overline;
          font-family: Arial, Helvetica, sans-serif;
          font-size: 10pt}
a:active { color: #0000ff;
           text-decoration: none;
           font-family: Arial, Helvetica, sans-serif;
           font-size: 10pt}

/*
 * Menu
 */
a.menu:link { background: #002275;
              color: #00FFFF;
              text-decoration: none;
              font-family: sans-serif, Arial, Helvetica;
              font-size: 14pt}

a.menu:visited { background: #002275;
                 color: #00FFFF;
                 text-decoration: none;
                 font-family: sans-serif, Arial, Helvetica;
                 font-size: 14pt}

a.menu:hover { background: #FFDEC8;
               color: #002275;
               text-decoration: blink;
               font-family: sans-serif, Arial, Helvetica;
               font-size: 14pt}

a.menu:active { background: #002275;
                color: #00FFFF;
                text-decoration: none;
                font-family: sans-serif, Arial, Helvetica;
                font-size: 14pt}

/*
 * News
 */
a.news:link { text-decoration: none;
              font-family: sans-serif, Arial, Helvetica;
              font-size: 14pt;
              font-weight: bold}

a.news:visited { text-decoration: none;
                 font-family: sans-serif, Arial, Helvetica;
                 font-size: 14pt;
                 font-weight: bold}

a.news:hover { text-decoration: underline overline blink;
               font-family: sans-serif, Arial, Helvetica;
               font-size: 14pt;
               font-weight: bold}

a.news:active { text-decoration: none;
                font-family: sans-serif, Arial, Helvetica;
                font-size: 14pt;
                font-weight: bold}

