* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
	height: 0;
	visibility: 0;
	line-height: 0;
	overflow: hidden;
}

.floatRight {
	float: right !important;
}

.floatLeft {
	float: left !important;
}

.hide {
	visibility: hidden !important;
}

.dontDisplay {
	display: none !important;
}

.noBorder {
	border: none !important;
}

.noHeight {
	height: 0 !important;
	overflow: hidden;
}

.noMargin {
	margin: 0 !important;
}

.noPadding {
	padding: 0 !important;
}

.alignRight {
	text-align: right !important;
}

.alignLeft {
	text-align: left !important;
}

.alignCenter {
	text-align: center !important;
}