@charset "utf-8";
/* CSS Document */



.greenaccent {
	color: #00CC33;
}
.floatleft {
	float: left;
	margin: 5px;
}
.floatright {
	float: right;
	margin: 5px;
	background-image: url(../images/graphics/search_icon.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
