<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

 #navcontainer { width: 165px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: ;
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 160px;
background-color: #7a8bab;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #000033;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #d3d9e4;
color: #FD0000;
}

A:link {
	color: #990000;
	text-decoration: underline;
	font-weight: bold;

}

A:visited {
	color: #BF0000;
	text-decoration: underline;
	font-weight: bold;

}

A:active {
	color: #BF0000;
	text-decoration: underline;
}

A:hover {
	color: #FD0000;
	text-decoration: underline;
}

TD {
	font-size: 12px;
	font-family : Verdana;
}

TD.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #660000;
}

P.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #FFFFFF;
}

HR {
	color : #767981;
	height : 1px;
}


.bannercell {
	border-top: 1px solid #660000;
	border-right: 1px solid #660000;
	border-bottom: none;
	border-left: 1px solid #660000;

}
.topmenucell {
	border-top: none;
	border-right: 1px solid #660000;
	border-bottom: none;
	border-left: 1px solid #660000;


}
.rightcell {
	border: 1px solid #003;

}
.main {
	color: #000066;
	text-decoration: none;
	font: normal 14px Verdana, Arial, Helvetica, sans-serif;

}
.announcetable {
	border: medium dotted #900A0C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	text-align: center;
	vertical-align: middle;

}
.align-left {
	text-align: left;
}
.align-justify {
	text-align: justify;
}
.align-center {
	text-align: center;
}
.image-left {
	padding-right: 6px;
}
.pad-right {
	clip: rect(auto,auto,auto,auto);
	padding: 0px 6px 0px 0px;
	text-align: left;
}
.red-text16 {
	font-size: 16px;
	color: #900;
}
.font-18 {
	font-size: 18px;
	color: #000;
}
</pre></body></html>