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

/* Floats */

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.spacer {
	clear: both;
}
