<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%;
	height: 100%;
	margin: 0;
	background-color: #fafbe9;
	font-family: Helvetica, sans-serif;
	font-size: 9px;
}
td.top{
	background-image: url(img/cell.gif);
	text-align: right;
	font-weight: bolder;
	color: white;
	text-decoration: none;
}
td.top a{
	font-weight: bolder;
	color: white;
	text-decoration: none;
}
.menu {
	font-size: 11px;
	color: black;
}
.menu a {
	font-size: 11px
	color: black; 
	font-weight: bold;
	text-decoration: none;
}
.menu tr.row2 a:link {
	color: black;
}
.menu tr.row1 a:link {
	color: black;
}
.menu tr.row2 a:visited {
	color: black;
}
.menu tr.row2 a:active {
	color: black;
}
.menu tr.row2 a:hover {
	color: white;
}
.menu tr.row1 a {
	color: black;
}

.header_title{
	font-size: 12px;
	font-weight: bold; 
	background-color: #003466;
	color: white;
}
.row1 {
	font-size: 12px;
	background-color: #DDECF8;
}
.row2 {
	font-size: 12px;
	background-color: #AAD0EE;
}
.row3 {
    font-size: 12px;
    background-color: white;
}

.h4{
    font-size: 14px;
}
input.large {
	width: 300px;
}
select.large {
	width: 300px;
}
textarea{
	width: 500px;
}

.stats tr.row1 a {
	font-weight: bold;
        color: black;
	text-decoration: none;
}

.stats tr.row2 a {
	font-weight: bold;
        color: black;
	text-decoration: none;
}

select {
 font-size: 10px;
}</pre></body></html>