/* CLASSES DOS ELEMENTOS */
.cB {
	clear:both;
}

/*	MARGEM	*/
.mT {
	margin-top:5px;
}
.mR {
	margin-right:5px;
}
.mB {
	margin-bottom:5px;
}
.mL {
	margin-left:5px;
}

/*	FLUTUAÇÃO	*/
.fL {
	float:left;
}
.fR {
	float:right;
}
.fC {
	display:block;
}

/*	SHOW/HIDE	*/
.show {
	display:block;
}
.hide {
	display:none;
}

/*	DIVISÃO	*/
.line {
	height:3px;
	line-height:3px;
	border-top:solid 1px #CCC;
	margin:0;
	padding:0 0 0 0;
}

/*	ESPAÇO NULO	*/
.null {
	height:14px;
	line-height:14px;
}

/*	ALINHAMENTO	*/
.aL {
	text-align:left;
}
.aC {
	text-align:center;
}
.aR {
	text-align:right;
}
.aJ {
	text-align:justify;
}

/*	LISTAS	*/
ul.normal li {
	padding:0 0 0 10px;
	background:url(../imagens/list.gif) no-repeat left center;
}

/*	OUTRAS CLASSES	*/
.btOk {
	padding:0 1px 0 1px;
	background:#633;
	border:solid 1px #600;
	font-weight:bold;
	color:#FFF;
}
span.green {
	color:#060 !important;
}
