*{
	font-family: tahoma;
}

.main_menu{
 	font-size: 12px;
	color: #ffffff;
}

.hidden{
	dispay: none;
}

body{
}

.yellow_title{
 	font-size: 15px;
	color: #FCEB39;
	font-weight: bold;
}

.yellow_title_small{
 	font-size: 13px;
	color: #FCEB39;
	font-weight: bold;
}

.yellow_title_small{
 	font-size: 12px;
	color: #FCEB39;
	font-weight: bold;
}

.green_title{
 	font-size: 12px;
	color: #205215;
	font-weight: bold;
}

.reg_text{
 	font-size: 12px;
	color: #000000;
}

.white_text{
 	font-size: 12px;
	color: #FFFFFF;
}

a{
 	font-size: 12px;
	color: #216F01;
	text-decoration: none;
}

a.:hover{
 	font-size: 12px;
	color: #5CAC3B;
	text-decoration: none;
}

a.location{
 	font-size: 12px;
	color: #216F01;
	text-decoration: underline;
}

a.location:hover{
 	font-size: 12px;
	color: #5CAC3B;
	text-decoration: underline;
}

.sep_line{
	 color: #F8FAE5; 
	 border-bottom: 1px solid #216F01; 
	 border-bottom-style : dotted; 
	 margin-top: 2px; 
	 margin-bottom: 16px;
}

.big_line{
	line-height: 18px;
}

a.footer_links{
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	cursor: hand;
}

a.footer_links:hover{
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	cursor: hand;
}

a.footer_banner{
 	font-size: 12px;
	color: #216F01;
	text-decoration: none;
	font-weight: normal;
}

a:footer_banner:hover{
 	font-size: 12px;
	color: #5CAC3B;
	text-decoration: none;
	font-weight: normal;
}

form input {
	border: 1px solid #216F01;
	width: 150px;
	height: 20px;
}

form textarea {
	border: 1px solid #216F01;
	overflow: auto;
	width: 280px;
	height: 150px;
}

form submit {
	border: 1px solid #216F01;
	width: 143px;
	height: 20px;
}