<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
margin: 0;
padding: 0;
}
body {
	font-size: 10pt;
	font-family: Arial, sans-serif;
}
body.indexPage {
	background: url("./background.png") top left repeat-x;
}
#content {
	min-width: 1000px;
	max-width: 1600px;
	margin: 0 auto;
}
#header {
	height: 50px;
	padding-left: 10px;
	margin-bottom: 10px;
}
#header img {
	margin-top: 16px;
    border: 0;
}
#contentFrames {
	position: relative;
	padding-bottom: 56.25%;
}
iframe.menu {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 30%;
	height:100%;
	border: 0px;
	padding: 5px 2px 0 10px;
	border-right: 1px solid #c0c0c0;
}
iframe.mainContent {
	position: absolute;
	top: 0px;
	left: 31%;
	width: 67%;
	height: 100%;
	border: 0px;
	padding: 5px 0 0 10px;
}

h1 {
	font-size: 18pt;
	font-weight: bold;
	color: #005662;
    word-wrap: break-word;
}
h2 {
	font-size: 14pt;
	font-weight: bold;
	color: #005662;
}
h3 {
	font-size: 12pt;
	font-weight: bold;
	color: #005662;
}
a {color: #2d7072;}
a:hover {color: #699496;}
a:visited {color: #3a3a3a;}
h1, h2, h3, p, table, ul, ol, pre {
	margin-bottom: 1ex;
}
h2, h3 {
	margin-top: 2ex;
}

table {
	width: 99%;
    border-spacing: 0px;
}
table img {
	vertical-align: middle;
	padding-right: 3px;
}
tr {
}
th, td {
	vertical-align: top;
}
td {
	padding: 3px;
}
th {
	padding: 5px 3px;
	font-weight: bold;
	background-color: #d0d0d0;
	color: #222;
	border-bottom: solid 1px #b0b0b0;
	text-align: left;
}
tr:nth-child(even) {
	background-color: #e6e6e6;
}
tr:nth-child(odd) {
	background-color: #f6f6f6;
}
tr:hover {
	background-color: #eaefef;
}

input.bSearch {
	border: 1px solid #c0c0c0;
	padding: 2px;
}
#searchResults {
	margin-bottom: 2ex;
}

#expand ul {
	margin-bottom: 0;
	display: block;
}
#expand li ul li ul li ul {
	display: none;
}
#expand li {
	list-style-type: none;

}
#expand li li {
	margin-left: 12px;

}
#expand li li li {
}
#expand a {
	padding-left: 15px;
}
#expand .expandable {
	background: url("arrow_e.png") no-repeat;
}
#expand .expanded {
	background: url("arrow_s.png") no-repeat;
}
pre {
	overflow-x: auto;
	font-size: 90%;
	-ms-overflow-x: auto;
}
p.version {
	color: #a0a0a0;
	font-size: 80%;
	padding-bottom: 2em;
}
a.pdf {
	padding-left: 20px;
	background: url("pdf.png") top left no-repeat;
}</pre></body></html>