        .buttons
        {
        background-image:url(images1/bg_3.gif);
        }
        .button,
        .activeButton,
        .butt
        {
            background-color: silver; 
            border: 3px #EEEEEE outset; 
        }
        .buttB
        {
            background-color: #33CCCC; 
            border: 3px #EEEEEE outset; 
        }
        .buttB
        {
            font-weight: bold;
            font-style: italic;
            font-size: 16px;
            text-decoration: none; 
            display: block;
            padding-left: 10px; 
            padding-top: 2px; 
        }
        .butt A,
        .button A,
        .button A:hover,
        .activeButton A,
        .activeButton A:hover
        {
            font-weight: bold;
            font-style: italic;
            font-size: 16px;
            text-decoration: none; 
            display: block;
            padding-left: 10px; 
            padding-top: 2px; 
        }
        .button A       
        {
            color: white; 
            background-image: url(../images1/bg_1.jpg);
        }
        .butt A       
        {
            color: #0099FF; 
            background-image: url(../images1/bg_1.jpg);
        }
         .butt B      
        {
            color: #0099FF; 
            background-image: url(../images1/bg_1.jpg);
        }


        .button A:hover
        {
            color: yellow; 
            background-color: #7766FF;
            background-image: none;
        }
        .butt A:hover
        {
            color: yellow; 
            background-color: #7766FF;
            background-image: none;
        }

        .activeButton A,
        .activeButton A:hover,
        .activeButt A,
        .activeButt A:hover

        {
            color: yellow; 
            background-color: #559900;
            background-image: none;
        }
        .buttonName, 
        .buttName       
        {
 
            background-image:url(images1/bg_1.gif);
            font-weight: bold;
            font-style: italic;
            font-size: 16px;
            text-decoration: none; 
            display: block;
            padding-left: 10px; 
            padding-top: 2px; 
          }