<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body	{
	margin:		0;
	padding:	0;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color:	#000;
	background-color: #999
	}
div, p, th, td, li, dd, dl, dt    {
             /* redundant selectors to help NS4 not forget */
    font-family:  Verdana, Arial, Helvetica, sans-serif;
    }
a	{
	text-decoration:	underline;
	font-weight:	bold;
	}
a:link	{
	/* color:	#699; */
	background-color: transparent;
	}
a:visited	{
	/* color:	#999; */
	background-color: transparent;
	}
a:active	{
	/* color:	#000; */
	background-color: transparent;
	}
a:hover	{
	/* color:	#066; */
	background-color: transparent;
	text-decoration:	underline overline;
	}
A.subnav_link:link    {color:#999; text-decoration:none;}
A.subnav_link:visited {color:#fff; text-decoration:none;}
A.subnav_link:active  {color:#cff; text-decoration:none;}
A.subnav_link:hover   {color:#fff; text-decoration:underline;}

A.topnav:link    {color:#fff; text-decoration:underline;}
A.topnav:visited {color:#ccc; text-decoration:none;}
A.topnav:active  {color:#fff; text-decoration:none;}
A.topnav:hover   {color:#9cf; text-decoration:underline overline;}

dt 	{
	font-weight: bold;
	}
ol, li, dl, dt, dd {
	line-height: 1.5em;
	}
p {
	margin-top: 0; padding-top: 0;
	line-height: 1.5em;
	}
h1	{
	font-size:	16px;
	}

h2	{
	font-size:	15px;
	}

h3	{
	font-size:	13px;
	}

h4 {
	font-size:	12px;
	}

h5	{
	font-size:	11px;
	}

h6	{
	font-size:	10px;
	}
h1, h2, h3, h4, h5, h6	{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
	margin:	5px 0 0 0;
	}
img	{
		/* turns off gaps around images */
	border:	0
	}
code, tt, pre	{
	font: 12px "andale mono", monaco, courier, "courier new", monospace;
	color: #06c;
	background: transparent;
	}
.subnav {  font-size: x-small; color: #999999; text-align: right}
.subnav_link {  font-size: x-small; color: #999999}
.white {  color: #CCCCCC}
.ahem { display: none; }
</pre></body></html>