.fLeft {
	float: left;
}
.fRight {
	float: right;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.middle {
	vertical-align: middle;
}
.clear {
	clear: both;
}
.cleaner {
	clear:both;
	height:1px;
	margin: -1px 0 0 0;
	padding:0;
	border:none;
	visibility: hidden;
}
.hidden {
	visibility: hidden;
}
img.fRight {
	margin-left: 15px;
	margin-bottom: 10px;
}
img.fLeft {
	margin-right: 15px;
	margin-bottom: 10px;
}
.absolute {
	position: absolute;
}
.displayNone {
	display: none;
}
.displayInline {
	display: inline !important;
}
.block {
	display: block;
}
.orange {
	color: #df4828 !important;
}
.strong {
	font-weight: bold;
}
.notUnderline {
	text-decoration: none;
}
.marginBottom {
	margin-bottom: 12px;
}
.uppercase {
	text-transform: uppercase;
}



