body { background-color: #d8d6b0;
       color: #000000;
       font-family: verdana, arial, sans serif;
       font-size: 10pt;
     }
tr { background-color: #ffffff;
     color: #000000;
     font-family: verdana, arial, sans serif;
     font-size: 10pt;
   }
td { font-family: verdana, arial, sans serif;
     font-size: 10pt;
   }
td.loud { font-weight: bold; }
td.sml { font-size: 7pt; }
td.lsml { font-size: 8pt; }
td.frmsml { font-size: 7pt;
            background-color: #f0f0cd;
          }
td.footer { background-color: #ffffff;
            font-weight: 600;
            font-size: 8pt;
          }
td.content { padding-top: 8px;
             padding-left: 20px;
             background-color: #ffffff;
           }
td.bird { background-color: #d5dc90; }

a { color: #3CB371;
    font-weight: 600;
    text-decoration: none;
  }
a:visited { color: #3CB371; }
a:hover { color: #bc9e61; }

a.nav { color: #6a8e4e;
        font-weight: 600;
        font-family: verdana, arial, sans serif;
        font-size: 7pt;
        text-decoration: none;
      }
a.nav:visited { color: #6a8e4e; }
a.nav:hover { color: #bc9e61; }

b { color: #3d5d04; }
strong { color: #3d5d04; }
h1 { font-family: verdana, arial, sans serif;
     color: #3d5d04;
    }
h2 { font-family: verdana, arial, sans serif;
     color: #3d5d04;
    }
h3 { font-family: verdana, arial, sans serif;
     color: #3d5d04;
    }
h4 { font-family: verdana, arial, sans serif;
     color: #3d5d04;
    }

input { background-color: #ffffff;
        color: #000000;
        font-weight: bold;
        font-family: verdana, arial, sans serif;
        font-size: 10pt;
        border-style: solid;
        border-width: 1px;
        border-color: #acc7b7;
      }
textarea { background-color: #ffffff;
           color: #000000;
           font-weight: bold;
           font-family: verdana, arial, sans serif;
           font-size: 10pt;
           border-style: solid;
           border-width: 1px;
           border-color: #acc7b7;
         }
select { background-color: #ffffff;
         color: #000000;
         font-weight: bold;
         font-family: verdana, arial, sans serif;
         border-style: solid;
         border-width: 1px;
         border-color: #acc7b7;
       }

.pcontent { padding-top: 12px; }

.hd { font-size: 10pt;
      font-family: verdana, arial, sans serif;
      background-color: #ffffff;
      color: #53622f;
      font-weight: 900;
    }
.shd { font-size: 7pt;
      font-family: verdana, arial, sans serif;
      color: #53622f;
      font-weight: 900;
    }

.pgtxt { background-color: #ffffff; }

.subnav { background-color: #ffffff; }
.onnav { background-color: #8FBC8F;
         color: #ffffff;
         font-family: verdana;
         font-size: 9pt;
         font-weight: bold;
         cursor: hand;
       }
.offnav { background-color: #c5d8a3;
          color: #000000;
          font-family: verdana;
          font-size: 9pt;
          font-weight: bold;
          cursor: hand;
        }

.field { background-color: #f0f0cd; }
.entry { background-color: #cbcc7f;
         font-weight: bold;
       }

.bigtxt { font-size: 12pt;
          padding-left: 20px;
          background-color: #F6F4ED;
        }
.smltxt { font-size: 10pt;
          padding-left: 20px;
          background-color: #F6F4ED;
        }
.ontr { font-size: 8pt; background-color: #f0f0cd; }
.offtr { font-size: 8pt; background-color: #ffffff; }

.home { background-image: url('/images/homebg.png');
           }
.hometd { background-color:transparent; }

.gold { background-color: #d8d6b0; }

table.menu {
   position: absolute;
   cursor: pointer;
   visibility: hidden;
   background-color: #ffffff;
   }

#mainmenu {
   position: static;
   }

table.menu td.off {
   color: #53622f;
   background-color: #d5dc90;
   font-family: verdana;
   font-size: 10pt;
   font-weight: bold;
   }

table.menu td.on {
   color: #ffffff;
   background-color: #e49f8d;
   font-family: verdana;
   font-size: 10pt;
   font-weight: bold;
   }


