﻿    a:hover{
      color: #3399FF;
    }
    
    a:link{
      text-decoration: none;
      color: #063963;
    }
    
    a{
      text-decoration: none;
    }
    
        li{
        list-style-image: url('../images/bullet.gif');
        margin-bottom: 5px
    }
    
    ul{
        margin-top: 0px
    }
    
    .headingFont{
      font-size: 19pt;
      color: #084679;
      font-family: Trebuchet MS;
      text-align: center;
      margin-left: 13px;
    }
    
    .grayFont{
      font-size: 12pt;
      color: #cccccc;
      font-weight: bold;
      font-family: Trebuchet MS;
      margin-top: 10px;
      margin-left: 20px;
    }
    
    .infoBox{
      color: #063963;
      font-size: 12pt;
      margin: 20px;
    }
    
    .menuTD{
      border-left: 2px solid #063963;
      height: 75px;
      color: #063963;
      font-size: 14pt;
      font-weight: bold;
      font-family: Trebuchet MS;
    }
    
    .spacer{
      background-image: url('images/spacer.png');
      background-repeat: repeat-x;
    }