<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #003366;
	scrollbar-3dlight-color : White;
	scrollbar-arrow-color : White;
	scrollbar-face-color : #5588CC;
	scrollbar-track-color : Background;
	scrollbar-base-color : Black;
	scrollbar-darkshadow-color : Black;
	scrollbar-highlight-color : Background;
	scrollbar-shadow-color : Navy;
	background-color : White;
}

.table {
	color: #003366;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

.big{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : medium;
	color : #4477AA;
	font-weight : normal;
	padding-right : 20px;
}

.bigger{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : large;
	color : White;
	font-weight : normal;
	padding-right : 20px;
}

HR {
	color: Black;
	height: 1pt;
}

a.nav:link {
	color: #003366;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration : none;
}

a.nav:visited {
	color: Gray;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration : none;
}

a.nav:hover {
	color: Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration : none;
	background-color : #99FF33;
}

a.main:link {
	color: White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration : none;
	padding-top : 5px;
	padding-bottom : 5px;
	padding-left : 30px;
	padding-right : 10px;
	background-color : transparent;
	width : 100%;
	background-image : url(white.gif);
	background-position : left;
	background-repeat : no-repeat;
}

a.main:visited {
	color: Silver;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration : none;
	padding-top : 5px;
	padding-bottom : 5px;
	padding-left : 30px;
	padding-right : 10px;
	background-color : transparent;
	width : 100%;
	background-image : url(white.gif);
	background-position : left;
	background-repeat : no-repeat;
}

a.main:hover {
	color: #99FF33;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration : none;
	padding-top : 5px;
	padding-bottom : 5px;
	padding-left : 30px;
	padding-right : 10px;
	background-color : #336699;
	width : 100%;
	background-image : url(green.gif);
	background-position : left;
	background-repeat : no-repeat;
}
a.menu:link {
	color: #003366;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration : none;
	padding-top : 5px;
	padding-bottom : 5px;
	padding-left : 30px;
	padding-right : 10px;
	width : 100%;
	background-image : url(blue.gif);
	background-position : left;
	background-repeat : no-repeat;
}

a.menu:visited {
	color: #003366;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration : none;
	padding-top : 5px;
	padding-bottom : 5px;
	padding-left : 30px;
	padding-right : 10px;
	width : 100%;
	background-image : url(blue.gif);
	background-position : left;
	background-repeat : no-repeat;
	background-repeat : no-repeat;
}

a.menu:hover {
	color: #99FF33;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration : none;
	padding-top : 5px;
	padding-bottom : 5px;
	padding-left : 30px;
	padding-right : 10px;
	width : 100%;
	background-image : url(green.gif);
	background-position : left;
	background-repeat : no-repeat;
	background-color : #336699;
}

.text {
	color: #003366;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11;
	padding-left : 20px;
	padding-right : 20px;
	padding-top : 0px;
	padding-bottom : 0px;
}

.line{
	border-width: 0px 0px 1px 0px;
	border-style : solid;
	border-color : #999999;
}

.box{
	border-width: 1px 1px 1px 0px;
	border-style : solid;
	border-color : #999999;
}

.up{
	border-width: 10px 0px 0px 0px;
	border-style : solid;
	border-color : #FF6600;
}
.down{
	border-width: 0px 0px 10px 1px;
	border-style : solid;
	border-color : #FF6600;
}
</pre></body></html>