<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV
 {
	font-family: arial, sans-serif;
 }

BODY,TD
 {
 font-size: 0.95em;
 }


.header
 {
	margin: 0px;
	padding: 0px;
 color: #000000;
 font: 0.95em arial, sans-serif;
 }

.content
 {
 color: #000000;
 font: 0.95em arial, sans-serif;
 }

H1
 {
	margin: 0px;
	padding: 0px;
 color: #000000;
 font: 0.95em arial, sans-serif;
 }

.sub_title
 {
	margin: 0px;
	padding: 0px;
 font: 1.10em arial, sans-serif;
 font-weight: bold;
 }


/* Border around a table */
table.bordered
 { 
 background-color: #FFFFFF; 
 border: 1px #999999 solid;
 }

/* Border and background colour for navigation on tables */
td.navigation
 { 
 background-color: #EEEEEE;
 border: 0px #999999 solid; 
 border-top-width: 1px;
 }

/* Navigation text */
.navigation 
 {
	margin: 0px;
	padding: 0px;
 color: #000000;
	font: 0.65em arial, sans-serif;
 white-space: nowrap; 
 }


/* Border and background colour for sub navigation on tables */
td.sub_navigation
 { 
 background-color: #EEEEEE;
 border: 0px #999999 solid; 
 border-bottom-width: 1px;
 }

/* Navigation text */
.sub_navigation 
 {
	margin: 0px;
	padding: 5px;
 color: #000000;
	font: 0.84em arial, sans-serif;
 white-space: nowrap; 
 }


/* Border and background colour for footers on tables */
td.footer, td.caption
 { 
 background-color: #EEEEEE;
 border: 0px #999999 solid; 
 border-top-width: 1px;
 }


/* Caption text */
.caption 
 {
	margin: 0px;
	padding: 5px;
 color: #000000;
	font: 0.95em arial, sans-serif;
 white-space: nowrap; 
 }

/* Footer text */
.footer 
 {
	margin: 0px;
	padding: 3px;
 color: #000000;
	font: 0.65em arial, sans-serif;
 white-space: nowrap; 
 }


/* Footer links - Don't standa out */
a.black, a.black:visited, a.black:link
 {
	margin: 0px;
	padding: 0px;
 color: #000000;
 text-decoration: none;
 }

/* But do underline when over them */
a.black:hover
 {
 color: #000000;
 text-decoration: underline;
 }


.body_v_spacing { height: 10px; }
.body_h_spacing { width: 10px;}
.v_space { height: 20px; }

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