.rolloverButton {
background-color: #B09B7D;
height: auto;
width: auto;
border: 0px solid #FFFFFF;
color: #FFFFFF;
text-decoration: none;
text-align: center;
vertical-align: middle;
display: block;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
padding-top: 4px;
padding-bottom: 4px
}
:hover.rolloverButton {
background-color: #C1B099;
height: auto;
width: auto;
border: 0px solid #FFFFFF;
color: #000000;
display: block;
text-decoration: none;
text-align: center;
vertical-align: middle;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
padding-top: 4px;
padding-bottom: 4px
}
:active.rolloverButton {
background-color: #D8CDBE;
height: auto;
width: auto;
border: 0px solid #FFFFFF;
color: #35639E;
display: block;
text-decoration: none;
text-align: center;
vertical-align: middle;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
padding-top: 4px;
padding-bottom: 4px
}table        { font-family: Arial; font-size: 10pt; background-color:#D8CDBE }