      body {
         font-size: 10pt; 
         font-family: Arial, Helvetica, sans-serif; 
         font-weight: normal; 
         background-color: #666666 
      }
      
      h1  { 
         font-size: 14pt; 
         font-family: Arial, Helvetica, sans-serif; 
         font-weight: bold; 
         text-decoration: none; 
         color:#C95202
      }
                
      h2  {
         font-size: 10pt; 
         font-family: Arial, Helvetica, sans-serif; 
         font-weight: normal; 
         color: #000040; 
         text-decoration: none 
      }
      
      td  { 
          font-size: 10pt; 
          font-family: Arial, Helvetica, sans-serif; 
          font-weight: normal; 
          color: #223555; 
          text-decoration: none; 
       }
       
       p, ul, li, ol { 
          font-size: 10pt; 
          font-family: Arial, Helvetica, sans-serif; 
          font-weight: normal; 
          color: #000000; 
          text-decoration: none; 
       }
       
       .small  { 
           font-size: 8pt 
       }
       
      a:link { 
           font-size: 9pt; 
           font-family: Arial, Helvetica, sans-serif; 
           font-weight: normal; 
           color: #0023FF; 
           text-decoration: none 
       }
       
      a:visited { 
           font-size: 9pt; 
           font-family: Arial, Helvetica, sans-serif; 
           font-weight: normal; 
           color: #0023FF; 
           text-decoration: none 
        } 
        
       a:hover { 
           font-size: 9pt; 
           font-family: Arial, Helvetica, sans-serif; 
           font-weight: normal; 
           color: #000000;   
           text-decoration: underline;	
        }
      
       a.info {
          position:relative;
          border-bottom:1px dashed #C95202;
          text-decoration: none; 
          font-weight: bold;
       }
      
       a:hover.info {
          text-decoration: none;
          background: none;
       }
      
       a.info span {display: none;}
       a:hover.info span {
         display: inline;
         position: absolute; 
         top:1.1em;
         left:1.0em;
         z-index: 20;
         background: #FCE2C9;
         color: #000000;
         border:1px solid #334455;
         width:300px;
         text-align:left;
         font-weight:normal;
         font-size: 11px;
         line-height:14px;
         padding:4px;
      }
