﻿    a{
      text-decoration: none;
    }
    
    a:link{
      text-decoration: none;
      color: #063963;
    }
    
    a:hover{
      color: #3399FF;
    }
    
    li{
        list-style-image: url('../images/bullet.png');
        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;
    }
    
    body
    {
		background-image: url('../images/cdms_background.png');
		background-repeat: repeat-x;
		background-color: #EAEFF3;
		font-family: Trebuchet MS;
		margin-bottom:0px;	
	}
