﻿body {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    font-family: Verdana;
    font-size: 8pt;

}

.toptitle{
        text-align: right;
        top: 74px;
        position: absolute;
        left: 51%;
        margin-right: 20px;
        width: 400px;
}
 
.topMnuBar{
     background-image: url('img/go4gryBackbar.gif');
     background-repeat: repeat-x;
     height: 24px;
     margin: 0 0 0 0;
     width: 100%;
}

h1
{
  font-family: Verdana;
    font-size: 14pt;
    color: #555555;
 }
 
 h2
{
  font-family: Verdana;
    font-size: 11pt;
    color: #555555;
 }
  h3
{
  font-family: Verdana;
    font-size: 9pt;
    color: #555555;
    margin-bottom: 5px;
 }
 li
 {
    
     list-style-image: url('img/round_bullet.gif');
    margin-top : 2px;
     padding-top: 2px;
 }
 
 .fmnu:hover
{
    cursor: pointer;
    color: #006600;
    font-size: 7pt;
    text-decoration: none;
}
.fmnu
{
    cursor: pointer;
    font-size: 7pt;
    text-decoration: none;
    color: #000000;
}

.mainTble
{
    width: 100%;
    height: 600px;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #336600;
}

.tbWhite{

     background-color: White;
     
}