body {
	background:url(../images/bg.gif) center top repeat-x;
	padding:0px;
	margin:0px;
}
.bg_paisagem {
	background:url(../images/bg_paisagem.gif) center bottom no-repeat;
}
.bg_paisagem2 {
	background:url(../images/bg_paisagem2.gif) center bottom no-repeat;
}
.texto_verde1 {
	font-family:"Tahoma";
	font-size:11px;
	color:#76aca0;
	text-decoration:none;
	line-height: 15px;
}
a.texto_verde1:hover {
	text-decoration:underline;
}
.texto_verde2 {
	font-family:"arial";
	font-size:30px;
	color:#76aca0;
}
.texto_verde3 {
	font-family:"Tahoma";
	font-size:12px;
	color:#53887c;
	line-height: 16px;
}
.texto_verde4 {
	font-family:"Tahoma";
	font-size:10px;
	color:#53887c;
	line-height: 13px;
}
.texto_verde5 {
	font-family:"Arial";
	font-size:16px;
	color:#53887c;
	line-height: 16px;
	text-decoration:none;
}
a.texto_verde5:hover {
	text-decoration:underline;
}
.texto_mapa {
	font-family:"Tahoma";
	font-size:12px;
	color:#53887c;
	line-height: 16px;
	text-decoration:none;
}
a.texto_mapa:hover {
	text-decoration:underline;
}
.texto_cinza1 {
	font-family:"arial";
	font-size:9px;
	color:#aeb884;
}
.texto_amarelo1 {
	font-family: "Tahoma";
	font-size:12px;
	color:#cea746;
	text-decoration:none;
}
a.texto_amarelo1:hover {
	text-decoration:underline;
}
.texto_amarelo2 {
	font-family: "Tahoma";
	font-size:16px;
	color:#cea746;
	text-decoration:none;
}
a.texto_amarelo2:hover {
	text-decoration:underline;
}
.texto_amarelo3 {
	font-family: "Verdana";
	font-size:18px;
	color:#d5b161;
	text-decoration:none;
}
.texto_amarelo4 {
	font-family: "Tahoma";
	font-size:11px;
	color:#cea746;
	text-decoration:none;
}
a.texto_amarelo4:hover {
	text-decoration:underline;
}
.input {
	font-family:"tahoma";
	font-size:11px;
	color:#666633;
	border: solid 1px #8ebcc9;
	background-color: #e9e8da;
	padding:1px; 
}
form {
	margin: 0px;
}

.input2 {
	font-family:"tahoma";
	font-size:11px;
	color:#53887c;
	border: solid 1px #ccdfdb;
	background-color: #ffffff;
	padding:1px 1px 1px 3px ; 
}

/* Alerta */
#divJanela{
	position:absolute;
	top:0;
	left:0;
	z-index:999998;
	width:100%;
	-width:110%;
	height:100%;
	filter: alpha(opacity=25);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
	-moz-opacity: 0.25; opacity:0.25;
	background-color:#000000;
	display: table-cell;
}
#divResultado{
	float:left;
	padding:0px;
	z-index:999999;
	position:absolute;
	left:40%;
	top:50%;
	margin-left:-150px;
	margin-top:-220px;
}
.titulo-alerta{
	font-family:Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}
.texto-alerta{
	font-family:Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-align:center;
}.txtObrigatorio {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
}
/*fim alerta*/