@charset "utf-8";
/* CSS Document */
.descricao {
	font-family: Tahoma;
	color: #333333;
	font-size: 11px;
}
.texto {
	font-family: Tahoma; 
	font-size: small; 
	color: #003366;
}
.titulo {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000066;
}
.textobtn {
	font-family: Tahoma;
	font-size: 11px;
	color: #0033FF;
	text-decoration: none;
	border: none;
	font-weight: normal;
	background-color: #D7E6FF;
}
.destaque {color: #FF0000}
.tituloColuna {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFFFFF;
}
.subtitulo {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #0099FF;
	text-decoration: none;
	border: none;
}
.txthelp {font-family: Tahoma; color: #333333; font-size: 9px; }
.rodape {
	font-size: xx-small;
	font-family: Tahoma;
}
.CorTextoTitulo {color: #000066}

#Layer1 {
	position:static;
	z-index:4;
	left: 10px;
	top: 49px;
	background-color: #9DACBF;
}
#Layer2 {
    position:static;
    width:324px;
    height:188px;
    z-index:3;
    left: 10px;
    top: 180px;
}
.textoOK {
	font-family: Tahoma;
	font-size: 11px;
	color: #009900;
	text-decoration: none;
	border: none;
	font-weight: normal;
	background-color: #D7E6FF;
}
.textoErro {
	font-family: Tahoma;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
	border: none;
	font-weight: normal;
	background-color: #D7E6FF;
}

