<!-- Style Sheet -->
<STYLE TYPE="text/css"> 
 <!--
 SPAN
 {
 background: #D1D6A7 ;
 font-size: 12pt;
  font-family: Arial;
 color: Purple;
 }
 A:link    { text-decoration:none; color: Blue; }    
  A:visited { text-decoration:none; color: Blue; }   
  A:hover   { text-decoration:none; color: Red; }
 A:active  { text-decoration:none; color: Red; } 
 
 SPAN.my
 {
 background: #FFFFD2 ;
 font-size: 10pt;
  font-family: Arial;
 color: Purple;
 }
 SPAN.my2
 {
 background: #DAD1A3;
 font-size: 10pt;
  font-family: Arial;
 color: Maroon;
 }
 
 
  P.my
  {
 	font-size: 10pt;
 	font-family: Arial;
 	line-height: 13pt ;
 	text-align: Justify;
 	color: Navy;
 	margin-bottom : 10px;
 	margin-left : 15px;
 	margin-right : 15px;
	margin-top : 10px;
 }
 
  li.my
  {
 	font-size: 10pt;
 	font-family: Arial;
 	line-height: 10pt ;
 	text-align: Justify;
 	color: Navy;
	margin-right : 15px;
 	margin-bottom : 5px;
 	margin-top : 5px;
 }
 
  P.sub
  {
  font-size: 10pt;
  font-family: Arial;
  line-height: 12pt ;
  text-align: Justify;
  color: Purple;
  margin-bottom : 10px;
  margin-left : 15px;
  margin-right : 15px;
  margin-top : 10px;
  }
 
  P.my2
  {
 	font-size: 10pt;
 	font-family: Arial;
 	line-height: 13pt ;
 	text-align: Justify;
 	color: Navy;
 	margin-bottom : 5px;
 	
  }
    P.my3
  {
 	font-size: 10pt;
 	font-family: Arial;
  	text-align: Justify;
 	color: Navy;
 	margin-bottom : 5px;
	margin-right : 15px;
 	
  }
  P.table
 {
  font-size: 11pt;
  font-family: Arial;
  line-height: 13pt ;
  color: Maroon;
  }
 -->
 </STYLE>