.rolloverButton {
background-color: #000066;
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: #CACAFF;
height: auto;
width: auto;
border: 0px solid #FFFFFF;
color: #FF0000;
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: #000066;
height: auto;
width: auto;
border: 0px solid #FFFFFF;
color: #99CCFF;
display: block;
text-decoration: none;
text-align: center;
vertical-align: middle;
font-family: Arial;
font-size: 12px;
font-weight: bold;
padding-top: 4px;
padding-bottom: 4px
}
table        { font-family: Arial; font-size: 10pt; background-color:#ffffff}
body         { background-color: #E8E8E8 }
h1           { font-size: 12pt; margin-top:0; margin-bottom:5 }
h2           { font-family: Tahoma; font-size: 12pt; font-style: italic }
h3           { font-size: 10pt; font-family: Arial; color: #FFFFFF; font-weight: bold; background-color: #000066 }