@charset "iso-8859-1";

/* TODAS AS CONFIGURACOES PRIMARIAS DOS ELEMENTOS ESTAO AQUI */

* {
	text-decoration:none;
	margin:0;
	padding:0;
	list-style:none;
	border:none;
	line-height:inherit;
}

.divisao{
	width:100%;
	height:5px;
	border-bottom:#FFFFFF 2px solid;
}

.linha{
	height:2px;
	background:#828282;
	margin-top:30px;
	margin-bottom:10px;
}
.clear {
	clear:both;
}

.fLeft {
	float:left;
}

.fRight{
	float:right;
}

.noBg {
	background:none;
}

.noBorder {
	border:none;
}

.tRight {
	text-align:right;
}

.tCenter {
	text-align:center;
}