h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 1.8em;
	color: #003e31;
	margin: 8px 0;
	font-weight: normal;	
}

h2 {
	font-size: 1.4em;
	color: #358616;
	margin: 6px 0 14px 0;
}

h3 {
	margin: -8px 0 0 0;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.8em;
	font-weight: normal;
}

p {
	line-height: 1.6em;
	margin: 6px 0;
	clear: left;
}

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

hr {
	border: 1px dotted #cccccc;
	height: 1px;
}

a:hover {
	color: #003e31;
}

.text_left {
	text-align: left;
}

.text_center {
	text-align: center;
}

.text_right {
	text-align: right;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.clear {
	clear: both;
	line-height: 0.1em;
}