<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<head>
<title>Style sheet</title>

<style type="text/css">
<!--
a:link    {text-decoration:none; color: #0033cc;}
a:visited {text-decoration:none; color: #000000;}
a:active  {text-decoration:none; color: #676ebf;}
a:hover   {text-decoration:none; color: #c0c0ff;}

body      {scrollbar-face-color: #676ebf;
           scrollbar-track-color: #c0c0ff;
					 scrollbar-arrow-color: #c0c0ff}
					 
body      {font-family: arial,helvetica;
					 font-size: 9pt; color: black}
	
H1				{font-family: arial,helvetica;
					 font-size: 9pt; color:black}	 
			 
H1.first				{font-family: arial,helvetica;
					       font-size: 10pt; color:black}
					 
H1.scnd					 {font-family: helvetica;
					       font-size: 9pt; color:black}
								 
H1.third					 {font-family: helvetica;
					       font-size: 10pt; color:#cccccc}								 
					 
H2				{font-family: arial,helvetica;
					 font-size: 12pt; color:black}
					 
H2.first				{font-family: arial,helvetica;
					       font-size: 12pt; color:#676ebf}					 
					 					 
H3				{font-family: arial,helvetica;
					 font-size: 14pt; color:#676ebf}
					 
H4				{font-family: arial,helvetica;
					 font-size: 16pt; color: black}
					 	
H5				{font-family: arial,helvetica;
					 font-size: 18pt; color: black}
					 	
H6			{font-family: arial,helvetica;
					 font-size: 30pt; color: black}
					 						 
TD				{font-family: arial,helvetica;
					 font-size: 8pt; color: black}	
					 
.lila {background-color: #000000;}					 					 									 
				 
-->
</style>
</head>

</html>
