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

/*****  NAVIGATION  *****/
@import url("navigation.css");


/*****  TEXT STYLES  *****/

.bodytext {font-size: 13px; line-height: 18px; color: #000000; font-family: Arial, Helvetica, sans-serif;}

.headtext {font-size: 18px; line-height: 20px; color: #FF6600; font-weight: bold; font-family: Arial, Helvetica, sans-serif;}

.headtext_unbold {font-size: 18px; line-height: 20px; color: #FF6600; font-weight: normal; font-family: Arial, Helvetica, sans-serif;}

.subtext {font-size: 15px; line-height: 17px; color: #663399; font-weight: bold; font-family: Arial, Helvetica, sans-serif;}

.subtext2 {font-size: 15px; line-height: 17px; color: #00CCFF; font-weight: bold; font-family: Arial, Helvetica, sans-serif;}

#indextext {font-size: 15px; line-height: 19px; color: #FFFFFF; font-family: Arial, Helvetica, sans-serif;}

#indextext li {margin-left:-5px; margin-bottom:14px;}


h1 {font-size: 18px; line-height: 20px; color: #000000; font-family: Arial, Helvetica, sans-serif;}
h2 {font-size: 16px; line-height: 18px; color: #000000; font-family: Arial, Helvetica, sans-serif;}
h3 {font-size: 14px; line-height: 16px; color: #000000; font-family: Arial, Helvetica, sans-serif;}
h4 {font-size: 12px; line-height: 14px; color: #000000; font-family: Arial, Helvetica, sans-serif;}
h5 {font-size: 12px; line-height: 14px; color: #000000; font-family: Arial, Helvetica, sans-serif;}
h6 {font-size: 12px; line-height: 14px; color: #000000; font-family: Arial, Helvetica, sans-serif;}

.subnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	color: #77A8A9;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: 77A8A9;
	font-weight: bold;
	padding: 8px;
}

.subnav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	color: #77A8A9;
	text-decoration:none;
}

.subnav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	color: #003399;
	text-decoration:none;
}

.subnavOn {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: 77A8A9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	color: #663399;
	font-weight: bold;
	padding: 8px;
}

/*****  FOOTER POSITION and STYLE *****/
/*
#footer {
	position: absolute;
	bottom: 0px;
	width:100%;
	z-index: 100;
}
*/

html,
body {
   margin:0;
   padding:0;
   height:100%;
}
.sup {
    font-size: 0.9em;
    vertical-align: text-top;
}
#container {
   min-height:100%;
   position:relative;
}
#header {
   background:#fff;
}
#body {
   padding:0;
   padding-bottom:45px;   /* Height of the footer */
}
#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:45px;   /* Height of the footer */
}

.footer {
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	padding:10px;
	text-transform:uppercase;
	}

.footer a {
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	}

.footer p a {
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	}

p.footer a {
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	}

</pre></body></html>