.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, .linethrough {
	text-decoration: line-through;
}

.hidden {
	visibility: hidden;
}

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

.bold {
	font-weight: bold;
}

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

.nomargin {
	margin: 0;
}

img {
	border-width: 0;
}

a.pdf {
	padding-left: 20px;
	background: url(/images/icons/pdf.gif) no-repeat;
	padding-top: 2px;
	padding-bottom: 2px;
}

a.ppt {
	padding-left: 20px;
	background: url(/images/icons/ppt.gif) no-repeat;
	padding-top: 2px;
	padding-bottom: 2px;
}

a.xls {
	padding-left: 20px;
	background: url(/images/icons/xls.gif) no-repeat;
	padding-top: 2px;
	padding-bottom: 2px;
}

a.ods {
	padding-left: 20px;
	background: url(/images/icons/ods.gif) no-repeat;
	padding-top: 2px;
	padding-bottom: 2px;
}

a.doc {
	padding-left: 20px;
	background: url(/images/icons/doc.gif) no-repeat;
	padding-top: 2px;
	padding-bottom: 2px;
}

a.odt {
	padding-left: 20px;
	background: url(/images/icons/odt.gif) no-repeat;
	padding-top: 2px;
	padding-bottom: 2px;
}

a.odp {
	padding-left: 20px;
	background: url(/images/icons/odp.gif) no-repeat;
	padding-top: 2px;
	padding-bottom: 2px;
}
