@charset "iso-8859-1";
.tbl {
	BORDER-RIGHT: green 1px solid;
	BORDER-TOP: green 1px solid;
	FONT-SIZE: 0.85em;
	BORDER-LEFT: green 1px solid;
	BORDER-BOTTOM: green 1px solid;
	FONT-FAMILY: Arial;
	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: navy;
}
.tbl a:hover {
	{ font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	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;
}
