h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 24px;
	color: #4a9919;
	font-weight: normal;
}

h2 {
	color: #4a9919;
	font-size: 18px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

.index_list li {
	list-style-type: none;
}

.green {
	color: #4a9919;
}

.orange {
	color: #e86623;
}

.read_more {
	color: #e86623;
	font-size: 11px;	
}

.image_border img {
	border: 1px solid #000;
	padding: 1px;
}



a {
	color: #e86623;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.float_image_right {
	float: right;
	padding: 5px 0 5px 5px;
}
	
.float_image_right2 {
	float: right;
	padding: 5px 0 5px 5px;
}

	.float_image_right2 {
		padding: 1px;
		border: 1px solid #a7e14d;
	}
	
.center {
	text-align: center;
}

.right {
	text-align: right;
}

.small_font {
	font-size: 11px;
}