
  body
  {   
    margin :0px;
  }

  table
  {
    border-collapse  :  collapse;
    border-spacing   :  0;
    table-layout     :  fixed;  
	
    color        :  #000000;
    font-family  :  Verdana;
    font-size    :  10px;
    text-align   :  justify;
    
  }
  
  .menuHeading
  {
    font-family   :  Verdana;
    font-size     :  12px;    
    font-weight   :  bold;
    color         :  #333333;
    padding-left  :  5px;
    padding-top   :  1px;
  }  
  
  .heading
  {
    color            :  #0066cf;
    font-family      :  Garamond;
    font-weight      :  bold;
    font-size        :  26px;    
  }
  
  .subHeading
  {
    color        :  #000000;
    font-family  :  Verdana;
    font-size    :  13px;    
    font-weight  :  bold;
  }  
  
  a
  {
    font-family      :  verdana;
    font-size        :  11px;
    color            :  #0066cf;
    
    text-decoration  :  none;
  }
  
  a:hover
  {
    font-family      :  verdana;
    font-size        :  11px;
    color            :  #ff6000;
    
    text-decoration  :  underline;
  }
  menuLink
   {
     padding-top      : 9px;  
     padding-left     : 10px;
    /* height           : 30px;*/
     display          : block;
     
     text-decoration  : none;
     
     font-family      : verdana;
     font-size        : 12px;
     font-weight      : bold;
     color            : #444444;
     
     border           : solid 1px #cccccc;
     background-color : #f6f6f6;
/*     background-image : url('../images/menuBgOnMouseOut.gif');
*/	 background-image:url(../images/menuBgOnMouseOut.gif);    
   }      
  
   a.menuLink
   {
     padding-top      : 4px;  
     padding-left     : 10px;
     height           : 26px;
     display          : block;
     text-decoration  : none;
     font-family      : verdana;
     font-size        : 12px;
     font-weight      : bold;
     color            : #444444;
     border           : solid 1px #cccccc;
     background-color : #f6f6f6;
   /*  background-image : url('../images/menuBgOnMouseOut.gif');*/
	 background-image:url(../images/menuBgOnMouseOut.gif);    
   }  
 
   a.menuLink:hover
   {
     font-family      : verdana;
     font-size        : 12px;
     font-weight      : bold;
     color            : #ff6000;
         
     text-decoration  : none;
     
     background-color : #dddddd;    
     background-image : url('../images/menuBgOnMouseOver.gif');
  }
  
  a.subMenuLink
  {
    padding-top      : 2px;  
    padding-left     : 14px;
    height           : 27px;
    display          : block;
    
    text-align       : left;
    text-decoration  : none;
    
    font-family      : verdana;
    font-size        : 11px;
    font-weight      : none;

    color            : #777777;  
    
    background-image : url('../images/subMenuBgOnMouseOut.gif');
  }  

  a.subMenuLink:hover
  {
    font-family      : verdana;
    font-size        : 11px;
    font-weight      : none;
    color            : #ff6000;

    text-decoration  : none;

    background-color : #dddddd;
    background-image : url('../images/subMenuBgOnMouseOver.gif');
  }
  
  
  a.footerLinks
  {
    font-family      : verdana;
    font-size        : 11px;
    color            : #ffffff;

    text-decoration  : none;    
  }  

  a.footerLinks:hover
  {
    font-family      : verdana;
    font-size        : 11px;
    color            : #000000;
  }