   A.menu:link, A.menu:active 
     {       text-decoration :       none;
             color           :       #FFFFFF;
             background      :       transparent
     }

  A.menu:visited 
        {     color           :       #FFFFFF;
              background      :       transparent;
              text-decoration :       none
        }

  A.menu:hover 
      {       color           :       #CCCCCC;
              background      :       transparent; 
              text-decoration :       none
      }

  TD.menu { font-size: 10pt }


  A.page:link, A.page:active 
     {       text-decoration :       none;
             color           :       #FFFFFF;
             background      :       transparent
     }

  A.page:visited 
        {     color           :       #FFFFFF;
              background      :       transparent;
              text-decoration :       none
        }

  A.page:hover 
      {       color           :       #CCCCCC;
              background      :       transparent; 
              text-decoration :       none
      }

  TD.page { font-size: 10pt }

