h1 {
	font-size: 18px;
	color: #516850;
	font-weight: normal;
}

.list {
	list-style-image:url(../grfx/leaf.png);
	


}

* html .list {
	list-style-image:url(../grfx/leaf6.jpg);
}

* html .list li {
	padding-top: 2px;
	padding-bottom: 2px;
}
	

img {
	border: 0;
}

h2 {
	font-size: 13px;
	color: #275225;
}

a {
	color: #157911;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.green {

	color: #275225;
}

.float_image_left {
	padding: 0px 10px 10px 0;
	float: left;
}

.float_image_left img {
	padding: 2px;
	border: 1px solid #ccc;
}

.float_image_right {
	padding: 0px 0 10px 10px;
	float: right;
}

.float_image_right img {
	padding: 2px;
	border: 1px solid #ccc;
}
	

