.CABECALHO_MENUS{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	background-color:#FFF0E1;
}

.CORPO_DE_TEXTO {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-align: justify;

}

.CORPO_DE_TEXTO_CENTER {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-align: center;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

div#carregando{
	position:absolute;
	right:20px;
	top:14px; 
	height:40px;
	z-index:1;
	width:200px;
	border:1px;
	border-color: #000000;
	border-style: solid;
	background-color: #FFFFFF;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}