a.menu       { color: #C0C0C0; text-decoration: none; font-family:
               Arial, Verdana, 'MS Sans Serif', Tahoma; font-size: 8pt;
               font-weight: bold }
a.menu:hover { color: #FF0000; text-decoration: none; font-family: 
               Arial, Verdana, 'MS Sans Serif', Tahoma; font-size: 8pt;
               font-weight: bold }
a.menu1      { color: #003366; font-family: 
               Arial, Verdana, 'MS Sans Serif', Tahoma; font-size: 8pt;
               font-weight: bold ; text-decoration: none}
a.menu1:hover { color: #FF0000; font-family: 
               Arial, Verdana, 'MS Sans Serif', Tahoma; font-size: 8pt; 
               font-weight: bold }
H1 { font-style: italic; font-size: 12pt; line-height: 12pt;margin:0; }
H2 { display: inline; 
color:white;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10pt
; text-decoration: none
    }
a.menu2 { color: #003366; font-family: Arial, Verdana, 'MS Sans Serif', Tahoma; font-size: 10pt; font-weight: bold ; text-decoration: none }
a.menu2:hover { color: #FF0000; font-family: Arial, Verdana, 'MS Sans Serif', Tahoma; font-size: 10pt; font-weight: bold }
a.menu3 { color: #003366; font-family: Arial, Verdana, 'MS Sans Serif', Tahoma; font-size: 8pt; font-weight: normal; text-decoration: none }
a.menu3:hover { color: #FF0000; font-family: Arial, Verdana, 'MS Sans Serif', Tahoma; font-size: 8pt; font-weight: normal}
.leftmenu { color: #003366; font-family: Arial, Verdana, 'MS Sans Serif', Tahoma; font-size: 8pt; font-weight: bold ; text-decoration: none }
a.info {
     position:relative; /*this is the key*/
     z-index:0; 
  /*   color:#666; */
     font-style:oblique;
     text-decoration:none;  
     display:block;
  /*   float:left; */
 }

a.info .ttip {
     display: none;
     float:left;
 }
a.info:hover{
     z-index:1; 
     cursor:help;
  /*    background-color:#fff;  */
 }
a.info:hover .ttip {  
     display:block;
     position:absolute;
   /*  top:20px;  */
   top:5px;
   /*  left:40px; */
   left:20px;
     width:120px;
 /*  border:3px double #0cf; */
 /* background-color:#cff;  */
 background-color:#ffffee;
/* bgcolor="#ffffee" */
 /*    color:#099;   */
   /*  font-size:10px;  */
   font-size:12px;
     font-style:normal;
     padding:5px;
 }


