@charset "utf-8";
/* CSS Document */

.left {
	float: left;
}
.right {
	float: right;
}
.clearboth {
	clear: both;
}
.leftalign {
	text-align: left;
}
