@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;
}

ul.lista {
	margin:10px 0 0 10px;
}

ul.lista li {
	list-style:inside disc;
}