.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.textCenter {
	text-align: center;
}

