@charset "iso-8859-1";

/* CONJUNTO DE CLASSES BY JOÃfO FELIPE */


.clear {
	clear:both;
}

.fLeft {
	float:left;
}

.fRight{
	float:right;
}

.noBg {
	background:none;
}

.noBorder {
	border:none;
}

.tRight {
	text-align:right;
}

.tCenter {
	text-align:center;
}

.imgLeft {
	display:block;
	float:left;
	padding:0 10px 10px 0;
}