<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body { 
	margin: 0px; 
	background-color: #1336CE; 
	color: #eeeeee;
	font-family: arial, helvetica, sans-serif;
	background-image: url("images/background.png");
	background-repeat: repeat-x;
}

#body {
	position: absolute;
	padding: 0px;
	min-width: 820px;
	width: 100%;
}

img 
{ 
	border: 0px; 
}

#header 
{ 
	width: 100%;
	height: 140px; 
	position: absolute; 
	top: 0px;
	left: 0px;
	z-index: 2;
}

#header img
{
	padding: 10px;
}

#menu 
{
	width: 180px; 
	font-size: 11px; 
	color: #000000; 
	position: absolute; 
	top: 140px; 
	left: 10px; 
	z-index: 3;
	min-height: 614px;
}

#menu img {
	padding: 4px;
}

#menu ul {
	font-size: small;
	font-weight: bold;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 176px;
}

#menu li {
	background-image: url("images/button.png");
	background-repeat: no-repeat;
    position: relative;
	margin:0px;
	color: #000;
	font-size: 1em;
	text-decoration: none;
	vertical-align: middle;
	padding:3px;
	margin-bottom:3px;
}

#menu li ul{
	padding-top: 3px;
}

#menu li li{
	background-image: url("images/button2.png");
	background-repeat: no-repeat;
    position: relative;
	margin:0px;
	margin-left: 17px;
	color: #000;
	font-size: 1em;
	text-decoration: none;
	vertical-align: middle;
	padding:3px;
	margin-top:3px;
}

#menu li li li{
	background-image: url("images/button3.png");
	background-repeat: no-repeat;
    position: relative;
	margin:0px;
	margin-left: 17px;
	color: #000;
	font-size: 1em;
	text-decoration: none;
	vertical-align: middle;
	padding:3px;
	margin-top:3px;
}

#menu li a {
	margin:0px;
	display: block;
	color: #000;
	font-size: 1em;
	text-decoration: none;
	padding:5px;
	height: 17px;
}

#menu li li a {
	margin:0px;
	display: block;
	color: #000;
	font-size: 1em;
	text-decoration: none;
	padding:5px;
	height: 17px;
}

#menu li li li a {
	margin:0px;
	display: block;
	color: #000;
	font-size: 1em;
	text-decoration: none;
	padding:5px;
	height: 17px;
}

#follow {
	color: #fff;
	font-size: 14pt;
	bottom: 0px;
	position: absolute;
}

#follow img {
	padding: 0 2px;
}

#main 
{
	background-color: #fff;
	color: #000; 
	font-size: 14px;
	margin-top: 140px; 
	margin-left: 195px; 
//	margin-right: 195px;
        margin-right: 10px;
	margin-bottom: 10px;
	z-index: 4;
	padding: 5px;
}

#content
{
	border: 2px solid #000;
	padding: 5px;
	min-height: 590px;
}

#right
{
	width: 180px; 
	position: absolute; 
	top: 140px; 
	right: 5px; 
	z-index: 3;
	display: none;
}

#footer
{
	text-align: center;
}

#main img {
	max-width:900px;
	width: expression(this.width &gt; 900 ? 900: true);
}

#main table {
	background-color: #00005f;
}
#main table th {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: dotted dotted dotted dotted;
	border-color: gray gray gray gray;
	/*background-color: #1336FF;*/
	background-color: #ffffff;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
#main table td {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: dotted dotted dotted dotted;
	border-color: gray gray gray gray;
	/*background-color: #1336CE;*/
	background-color: #ffffff;
}
#main table td.clear {
	border: 0pc;
	padding: 5px;
	background-color: transparent;
}

#main h1 
{
	margin-top: 15px; 
	font-size: 24px; 
	font-weight: 500; 
	color: #000; 
	text-align: center;
	margin-bottom:0px;
}

#main h2 
{
	margin-top: 10px; 
	font-size: 18px; 
	font-weight: 500; 
	color: #000; 
	margin-bottom:0px;
	text-align: center;
}

#main h3 
{
	margin-top: 10px; 
	font-size: 16px; 
	font-weight: 500; 
	color: #000; 
	margin-bottom:0px;
	text-align: center;
}

#main ul 
{ 
	margin-top: 15px; 
	margin-bottom: 15px; 
	margin-right: 50px;
}

#main a 
{ 
	color: #333; 
	text-decoration: underline;
}

#main a:hover 
{ 
	color: #444; 
	text-decoration: underline overline;
}

.ab 
{ 
	padding-top: 3px; 
	clear : both; 
}

.bez 
{
	float: left;
	width: 80px;
	text-align: right;
	font-weight : bold; 
}

.formw {
	float: right;
	width: 290px;
	text-align: left; 
}

</pre></body></html>