.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.floatCenter {
	margin: auto 0px;
}

.alignLeft {
	text-align: left;
}

.alignRight {
	text-align: right;
}

.alignCenter {
	text-align: center;
}

.verticalAlignTop {
	vertical-align: top;
}

.verticalAlignBottom {
	vertical-align: bottom;
}

.verticalAlignMiddle {
	vertical-align: middle;
}

.clear-both {
	clear: both;
}

b, strong {
	font-weight: bold;
}

em, i {
	font-style: italic;
}
