.float_right {
	margin: 5px;
	padding: 3px;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.float_left {
	margin: 5px;
	padding: 3px;
	float: left;
}
.header {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.header_green {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #00CC00;
	font-weight: bold;
}
