<!-- Style Sheet -->
<STYLE TYPE="text/css">  
  <!--
  a.ss:link{text-decoration : underline;color: maroon;font-weight : normal;}
   a.ss:hover {  text-decoration :none; background: transparent; color: maroon;font-weight : normal; }
   a.ss:visited { text-decoration: none; color: maroon; font-weight : normal;}                
   
   
   td.hd
   {
   font-size: 10pt;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   text-align: center;
   font-weight : bold;
   color: navy;
   background-color : #fffff0;
   padding : 5 5 5 5;
   }
   td.hd1
   {
   font-size: 10pt;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   text-align: center;
   font-weight : bold;
   color: maroon;
   background-color : #fffff0;
   padding : 5 5 5 5;
   }
   td.ft
   {
   font-size: 10pt;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   text-align: right;
   font-weight : bold;
   color: maroon;
   background-color : #fffff0;
   padding : 5 5 5 5;
   }
   td.nr
   {
   font-size: 10pt;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   text-align: justify;
   color: #000000;
   background-color : #fffff0;
   padding : 5 5 5 5;
   }
  -->
  </STYLE>