<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.heading {
	font-family: Arial;
	font-size: 12px;
	line-height: 120%;
	color: #FF0000;
	background-color: #000066;
	padding-left: 3px;
	text-align: left
}

.redHeader   { 
	font-size: 14pt; 
	color: #FF0000; 
	font-family: Arial; 
	font-weight: bold;
	text-align: center
}

.headerBold   { 
	font-size: 14pt; 
	color: #000000; 
	font-family: Arial; 
	font-weight: bold;
	text-align: center
}

.normalFont   { 
	font-family: Arial; 
}

.tblGrayBackground { width: 680; border: 1px solid #808080; background-color: #CCCCCC }

.brownTR     { background-color: #E0E0FF }

.Red         { color: #FF0000 }

.greyTR { background-color: #808080 }

.logoTextGrayLarge{ color: #808080; font-weight: bold; font-size:16pt; font-family: Arial
}

.logoTextGray{ color: #808080; font-weight: bold; font-size:12pt; font-family: Arial
}

.tblSilver { width: 800; padding: 0; background-color: #E7E4E7
}

.changeTR {
	background-color: #EFEFEF;
	text-align: left;
}
.normalTR {
	background-color: #FFFFFF;
	text-align: left;
}

.borderFull {
	border: 1px solid #000000; width:645
}

.borderFull2 {
	border: 1px solid #000000; width:700
}

.borderFull3 {
	border: 1px solid #000000; width:900
}

.borderPlain {
	border: 0px solid #000000; width:750
}

a:link {
	font-family: Arial;
	font-weight: normal;
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	font-family: Arial;
	font-weight: normal;
	color: #000066;
	text-decoration: none;
}
a:hover {
	font-family: Arial;
	font-weight: normal;
	color: #0066FF;
	text-decoration: underline;
}
.background_Gray {
	background-color: #CCCCCC;
}
.backgroundWhite {
	background-color: #FFFFFF;
}

.evenTR {
	background-color: #E0FFE2;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

body {
	font-family: Arial;
	font-size: small;
	color: #000000;
}

li {
	color: #CC0000;
	font-weight: bold;
}

.bodyText {
	font-weight: normal;
	color: #000000;
	text-align: left;
}

p {
	text-align: left;
}

.horizonLine3  { border-style:solid; border-width:700px; color: #FF0000; font-size:12pt; width:700; background-color:#040D55 
}

textarea {
	font-family: Arial;
	font-size: small;
	color: #000066;
	background-color: #EFEFEF;
	border: 1px solid #000066;
    margin-left: 0px;
}

.myInput {

	font-family: Arial;
	font-size: small;
	color: #000066;
	background-color: #EFEFEF;
	border: 1px solid #000066;; font-weight:bold
}
select {
	font-family: Arial;
	font-size: small;
	color: #000066;
	background-color: #EFEFEF;
	border: 1px solid #000066;
}

.underline {
	text-decoration: underline;
}

.tableOuter  { width: 900 }</pre></body></html>