<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	margin: 0px;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#body{
	background-color: #ffffff;
	color: #666666;
	text-align: left;
	padding: 5px 0px 3px 5px;
}
td,th{
	font-size: 12px;
	color: #666666;
}

table.layout{
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
	border-style: none;
}
table.layout td{
	margin: 0px;
	padding: 0px;
}

form{
	margin: 0px;
}

a:link {color: #999999}
a:visited {color: #999999}
a:active {color: #ff0000}
a:hover {color: #ff0000}

table.form{
	border-collapse: collapse;
}
table.form td{
	border: 1px solid #999999;
}
table.form th{
	border: 1px solid #999999;
}

table.line{
}
table.line th{
	background-image: url(../img/sidebg.jpg);
	background-color: #ffffff;
	border-right: 1px solid #9999cc;
	border-bottom: 1px solid #9999cc;
	padding: 3px;
}
table.line td{
	border-right: 1px solid #ccccff;
	border-bottom: 1px solid #ccccff;
	padding: 3px;
}

.button{
	width: 95%;
}
table.button td{
	border-style: none;
}
table.button td.left{
	text-align: left;
}
table.button td.right{
	text-align: right;
}
table.button td.center{
	text-align: center;
}
table.button input{
	width: 100px;
}

div.menu{
	font-size: 11px;
	padding: 10px 5px 10px 10px;
	border-bottom: 1px solid #cccccc;
}
div.menu a:link {
	color: #666666;
	text-decoration: none;
}
div.menu a:visited {
	color: #666666;
	text-decoration: none;
}
div.menu a:active {
	color: #666666;
	text-decoration: underline;
}
div.menu a:hover {
	color: #666666;
	text-decoration: underline;
}

div.newentry{
	text-align: right;
	margin-right: 50px;
}

h1.pagename{
	font-size: 11pt;
	color: #ffffff;
	background-color: #666666;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 5px;
}

h2{
	font-size: 11pt;
	margin: 10px 0px 5px 0px;
}
div.pagetitle{
	color:#324f7a;
	font-size: 18px;
	font-weight: bold;
	line-height: 130%;
	padding-left: 14px;
}

#fmenu{
	background-color: #ffffff;
	text-align: left;
	padding: 5px 0px 3px 5px;
	border-right: 1px solid #cccccc;
}

div.page{
	text-align: right;
}

div.error{
	color: #ff0000;
}
img.no_border{
	border-style: none;
}

.right{
	text-align: right;
}
.center{
	text-align: center;
}
.left{
	text-align: left;
}
.nowrap{
	white-space: nowrap;
}
</pre></body></html>