<style type="text/css">
<!-- /* to protect old browsers */
/* cream */
.button, .button_selected {
 font-size: 11px;
 font-weight: normal;
 color: #000000;
 background: #cccc99;
 border-left:   1px solid #aaaa77;
 border-top:    1px solid #aaaa77;
 border-right:  1px solid #605600;
 border-bottom: 1px solid #605600;
 height: 18px;
 text-decoration: none;
 cursor: hand;
}
 
 .button_selected {
 font-weight: bold;
 color: #FFFFFF;
 background: #cc3300;
 border-left:   1px solid #ff3300;
 border-top:    1px solid #ff3300;
 border-right:  1px solid #993300;
 border-bottom: 1px solid #993300;
} 
 

/* button for netscape */
.button {
 font-family: tahoma,sans-serif;
 font-size: 11px;
 font-weight: normal;
 color: #000000;
 background: #cccc99;
 border-left:   1px solid #AAAA77;
 border-top:    1px solid #AAAA77;
 border-right:  1px solid #605600;
 border-bottom: 1px solid #605600;
 height: 18px;
 text-decoration: none;
 cursor: hand;
}


-->
</style>
