.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.alignLeft {
	text-align: left;
}

.alignRight {
	text-align: right;
}

.alignCenter {
	text-align: center;
}

.clear-both {
	clear: both;
}

.width290 {
	width: 290px;
}

.width215 {
	width: 215px;
}

.width140 {
	width: 140px;
}

.width440 {
	width: 440px;
}

.p20 {
	padding-right: 20px;
}

strong, b {
	font-weight: 700;
}