/* CSS Document */

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 {
	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;}


