<html> <head> <title>style sheet</title> </head> <style type="text/css">{  }
a:link {
	font-family: Arial, Helvetica;
	font-weight: bold;
	color: #000000;
	text-decoration: underlined;
	}

a:visited {
	font-family: Arial, Helvetica;
	font-weight: bold;
	color: #000000;
	text-decoration: underlined;
	}

a:active {
	font-family: Arial, Helvetica;
	font-weight: bold;
	color: #000000;
	text-decoration: underlined;
	}

a:hover {
	font-family: Arial, Helvetica;
	font-weight: bold;
	color: rgb(102,255,102);
	text-decoration: underlined;
	}

body   {
	color: rgb(0,0,0);
	background: rgb(0,183,0) url('tans1.jpg');
	font-family:Arial; margin:0px; font-style:normal; font-variant:normal; font-weight:normal; font-size:12pt; background-color:rgb(0,183,0)
	}
	
H1 {
	font-size: 18pt;
	font-weight: bold;
	text-align:center;
	color: rgb(0,0,0);
	margin-top: 3px;
	margin-bottom: 3px
	}
	
H2 {
	font-size: 14pt;
	color: rgb(0,0,0);
	font-weight: bold;
	}

H3 {	
	font-size: 12pt;
	font-weight: bold;
	}

H4 {
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	}

H5 {
	font-size: 10pt;
	font-weight: bold;
	}

-->
   </style>

<BODY>
<COMMENT>none</COMMENT>
</BODY>
</HTML>
