/* White Professional Contracting Styles for contribute users*/
/* ------------------- version 1.0 ------------------------- */

.bold {
	font-weight:bold;
}

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

.clearLeft {
	clear:left;
}

.clearRight {
	clear:right;
}

.clearBoth {
	clear:both;
}

