/* CSS Document */
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.clearB {
	clear: both;
}