<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
body,td,th {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
}
body {
	background-color: #FFF;
	font-size: 80%;
}
p {
	padding: 6px 0px 7px 0px;
	margin: 0px;
}
form {
	padding: 0px;
	margin: 0px;
}
.bold {
	font-weight:bold;
}
.noBold {
	font-weight: normal;
}
.italic {
	font-style: italic;	
}
.underline {
	text-decoration: underline;
}
.redText {
	color:#FF0000;
}
.smallText {
	font-size: 0.9em;
}
.pageTitle {
	font-weight: bold;
	font-size: 1.6em;
}
.paragraphTitle {
	font-weight: bold;
	font-size: 1.4em;
}
.ds_lists li {
	margin-bottom: 1em;
}
img {
	border: 0px;
}
/* special styles for fixing problems with browser compatibility */
.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
#subHeader1 h3 {
	padding: 0px 0px 4px 0px;
	margin: 0px;
}
#subHeader2 h2 {
	padding: 0px;
	margin: 0px;
}
#contentTitle {
	padding: 7px 0px 0px 0px;
	font-weight: bold;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
}
/* style for footer */
#footer {
	text-align: center;
	
}
/* gets rid of navigation and other items for printing */
#navList, .noPrint, #footer #links, #logo {
	display:none;
}
/* changes link color to black */
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
/* creates a hanging indent, apply to the ul or ol tag */
.hangingIndent {
	list-style:none;
	padding: 8px 0px 0px 3.0em;
	margin: 0px;
	text-indent: -3.0em;
}

.flushRight {
	border: none;
	border-collapse: collapse; 
	border-spacing: 0;
	margin: 0px;
	width: 100%;
}
.flushRight td {
	padding: 0px;
	margin: 0px;
}
.formInput {
	border: none;
	border-collapse: collapse; 
	border-spacing: 0;
	margin: 0px;
	width: auto;
}
.formInput td {
	padding: 5px;
	margin: 0px;
}

.formInput tr &gt; td:first-child {
	text-align: right;
	padding-left: 15px;
}
.formC1 {
	text-align: right;
	padding-left: 15px;
}
.noPrint{
visibility: hidden;
}</pre></body></html>