<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&lt;!--
BODY	{
	font-size: 11pt;
	line-height: 1.33em;
	margin: 0 30px;
	background-image: url(background.jpg);
	background-attachment: fixed;  
	background-position: 100% 100%; 
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	text-align: left;
	text-indent: 0em;
	white-space: normal;
	font-family: arial, tahoma, verdana, sans-serif;
	}
H1	{
	font-size: 2em;
	margin: 0; 
	}
H2	{ 
	font-size: 1.5em;
	margin: 0 0 1.5em 0; 
 	
	line-height: 1.57em;
        color: #008080;
	text-align: center;
	letter-spacing: 1pt;	
	}
H3	{ 
	font-size: 1.17em;
	line-height: 1.37em;
	margin: 1.1em 0em 1.1em 0em; 
        color: #008080;
	text-align: center;
	}	

H4, P, BLOCKQUOTE, UL, OL, DL, DIR, MENU	{ 
	margin: 1em 1em; 
	}

H5	{
	font-size: .83em;
	line-height: 1.17em;
	margin: 1.67em 0; 
	}
H6	{
	font-size: .67em;
	margin: 2.33em 0; 
	}

H1, H2, H3, H4, H5, H6, B, STRONG	{ 
	font-weight: bolder;
	}
	
BLOCKQUOTE	{ 
	margin-left: 40px;
	margin-right: 40px;
	}

I, CITE, EM, VAR, ADDRESS	{ 
	font-style: italic;
	}

PRE, TT, CODE, KBD, SAMP	{ 
	font-family: monospace;
	}

PRE	{
	white-space: pre;
	}

BIG	{ 
	font-size: 1.17em;
	}
	
SMALL, SUB, SUP	{
	font-size: .83em;
	}

SUB	{
	vertical-align: sub;
	}

SUP	{
	vertical-align: super;
	}

S, STRIKE, DEL	{
	text-decoration: line-through;
	}

HR	{
	border: 1px inset;
	}

OL, UL, DIR, MENU, DD	{
	margin-left: 10px; 
	font-size: .93em;
	}
	
OL LI	{
	list-style-type: decimal;
	}
UL LI	{
	margin-top: 1.2ex;
	margin-bottom: 1.2ex;
	}
	
OL UL	{
	margin-top: 0;
	margin-bottom: 0;
	}

UL OL	{
	margin-top: 0;
	margin-bottom: 0;
	}

UL UL	{
	margin-top: 0;
	margin-bottom: 0;
	}

OL OL	{
	margin-top: 0;	
	margin-bottom: 0; /* how far to carry such contextual declarations? Exhaustive list
		could be very long. */
	}

U, INS	{
	text-decoration: underline;
	}

CENTER	{
	text-align: center;
	}



/* Table element rendering behavior cannot be described completely in CSS1, 
yet the following declarations appear to apply. This section is likely to become
obsolete upon the deployment of a more comprehensive style sheet specification
for tables. */

CAPTION, COL, COLGROUP, LEGEND, TABLE, TBODY, TD, TFOOT, TH, THEAD, TR	{
	background: transparent;
	text-decoration: none;
	margin: 2px;
	float: none;
	clear: none;
	border: outset 1px;
	}

TABLE, TBODY, TFOOT, THEAD, TR	{
	display: block;
	background-position: top left;
	width: auto;
	height: auto;
	}

CAPTION, LEGEND, TD, TH	{ 
	display: inline;
	vertical-align: baseline;
	font-size: 1em;
	line-height: 1.33em;
	color: black;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	text-align: left;
	padding: 5px 5px 5px 5px;
	white-space: normal;
	}

TH	{
	font-weight: bolder;
	text-align: center;
	}

CAPTION	{
	text-align: center;
	}



OL OL LI	{
	list-style-type: lower-alpha;
	}
	
OL OL OL LI	{
	list-style-type: lower-roman
	}

--&gt;</pre></body></html>