.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clearboth {
	clear: both;
}

.clearleft {
	clear: left;
}

.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;
}

img.floatleft {
	margin-right: 10px;
	margin-top: 8px;
}

img.floatright {
	margin-top: 8px;
	margin-left: 10px;
	border-bottom: 0 solid maroon;
}

.strikethrough {
	text-decoration: line-through;
}

.hidden {
	visibility: hidden;
}

.vhidden {
	visibility: hidden;
	display: none;
}

.bold {
	font-weight: bold;
}

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

.nomargin {
	margin: 0;
}

.nounderline {
	text-decoration: none;
}

a.nounderline, a.nounderline:visited {
	
}