/* CSS Document */
<style>
<!--
A:link {color:#0099FF}
A:visited {color:#0099FF}
A:hover {color:#FFCC00}

.fontClass {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:8pt;
color:#000000;
 }
 
 .fontSmall {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:7pt;
color:#0099FF;
 }
.header {font-family: verdana, helvetica, sans-serif; font-size: 9pt; color: #000080; text-decoration: none; cursor: none }
.header:hover {font-family: verdana, helvetica, sans-serif; font-size: 9pt; color: #FFCC00; text-decoration: none; cursor: hand }
.subheader {font-family: verdana, helvetica, sans-serif; font-size: 8pt; color: #000080; text-decoration: none; cursor: none }
.subheader:hover {font-family: verdana, helvetica, sans-serif; font-size: 8pt; color: #FF2200; text-decoration: none; cursor: hand }
.popup { border-right: #FFCC00 1px solid; border-top: #FFCC00 1px solid; background: #ffffff; 
 border-left: #FFCC00 1px solid; border-bottom: #FFCC00 1px solid; font-style: verdana; font-size: 8pt}
-->
</style>

