<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ######### Style for Text ######### */

body {
	background-color: #363636;
	color: white;
}


TD{
font-family: verdana;
font-size: 11px;
color: white;
}

A{
	color: #FFFFFF;
	font-weight: bold;
}

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

#front{
font-size: 15px;
}

/* ######### Style for Menu ######### */
.ddcolortabs{
padding: 0;
/* width: 597px; */
voice-family: "\"}\"";
voice-family: inherit;
}

.ddcolortabs ul{
font: normal 11px Arial, Verdana, sans-serif;
margin:0px;
padding:0px;
list-style:none;
}

.ddcolortabs li{
display:inline;
padding:0px;
text-transform:uppercase;
}


.ddcolortabs a{
float:left;
color: black;
background-color: #7dbbdd;
margin:0px 2px 0px 2px;
padding:0px 0px 0px 0px;
text-decoration:none;
/*letter-spacing: 1px;*/
}

.ddcolortabs a span{

float:left;
display:block;
padding: 4px 4px 0px 3px;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
color: white;
background-color: #067fbe;
}

.ddcolortabs a:hover span{
background-color: #067fbe;
}

.ddcolortabs a .selected, #ddcolortabs a selected span{ /*currently selected tab*/
background-color: #067fbe;
}

.ddcolortabsline{
clear: both;
padding: 0px;
/* width: 597px; */
height:10px;
line-height: 10px;
background: #067fbe;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
position:absolute;
top: 0px;
border: 1px solid black; /*THEME CHANGE HERE*/
border-top-width: 8px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #678b3f;
border-bottom: 1px solid #678b3f; /*THEME CHANGE HERE*/
padding: 2px 0px;
text-decoration: none;
color: black;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #8a3c3d;
color: white;
}

.contenttd{
	background-color: #067fbe;
	overflow: visible;
	height: 400px;
}

.contentdiv {
	background-color: #067fbe;
	border: 3px solid #067fbe
}

.bottomlinks {
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
}

.bottomlinks a{
	text-decoration: none;
}

.shareit{
	font-size: 10pt;
	color: #FFFFFF;
}

.shareit a{
	color: #FFFFFF;
	text-decoration: none;
}

.shareit table a {
	font-size: 6pt;
	text-decoration: none;
}

#pageloading {
	position:absolute;
	left:376px;
	top:315px;
	width:250px;
	height:60px;
	z-index:1;
	visibility: hidden;
	overflow: hidden;
}

#pageloading div {
	position:absolute;
	left:0px;
	top:0px;
	width:248px;
	height:58px;
	_width:250px;
	_height:60px;
	z-index:1;
	background-color: #FFFFFF;
	border: thin double #FF0000;
	color: #000000;
	text-align: center;
}

#closeprogress {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	visibility: hidden;
}
.font110 {
	font-size: 110%;
	margin: 5px;

}

.page_error {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC0000;
	font-size: 110%;
	background-color: #FFFFFF;
	padding: 5px;
	border: thin solid #FF0000;
	overflow: visible;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
}

.page_message {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #009900;
	font-size: 110%;
	background-color: #FFFFFF;
	width: 60%;
	text-align:left;
}

.center { text-align:center}
.bold {font-weight:bold}</pre></body></html>