<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
	width: 100%;
	margin: 0;
	padding:0;
	color:#000000;
	font-size: 95%;  /* need percentage here for em values for em font sizes to work properly */ 																																												      /* need percentage here for em values for other font sizes to work properly */
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;					        /* only set for elements that are different  */
	line-height: 1;
	background: #ffffff; 
}
h1 {
	font-size: 1.5em;
	font-weight: bold;
	margin: .5em 0 .75em 0;
	line-height:1.2;
}
h2 { 
	font-size: 1.25em; 
	text-transform: uppercase; 
	font-weight: bold; 
	margin: 1em 0 .5em 0;
	line-height:1.2; 
}
h3 { 
	font-size: 1.25em; 
	font-weight: bold; 
	margin: 1em 0 .25em 0; 
}
h4 { 
	font-size: 1.1em; 
	font-weight: bold; 
	margin: 1em 0 0 0;
}
h4#instruct  {
	padding-bottom: 1em;
}
h5 { 
	font-size: 1em; 
	font-style: italic; 
	font-weight: bold; 
}
h6 { 
	text-decoration: underline; 
	font-size: 1em; 
	font-style: italic; 
	font-weight: bold; 
}
p {
	font-size: 1em; 
	color:#000000; 
	font-weight:normal; 
	line-height: 1.25;
}
p.last {
	margin-bottom: 2em; 
}
li {
	line-height: 1.25;
	margin-bottom: .75em;
}
table { 
	padding:0; 
	margin: 0;
	border-spacing: 0;
	border-collapse: collapse; 
	border: 2px solid #999999;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}
#formtable {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}
th {
	font-weight: bold; 
	font-size: 1.1em; 
	vertical-align: middle;
	text-align: center; 
	border: 2px solid #999999; 
	background-color: #eeeeee; 
	color: #993366; 
	padding: 4px; 
	line-height: 1;
}
th.left {
	text-align: left; 
}
td { 
	padding: 4px; 
	border: 1px solid #999999;
	vertical-align:middle; 
	font-size: .9em; 
	line-height: 1;
}
a, a:link, a:visited {
	font-weight: bold;
}
a:hover, a:active  {
	color: #993366;
}

#content {
	margin: 0 3em 3em 3em;
}
.text {
	font-size: 1em;
	font-weight: normal;
}
.title1 { 
	font-size: 1.5em; 
	text-transform: uppercase; 
	font-weight: bold; 
	margin: 1em 0 .75em 0;
}
em, .emphasis { 
	font-style: italic; 
}
strong {
	font-style: italic; 
	font-weight: bold; 
}
.subheading  {
	font-weight: bold; 
}
.notes { 
	font-weight: bold; 
	background-color:  #F3F3F3; 
	text-align: center; 
	border-style: solid; 
	border-width: 2px; 
	padding-left: 0 
}
.floatleft {
	float: left;
	margin-right: 1em;
	margin-top: .5em;
}
.clear {
	clear: both; 
}
.nowrap {
	white-space: nowrap;
}
.center {
	text-align: center;
}

.title398 {
	color: #08B192;	
}

.title2590 {
	color: #7394ff;     /* #004aad*/
}

.title416 {
	color: #CB7E6C;
}

.title4169 {
	color: #78BFB9;
}

/*  style TBD for display of special announcements - tg
.announcements { 
	background-color:#f0f5fa;
	color:#000000;
	padding:1em .5em 1em .5em;
	width: 40%;
	margin-bottom:0px;margin-top:0px;
}
*/
</pre></body></html>