<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&lt;HTML&gt;
&lt;HEAD&gt;
&lt;TITLE&gt;StyleSheets&lt;/TITLE&gt;
&lt;STYLE type="text/css"&gt;
&lt;!--
BODY {		font-family: Tahoma, Helvetica, Arial;
		font-size: 10pt;
}
a {		font-family: Tahoma, Helvetica, Arial;
		font-size: 10pt;
}
a:link {	text-decoration: none;
		font-size: 10pt;
		font-color: #334A80;
}
a:visited {	text-decoration: none;
		font-size: 10pt;
		font-color: #334A80;
}
a:active {	text-decoration: underline;
		font-size: 10pt;
		font-color: #334A80;
}
a:hover {	text-decoration: underline;
		font-size: 10pt;
		font-color: #334A80;
}
.ten {		font-family: Tahoma, Helvetica, Arial;
		font-size: 10pt;
				
}
.eight {	font-family: Tahoma, Arial, Helvetica;
		text-decoration: none;
		font-size: 8pt;
}
--&gt;
&lt;/STYLE&gt;
&lt;/HEAD&gt;
&lt;/HTML&gt;
</pre></body></html>