@charset "utf-8";
/* VE - Soluções em Internet - Designer: Mauricio Moura */

/*FONTES*/

body{
	background-image:url(../img/bg_externo.gif);
}


.fonte_branca{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	font-weight:normal;
}

a.fonte_branca:link {
  	text-decoration:none;
	border:0px;
}

a.fonte_branca:hover {
	text-decoration:none;
 	color:#999999;
}

.fonte_preta{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	font-weight:normal;
}

a.fonte_preta:link {
  	text-decoration:none;
	border:0px;
}

a.fonte_preta:hover {
	text-decoration:none;
 	color:#999999;
}

.fonte_cinza_escuro {
	font-family:Tahoma;
	color:#444444;
	font-size:11px;
	font-weight:normal;
}

a.fonte_cinza_escuro:hover {
	text-decoration:none;
	color:#0000FF;
}

a.fonte_cinza_escuro:link {
	text-decoration:none;
}


.fonte_cinza_pequeno {
	font-family:Tahoma;
	color:#444444;
	font-size:9px;
	font-weight:normal;
}

a.fonte_cinza_pequeno:hover {
	text-decoration:none;
	color:#0000FF;
}

a.fonte_cinza_pequeno:link {
	text-decoration:none;
}

.fonte_azul {
	font-family:Tahoma;
	color:#0066B2;
	font-size:11px;
	font-weight:normal;
}

a.fonte_azul:hover {
	text-decoration:none;
	color:#004A82;
}

a.fonte_azul:link {
	text-decoration:none;
}

.fonte_azul_maior {
	font-family:Tahoma;
	color:#0066B2;
	font-size:16px;
	font-weight:normal;
}


.fonte_laranja {
	font-family: Tahoma;
	color:#FF9900;
	font-size:11px;
	font-weight:normal;
}

a.fonte_laranja:hover {
	text-decoration:none;
	color:#FF6600;
}

a.fonte_laranja:link {
	text-decoration:none;
}

.fonte_verde {
	font-family: Tahoma;
	color:#006600;
	font-size:11px;
	font-weight:normal;
}

a.fonte_verde:hover {
	text-decoration:none;
	color:#00CC66;
}

a.fonte_verde:link {
	text-decoration:none;
}

/*FORMAS*/


.combox {
	border-style:inset;
	border-width:1px;
	border-color:#999999;
	font-family:Tahoma;
	color:#444444;
	font-size:11px;
	font-weight:normal;
	background-color:#EDEDED;
}

.latetal_barra {
	border:solid;
	border-color:#333333;
	border-bottom-width:0px;
	border-right-width:1px;
	border-left-width:0px;
	border-top-width:0px;
}

.barra_sem_linha_topo {
	border:solid;
	border-color:#333333;
	border-bottom-width:1px;
	border-right-width:1px;
	border-left-width:1px;
	border-top-width:0px;
}

.forma_sem_conteudo {
	border:solid;
	border-width:1px;
	border-top-color:#BCBCBC;
	border-left-color:#BCBCBC;
	border-right-color:#A4A4A4;
	border-bottom-color:#A4A4A4;

}

.forma_interna {
	border:solid;
	border-width:1px;
	border-top-color:#ffffff;
	border-left-color:#ffffff;
	border-right-color:#A4A4A4;
	border-bottom-color:#A4A4A4;
	background-color:#EAECE9;
}