body         { color: #4F4F4F; font-size: 9pt; font-family: Tahoma }
table         { color: #535353; font-size: 9pt; font-family: Tahoma }
.zir         { color: #5D5D5D; font-size: 8pt; font-family: Tahoma }
a            { text-decoration: none; color: #535353 }
a:hover      { font-family: Tahoma; color: #000000; text-decoration:underline }

.rollover a {
   display:table-cell;
   width:84px; height:25px ;
   padding :5px 10px 5px 0px;
   color:#eeeee5;
   background: url('images/rollover.gif') no-repeat 0 0;
    font-family:Tahoma; font-size:8pt; font-weight:bold; text-align:center; 
}
.rollover a:hover{
   background-position: 0px;
   color: #FFFF00;
   text-decoration:none;
}
.rollover a:active {
   background-position: 0px -50px;
   color:#FFFFFF;
}