<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {height: 100%;}

body 
{
	margin: 0px auto 0px auto;
	padding: 0px;
	background-color: white;
}

body, td
{
	font-family: Times New Roman, Times, Serif;
	font-size: 12pt;
	color:#333333;
}

.title
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color:#111111;
}

table
{
	border-collapse: collapse;
}

td
{
	vertical-align: top;
	text-align: left;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

img
{
	border: 0px;
}

#titlebar
{
	vertical-align:top;
	width:600px;
	height:108px;
}

#titleimg
{
	position:absolute;
}

#titlename
{
	margin-left:192px;
	margin-top:71px;
	position:relative;
	top:2px;	
}

#maintable
{
	width:800px;
	height:100%;
	background-color:White;
}

a
{
	color: Black;
	text-decoration: none;
}

li
{
	margin-left: -25px;
	
}

#bottom-links tr td
{
	white-space: nowrap;
}

#bottom-links tr td a
{
	color: #c2510f;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

#bottom-links tr td a:hover
{
	color: black;
}

#top-links tr td
{
	padding: 2px 9px 0px 9px;
	white-space: nowrap;
	line-height: 20px;
}

#top-links tr td a
{
	display: block;
	color: white;
	font-family: Arial;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}

#top-links tr td a:hover
{
	color: black;
}


.bottom-links-space 
{
	width: 16%;
}



/* Border 1 */
body
{
	background-color:black;
}


/* Border 2 */
/*
body
{
	background-color:#DDDDCC;
}

#maintable
{
	border-left: solid 1px black;
	border-right: solid 1px black;
}
  */

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