  BODY { 
         font-family : "Tahoma";
         font-size : 10pt;
         color : #000000;
         margin-left : 0pt;
         margin-right : 0pt;
         text-align : justify;
         margin-bottom : 10pt;
         margin-top : 2pt;
}
  A:LINK {
	   text-decoration:none; 
         font-size : 10pt;
         color : #ff0000
}
  A:VISITED {
	   text-decoration:none; 
         font-size : 10pt;
         color : #ff8080
}
  A:HOVER {
	   text-decoration:none; 
         color : #ffff00;
         font-size : 10pt;
         background : #ff0000
}
  A:active {
	   text-decoration:none; 
         font-size : 10pt;
         color : #ff8000
}
  TD { 
         font-family : "Tahoma";
         color : black;
         font-size : 9pt;
}
  PRE {
	     font-family : "Tahoma";
           color : black;
           font-size : 11pt;
}
  INPUT {
		font-family : "Tahoma";
		font-size : 8pt;
		color: #400040;
		background-color: #ecffff;
}
  TEXTAREA {
		font-family : "Tahoma";
		font-size : 8pt;
		color: #000000;
		background-color: #ecffff;
}