/* $name='Dark Grey Background' */ 
.darkGreyBackground {
	background-color: #CCCCCC;
}

/* $name='Large Blue Thin' */
.largeBlueThin {
	color: #0EA6DB;
	font-size: 1.4em;
	font-weight: normal;
	font-family: Arial,Helvetica,sans-serif;
}

/* $name='Red' */
.red {
	color: #ff0000;
}

/* $name='Float Left' */
.floatLeft {
	float: left;
}

/* $name='Float Right' */
.floatRight {
	float: right;
}

/* $name='Left Column Item' */
.leftColumnItem {
	float: left;
	clear: both;
	margin-bottom: 10px;
}

/* $name='Right Column Item' */
.rightColumnItem {
	float: right;
	clear: both;
	margin-bottom: 10px;
}

/* $name='Clear Left Column' */
.clearLeftItems {
	margin-left: 200px;
}

/* $name='Clear Right Column' */
.clearRightItems {
	margin-right: 200px;
}

/* $name='Padding Left' */
.paddingLeft {
	padding-left:7px;
}