<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

body {	
	background-color: #E6F0E8;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1em;	
	line-height: 1.em;	
	color: #0F150F;
	margin-right: 0.1em;
	margin-left: 0.1em
	}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: color: #003300;
	font-style:italic;
	padding: 0em;
	line-height:1.1em;
	
	}
	
table {
	color: #003300;
	background-color:#FBFBF4;
	border: medium solid #003300;
	}
tr, td, th {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	
	}

ul {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1em;	
	list-style-type: square;	
	list-style-position: outside
	}
	
.thread_old {
	background-color:  #003300;
	font-size:0.7em;
	font-weight:bold;
	position:absolute;
	top:0;
	width: 100%;
}  
.thread {
	background-color:  #003300;
	font-size:1em;
	font-weight:bold;
	line-height: 1.1em;
	top:0;
	width: 100%;
        border: 10px;
}  
.thread a:link {color:#DDECDF; font-weight:bold;}
.thread a:hover {background-color: white; color: black; font-weight:bold;}
.thread a:visited {color:#74C168; font-weight:bold;}

.header {background-color:  #003300 ; color: #DDECDF;}
.header a:link {color:#DDECDF; font-weight:bold;}
.header a:visited {color:#74C168; font-weight:bold;}
.header a:hover {color:#18291A; background-color:#C9DECA; font-weight:bold;}

.contacts {
	color: #DDECDF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.1em;
	background-color: #003300;
	border: 10px;
	padding: 10px;
	width: 100%;
}

.contacts a:link {color:#DDECDF; font-weight:bold;}
.contacts a:visited {color:#74C168; font-weight:bold;}
.contacts a:hover {color:#18291A; background-color:#C9DECA; font-weight:bold;}


.footer {
	color: #DDECDF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.1em;
	background-color: #003300;
	border: 10px;
	padding: 10px;
	width: 100%;
}

.footer a:link {color:#DDECDF; font-weight:bold;}
.footer a:visited {color:#74C168; font-weight:bold;}
.footer a:hover {color:#18291A; background-color:#C9DECA; font-weight:bold;}

#leftcolumn   {background-color: #F9F8E8; color: #FFFFFF; width:25%; position:absolute; top:8em; left:0; font-size:0.9em; padding:0.5em; height:100%;}
#leftcolumn_X {background-color: #F9F8E8; color: #000000; width:25%; top:8em; left:0; font-size:0.9em; padding:0.5em; height:100%;}

#column2   { width:55%; background-color:#F9F8E8; position:absolute; left: 25%; top:10em; font-size:0.7em; padding:0.7em; border-left:3px solid #332E70;}
#column2zz { position:absolute; left: 25%; top:8em; font-size:0.9em;  padding:0.7em; }


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