/* CSS Document */
a.link_p:link {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3E4757;
	text-decoration:none;
}
a.link_p:visited {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3E4757;
	text-decoration:none;
}
a.link_p:hover {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#808EA6;
	text-decoration:underline;
}

#glow_esq{
	background-image:url(./imagens/glow_esqu.jpg);
	background-repeat:repeat-y;
	}
#glow_dir{
	background-image:url(./imagens/glow_dir.jpg);
	background-repeat:repeat-y;
	background-position:right;
	}
.azul_escuro_B{
	font-family:tahoma;
	font-weight:bold;
	font-size:11px;
	color:#434757;
}
.texto{
	font-family:tahoma;
	font-size:11px;
	color:#434757;
}
.txt_ngrupo{
	font-family:tahoma;
	font-size:11px;
	color:#808EA7;
}
.txt_red{
	font-family:tahoma;
	font-size:11px;
	color:#B3001F;
}
.copy{
	font-family:tahoma;
	font-size:9px;
	color:#FFFFFF;
}
.border_img {
	/*border:'border-width' 'border-style' 'color';*/
	border:1px;
	border-style:solid;
	border-color:#808EA7;
	/*border: 2px solid #434757;*/
}
.botao_formulario {
	font-family: tahoma;
	font-size: 11px;
	background-color: #D5DAE1;
	border:0px;
}
/* caixas de texto do formulario*/
.cx_texto {
	font-family:tahoma;
	font-size: 11px;
	background-color:#D5DAE1 ;
	border-left:none;
	border-right:none;
	border-bottom:none;
	border-top:none;
	text-indent: 2px;
}

