<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "iso-8859-1";
.tbl {
	BORDER-RIGHT: green 1px solid;
	BORDER-TOP: green 1px solid;
	FONT-SIZE: 7pt;
	BORDER-LEFT: green 1px solid;
	BORDER-BOTTOM: green 1px solid;
	FONT-FAMILY: Trebuchet MS; 
	BORDER-COLLAPSE: collapse;
}
.tbl TD {
	BORDER-RIGHT: green 1px solid;
	BORDER-TOP: green 1px solid;
	BORDER-LEFT: green 1px solid;
	BORDER-BOTTOM: green 0px solid;
	TEXT-ALIGN: center;
	color: black;
}
.tbl TH {
	BORDER-RIGHT: green 1px solid;
	BORDER-TOP: green 1px solid;
	BORDER-LEFT: green 1px solid;
	BORDER-BOTTOM: green 1px solid;
	TEXT-ALIGN: center;
	color: yellow;
}
.tbl a {
	TEXT-ALIGN: center;
	color: black;
}
.tbl a:hover {
	{ font-family: Trebuchet MS; 
	font-size: 7pt;
	font-weight: normal;
	text-transform: capitalize };
}
.tbl TH {
	BACKGROUND-COLOR: green;
}
.tbl .on {
	BACKGROUND-COLOR: #ccffcc;
}
.tbl .off {
	BACKGROUND-COLOR: ;
}
.tbl .hover {
	BACKGROUND-COLOR: #99f;
}
.tbl .click {
	TEXT-ALIGN: center;
	color: red;
}
/* Fading Tooltips */
div#toolTip {
	position: absolute;
	width: 220px;
	background: #00009C;
	border: 2px double #fff;
	text-align: left;
	padding: 5px;
	-moz-border-radius: 5px;
	z-index: 1000;
}
div#toolTip p {
	margin: 0;
	padding: 0;
	color: #fff;
	font: 11px/12px verdana,arial,serif;
}
div#toolTip p em {
	display: block;
	margin-top: 3px;
	color: #FFCF31;
	font-style: normal;
	font-weight: bold;
}
@media print
{
.noPrint {
	display: none;
}
}
.tblnc {
	BORDER-RIGHT: green 1px solid;
	BORDER-TOP: green 1px solid;
	FONT-SIZE: 7pt;
	BORDER-LEFT: green 1px solid;
	BORDER-BOTTOM: green 1px solid;
	FONT-FAMILY: Arial;
}
.tblnc TD {
	BORDER-RIGHT: green 1px solid;
	BORDER-TOP: green 1px solid;
	BORDER-LEFT: green 1px solid;
	BORDER-BOTTOM: green 0px solid;
	TEXT-ALIGN: center;
	color; black
}
.tblnc TH {
	BORDER-RIGHT: green 1px solid;
	BORDER-TOP: green 1px solid;
	BORDER-LEFT: green 1px solid;
	BORDER-BOTTOM: green 1px solid;
	TEXT-ALIGN: center;
	color: yellow;
}
.tblnc a {
	TEXT-ALIGN: center;
	color: navy;
}
.tblnc a:hover {
	{ font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	text-transform: capitalize };
}
.tblnc TH {
	BACKGROUND-COLOR: green;
}
.tblnc .on {
	BACKGROUND-COLOR: #ccffcc;
}
.tblnc .off {
	BACKGROUND-COLOR: ;
}
.tblnc .hover {
	BACKGROUND-COLOR: #99f;
}
.tblnc .click {
	TEXT-ALIGN: center;
	color: red;
}
.tblmenu {
	FONT-SIZE: 12px;
	FONT-FAMILY: Veranda;
	Font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #778;
}
.tblmenu TD {
	border-bottom: 1px solid #ccc;
	TEXT-ALIGN: center;
	color: white;
	background: #414141

}
.tblmenu TH {
	
	TEXT-ALIGN: center;
	color: yellow;
}
.tblmenu a {
	TEXT-ALIGN: center;
	color: white;
	font-family: Veranda;
	font-size: 12px;
	text-transform: none;
	text-decoration: none;
	font-weight: normal;
}
.tblmenu a:hover {
	font-family: Veranda;
	font-size: 12px;
	background-color: #808080;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;

}
.tblmenu TH {
	BACKGROUND-COLOR: green;
}
.tblmenu .on {
	BACKGROUND-COLOR: #ccffcc;
}
.tblmenu .off {
	BACKGROUND-COLOR: ;
}
.tblmenu .hover {
	BACKGROUND-COLOR: #000000;
	font-size: 12px;
	text-decoration: none;
	font-family: Verdana;
}
.tblmenu .click {
	TEXT-ALIGN: center;
	color: red;
}
</pre></body></html>