@charset "iso-8859-1";

/* CONJUNTO DE CLASSES BY JOÃfO FELIPE */

* {
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
	border:none;
	line-height:inherit;
	outline:none;
}

.clear {
	clear:both;
}

.fLeft {
	float:left;
}

.fRight{
	float:right;
}

.noBg {
	background:none;
}

.noBorder {
	border:none;
}

.tRight {
	text-align:right;
}

.tCenter {
	text-align:center;
}

.bold {
	font-weight:bold;
}

.cursor{
	cursor:pointer;
}