<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-color: #353535;
}

body, table, td {
	font-family: Verdana;
	font-size: 12px;
	color: #607374;
	margin: 0;
	padding: 0;
}

a.navi:link,a.navi:visited,a.menu:link,a.menu:visited {
	color: #607374;
	text-decoration: underline;
}

a.navi:hover,a.menu:hover {
	color: #999;
	text-decoration: none;
}

ul#navi &gt; li.active, ul#navi &gt; li.active &gt; a {
      color: #B29585;
}

#navi {
	margin-left: 0;
	padding-left: 0;
	margin-top: 0;
}

#navi ul {
	margin: 0;
	padding: 0;
}

#navi li {
	list-style-type: none;
	padding: 0;
	background-image:none;
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-bottom: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 22px;
}

h1 {
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	color: #b29585;
	margin: 2px;
	vertical-align: top;
}

#wrapper {
	position: relative;
	width: 100%;
	border: none;
	margin: auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: hidden !important;
	background-color: #353535;
}

#header {
	background-repeat: no-repeat;
	background-color: #000;
	background-position: left;
	height: 113px;
	color: #ffffff;
	font-size: 25px;
	text-align: left;
	padding-top:45px;
}

#logo {
	height: 40px;
	color: #fff;
	padding: 20px 0 10px 241px;
	width: 600px;
	font-weight: bold;
}

#headmenu {
	color: #b29585;
	padding: 15px 15px 15px 20px;
	font-size: 13pt;
	font-family: Arial;
	font-weight: bold;
	margin: 2px;
}

#leftside {
	float: left;
	width: 200px;
	text-align: left;
	min-height: 400px;
	height: auto !important;
	padding-bottom: 20px;
}

#rightside {
	margin-left: 210px;
	padding-left: 30px;
	text-align: left;
	min-height: 500px;
	height: 100% !important;
}

.page {
	background-image: url("../img/page.jpg");
	background-position: left;
	background-repeat: repeat-y;
	background-color: #232323;
}

a {
	color: #607374;
	text-decoration: underline;
}

a:hover {
	color: #999;
}

#head {
	font-size: 13pt;
	margin: 0 0 20px 0;
}

#header {
	background-image: url('../img/header.jpg');
	background-color: #000;
}

.content {
	padding: 15px 25px 15px 0;
}

.submenu_item {
	margin-left: 11px;
}

.menu_heading {
	display: inline-block;
	list-style-type: none;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	color: #b29585 !important;
	font-size: 11pt !important;
	font-weight: bold;
}

.submenu_item + .menu_heading {
	font-size: 11pt;
	margin-top: 7px !important;
	margin-bottom: 7px !important;
}

.menu_separator {
	list-style-type: none;
	margin-top: 12px !important;
	margin-bottom: 12px !important;
}
</pre></body></html>