.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clearboth {
	clear: both;
}
.clearnone {
	clear: none;
}

.weeny, a.weeny {
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

.alignright, .right {
	text-align: right;
}

.aligncenter, .center {
	text-align: center;
}

.alignjustify, .justify {
	text-align: justify;
}

.inline {
	display: inline;
}

.hidden {
	visibility: hidden;
}

.nodisplayE {
	display: none;
}

.nowhitespace {
	margin: 0;
	padding: 0;
}
