<html>
<head>
<title>masterstylesheet.css</title>
<style type="text/css">

<!--

body	{background-color: #66ccff;}

body 	{color:  black; 
	font-size: 11pt;
	font-family: arial, verdana, sans serif;}

h3	{color:  black4E02; 	
	font-weight: bold;	
	text-align: center;
	font-family: arial, verdana, sans serif;
	font-style: normal;}

h4, h5	{color:  black; 
	font-weight: bold;
	text-align: center;
	font-family: arial, verdana, sans serif;	
	font-style: oblique}

p	{color:  black;
	font-size: 11pt; 	
	font-weight: normal;	
	font-family: arial, verdana, sans serif;
	font-style: normal;
	text-align: left}

table	{color:  black;	
	width: 75%;
	font-size: 9pt;
	font-weight: normal;
	font-family: arial, verdana, sans serif;
	text-align: left;
	cellspacing: 1;
	cellpadding: 2;}


a		{cursor:pointer}
a:link	 	{text-decoration: underline; color: black;}	
a:selected 	{color: purple;}	
a:visited 	{color: blue;}	
a:hover 	{text-decoration: none; color: black; background-color: none;}
-->
</style>
</html>