BODY
{

}

        BODY, P, TD
                {
                   font-size: 10px;
                }




        a:link, a:visited
                {
                color: #008080;
                text-decoration: none; text-transform: none; cursor: none
                }


        a:active {
                 text-decoration: none;
                 color: #FF0000;
                 }

       a:hover
              {
              text-decoration: none;
              color: #FF0000;
              background: #FFFF00;
              }

       .buttons {
                font-size: 10px;
                background-color: #EAE8E8;
                color: #545454;
                margin-right: 6px;
                }
      .mbuttons {
                font-size: 10px;
                width: 120px;
                background-color: #EAE8E8;
                color: #545454;
                margin-right: 6px;
                }