.rolloverButton {
background-color: #B7B7B7;
height: auto;
width: auto;
border: 0px solid #FFFFFF;
color: #4D4890;
text-decoration: none;
text-align: center;
text-indent: 10px;
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: #EBEBEB;
height: auto;
width: auto;
border: 0px solid #FFFFFF;
color: #000000;
display: block;
text-decoration: none;
text-align: center;
text-indent: 10px;
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: #FBFBFB;
height: auto;
width: auto;
border: 0px solid #FFFFFF;
color: #4D4890;
display: block;
text-decoration: none;
text-align: center;
text-indent: 10px;
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 }h2           { color: #FFFFFF; background-color: #4D4890 }