.content .contentElement {
	clear: both;
}

.content ul.noListType li {
	background: none;
	padding-left: 0;
}

.content ol {
	margin-left: 20px;
}

.content dt {
	font-weight: bold;
}

.content .floatLeft {
	float: left;
}

.content .floatRight {
	float: right;
	padding-right: 1px;
}

.content .overflow {
	overflow: auto !important;
	overflow: inherit;
	height: auto !important;
	height: 100%;
	/* ie7 needs this sometimes */
	min-height: 100%;
	padding-bottom: 1px;
}

.content .noMargin {
	margin: 0 !important;
}

.content .noBackground {
	background: none !important;
}

.content .noBackgroundColor {
	background-color: transparent;	
}

.content .noBorder {
	border: none;
}

.content .fontWeightNormal {
	font-weight: normal;
}

.content .fontWeightBold {
	font-weight: bold;
}

.content .uppercase {
	text-transform: uppercase;
}

.content .inline li {
	display: inline;
}

.content em {
	margin: 0 !important;
	margin: 0 -1px;
}