@charset "UTF-8";
/* CSS Document */


.h1 {
	font-size: 24px;
	color: #205400;
	font-family: Arial, Helvetica,;
	}

.h2 {
    font: Arial, Helvetica,;
	font-size: 18px;
	color: #205400;
	}
	
.h3 {
    font: Arial, Helvetica,;
	font-size: 14px;
	font-weight: bold;
	color: #802603;
	}	
	
.style2 {
    font: Arial, Helvetica,; 
	font-size: 13px;
	color: #333333;
	line-height: 18px;
	}	
	
.style1 {
    font: Arial, Helvetica,;
	font-size: 11px;
	color: #666666
	}	
	
.side-head {
	font-size: 16px;
	font-weight: bold;
	color: #205400;
	font-family: Arial, Helvetica,;
	}	
	
.side-text {
	font-size: 11px;
	color: #666666;
	font-family: Arial, Helvetica,;
	}
	
.advertisment {
	font-size: 9px;
	color: #999999;
	letter-spacing: 6px;
	font-family: Arial, Helvetica,;
	color: #999999;
	}	
	
a:link {
	color:#336502;
	font-weight: bold;
	text-decoration: underline;
}      /* unvisited link */

a:visited {
	font-weight: bold;
	color: #FF9900;
}  /* visited link */

a:hover {color:#000000}  /* mouse over link */

a:active {color:#000000}  /* selected link */		

.left {
	float:left;
	border:0 none;
	line-height:20px;
	margin:0;
	padding: 0px 20px 10px 0px;
	}
	

