<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Let no border around the body appear, and set
   it to display on a white background */
body, html {
    margin: 0px;
    padding: 5px;
    background-color: white;
}
/* Font settings for page elements */
body, ul, td, th, p, h1, h2, h3, h4, small, .small,
.tableTitle, .tableExtras, input, textarea, select {
    font-family: verdana, arial, helvetica, sans-serif;
}

body, tr, ul, td, li, th, p, input, textarea {
    font-size: 12px;
}

.bold {
	font-weight: bold;
}
.bold2 {
	font-weight: bold;
	color: #000080;
	font-weight:bold;
	font-size:16px;
}

a:link, a:visited{
	color:#000080;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	color: #0000FF;
	font-weight:bold;
	text-decoration:underline;
}

/* General header styles */
h1, h2, h3, h4 {
    font-weight: bold;
}
h1 { font-size: 150%; }
h2 { font-size: 110%; color:#000080;padding: 10px;}
h3 { font-size: 110%; }
h4 { font-size: 100%; }


/* black on white */
.line_0 {
	background-color: #FFFFFF;
	color: #000000;
}
/* black bold on white */
.line_0b {
	background-color: #FFFFFF;
	color: #000000;
	font-weight:bold;
}

/* white on dark blue */
.line_1 {
	background-color: #000080;
	color: #FFFFFF;
}

.line_1b {
	background-color: #000080;
	color: #FFFFFF;
	font-weight:bold;
}

.line_1 a:link, .line_1 a:visited {
	background-color: #000080;
	color: #FFFFFF;
}

.line_1 a:hover {
	background-color: #000080;
	color: #FFFFFF;
	text-decoration:underline;
}


/* black on light blue */
.line_2 {
	background-color: #DDF1FF;
	color: #000000;
}
/* black on yellow */
.line_3 {
	background-color: #FFCC00;
	color: #000000;
}

.line_3b {
	color: #000080;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}
.line_3b a:link{
	color: #000080;
	font-size:14px;
	text-decoration:none;
}
.line_3b a:visited{
	color: #000080;
	font-size:14px;
	text-decoration:none;
}

.line_3b a:hover{
	color: #0000FF;
	font-size:14px;
	text-decoration:underline;
}


/* light yellow */
.line_4 {
	background-color: #FFF77D;
	color: #000000;
}
.line_4 a:link, .line_4 a:visited{
	background-color: #FFF77D;
	color: #000080;
	font-weight:normal;
	text-decoration:none;
}
	
.line_4 a:hover{
	background-color: #FFF77D;
	color: #0000FF;
	font-weight:normal;
	text-decoration:underline;
}

/* light gray */
.line_5 {
	background-color: #EEEEEE;
	color: #000000;
}



/* Horizontal delimiter defaults */
hr {
    border: 0px;
    color: #FFCC00;
    background-color: #FFCC00;
    height: 2px;
}

/* Indented block */
div.indent {
    margin-left: 50px;
}

li {
	padding-top: 3px;
	padding-bottom: 3px;
}

.italic {
	font-style: italic;
}

em {
	font-weight: bold;
	font-style: italic;
}


/* red font */
.redfont {
	color: #FF0000;
	font-weight:bold;
}
/* white font */
.whitefont {
	color: #FFFFFF;
	font-weight:bold;
}

/* green font */
.greenfont {
	color: #00AA00;
	font-weight:bold;
}
blockquote, blockquote p {
	text-indent: -0.5em;
}

small, .small {
	font-size: 75%;
}

a.small {
	text-decoration: none;
}

.bleft {
	border-left:solid 1px;
}

img {
	border: 0px;
}</pre></body></html>