<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#container {
	background-attachment: scroll;
	background-position: top;
	overflow: visible;
	position: relative;
	visibility: visible;
	width: 1050px;
	height: 1100px;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	top: 5;
	left: 1%;
}

#content {
	background-attachment: scroll;
	background-position: top;
	overflow: visible;
	position: absolute;
	width: 680px;
	height: 860px;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	top: 303px;
	z-index: 40;
	left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	visibility: visible;
	padding-top: 20px;
	padding-right: 160px;
	padding-bottom: 20px;
	padding-left: 160px;
	font-size: 10pt;
	font-weight: normal;
}
#content a:link {
	text-decoration: none;
	color: #152437;
	font-weight: normal;
}
#content a:visited {
	text-decoration: none;
	color: #152437;
}
#content a:hover {
	text-decoration: underline;
	color: #152437;
}
#content a:active {
	text-decoration: none;
}
</pre></body></html>