
.rolloverButton {
background-color: #82AE8D;
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;
font-size: 14px;
font-weight:600;
padding-top: 4px;
padding-bottom: 4px;
}
:hover.rolloverButton {
background-color: #FFFFFF;
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;
font-size: 14px;
font-weight:600;
padding-top: 4px;
padding-bottom: 4px
}
:active.rolloverButton {
background-color: #FFFFFF;
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;
font-size: 14px;
font-weight:600;
padding-top: 4px;
padding-bottom: 4px
}
:visited.rolloverButton {
}
