
body         { 	
				font-family: Arial, Helvetica, sans-serif;
				background-color: #FFFFFF;
				color: #000000;
				font-size: 10pt
 }
.copyright   { 
				color: #008000; 
				font-size: 8pt; 
				font-family: Arial, Helvetica, sans-serif; 
}
h1           { 
				font-family: Arial, Helvetica, sans-serif; 
				color: #008000; 
				font-size: 18pt 
}
h2           { 
				color: #008000; 
				font-family: Arial, Helvetica, sans-serif; 
				font-size: 14pt 
}
h3           { 
				color: #008000; font-family: Arial, Helvetica, sans-serif; 
				font-size: 12pt; 
				font-weight: bold 
}
.normal		{
				color: #000000; font-family: Arial, Helvetica, sans-serif; 
				font-size: 10pt; 
				 
}
Normal		{
				color: #008000; font-family: Arial, Helvetica, sans-serif; 
				font-size: 10pt; 
				 
}


a:link       { 
				font-size: 10pt; 
				color: #006600; 
				text-decoration: underline 
}
a:visited	{	
				font-size: 10pt;			
				color: #800080; 
} 
a:active 	{	
				font-size: 10pt;			
				color: #FF0000;
}
a:hover		{
				font-size: 10pt;
				color: #FF0000;
				font-style: italic;
}