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

body {
	font-family : "Trebuchet MS", sans-serif;
	font-size : 13px;
}
a:link { color : #000099; }
a:visited { color : #000099; }
a:active { color : #0000ff; }
a:hover { color : #0000ff; }

p {
	font-family : "Trebuchet MS", sans-serif;
	font-size : 13px;
}
td {
	font-family : "Trebuchet MS", sans-serif;
	font-size : 13px;
}
th {
	font-family : "Trebuchet MS", sans-serif;
	font-size : 13px;
	font-weight : bold;
}
h1 {
	font-family : "Trebuchet MS", sans-serif;
	font-weight : bold;
	font-size : 19px;
	color : #0e3460;
	text-align: center;
}
h2 {
	font-family : "Trebuchet MS", sans-serif;
	font-weight : bold;
	font-size : 17px;
	color : #0e3460;
	text-align: center; vertical-align:middle;
  
}
h3 {
	font-family : Trebuchet MS, sans-serif;
	font-weight : bold;
	font-size : 15px;
	color : #0e3460;
	text-align: center;
	vertical-align:middle;


}
h4 {
	font-family : "Trebuchet MS", sans-serif;
	font-weight : bold;
	font-size : 13px;
	color : #0e3460;
}
em {
	font-style : italic;
}
strong {
	font-weight : bold;
}

abbr, acronym {
	text-decoration : underline;
}
blockquote {
	font-family : "Trebuchet MS", sans-serif;
	font-size : 13px;
	margin-left : 15px;
	margin-right : 15px;
	text-align : left;
	line-height : 20px;
}
ol, ul {
	font-family: "Trebuchet MS", sans-serif;
	font-size : 13px;
	line-height : 20px;
}
input, textarea, select {
	font-family : "Trebuchet MS", sans-serif;
	font-size : 13px;
}

code {
	font-family : "Trebuchet MS", sans-serif;
	font-size : 13px;
	line-height : 20px;
}
img {
	border: none;
}
form {
	border: none;
	margin-top: 0px;
	margin-bottom: 0px;
	
}

/****************************************************
*			BGCOLOR CLASSES
****************************************************/

.BgcolorBody {
	background : #ffffff;
}
.BgcolorBodySmall {
	background : #ffffff;
	font-family: "Trebuchet MS", sans-serif;
	font-size : 6px;

}
/* Used for dark nav bar headings */
.BgcolorHard {
	background : #808080;
}
/* Used as the primary table background color */
.BgcolorNormal {
	background : #E6D94C;
	color: #000000
}
/* Used for Mon-Fri Headings */
.BgcolorBright {
	background : #EB8553;
}
/* Used to show selected navigation  	background : #F5E265;  */
.BgcolorDull {
	background : #ffffff; 
}
/* Used for navigation headings F2B698 a4c1dc b4cce2*/
.BgcolorDull2 {
	background : #ffffff;
	
}
.BgcolorDull2Small {
	background : #20adaa;
	font-family: "Trebuchet MS", sans-serif;
	color: #FFFFFF;
}

/****************************************************
*			FONT CLASSES
****************************************************/

.FontHard {
	color : #ffffff;
	font-family : "Trebuchet MS", sans-serif;
	font-size : 13px;
}
.FontHardSmall {
	color : #ffffff;
	font-family : "Trebuchet MS", sans-serif;
	font-size : 11px;
}
.FontSoft {
	color : #000000;
	font-family : "Trebuchet MS", sans-serif;
	font-size : 13px;
}
.FontSoftSmall {
	color : #000000;
	font-family : "Trebuchet MS", sans-serif;
	font-size : 11px;
}


/****************************************************
*			OTHER CLASSES
****************************************************/

.ButtonStyle {
	cursor: hand;
	font-family : "Trebuchet MS", sans-serif;
	font-size : 13px;
	font-weight : normal;
	color : #000000;
	background :  #DFE0E5;
}

.ButtonStyleSmall {
	cursor: hand;
	font-family : "Trebuchet MS", sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #000000;
	background :  #DFE0E5;
}

.Warning {
	font-family : "Trebuchet MS", sans-serif;
	font-size : 13px;
	color : #ff0000;
	vertical-align : middle;
	font-weight : bold;
}

.SectionHeaderStyle {
	font-family : "Trebuchet MS", sans-serif;
	font-size : 13px;
	font-weight : bold;
	color : #ffffff;
	background : #AF6161;
	text-align : left;
	padding-right : 5px;
	padding-left : 5px;
}
</pre></body></html>