.left, .floatleft {
	float: left;
}

.right, .floatright {
	float: right;
}

.both, .clearboth {
	clear: both;
}

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

.weenytext {
	font-size: 1px;
	line-height: 1px;
}

.alignright {
	text-align: right;
}

.aligncenter {
	text-align: center;
}

.nopad {
	padding: 0;
}

.nomargin {
	margin: 0;
}

.inline {
	display: inline;
}

.vhidden {
	visibility: hidden;
	display: none;
	-moz-opacity: .0;
	filter: alpha(opacity=0);
	opacity: .0;
}

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