<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
OL {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	list-style-type : decimal;
}

UL {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	list-style-type : disc;
}

BODY {
	background-color : #DFAC5B;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

BODY, TD {
	color : #0F0F29;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-align: justify;
}

H2 {
	font-size: 16pt;
	color: #0F0F29;
	font-style : normal;
	text-decoration : underline;
}

H3 {
	font-size: 10pt;
	color: #0F0F29;
}

H4 {
	font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	color : #0F0F29;
	text-decoration : underline;
	font-style : oblique;
}

H5 {
	font : Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #4E5534;
	text-decoration : underline;
}

A {
	text-decoration: underline;
	color: #0000FF;
	font : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

A:Hover {
	text-decoration: underline;
	color: #CE3100;
	font : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

HR {
	color: #663300;
	height: 1pt;
}

</pre></body></html>