/* MENU BRANCO.asp */
.topoBranco {
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #7F7F7F;
	padding: 0 2px 0 0;
}

.txtTopo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #7F7F7F;
	text-decoration:none;
}

a:hover.txtTopo {
	text-decoration:underline;
}

/* MENU VERDE */
.topoVerde {
	background-color:#598527;
}

/* LINHA BRANCA */
.linhaBranca {
	background-color:#FFFFFF;
	line-height:1px;
}

/* TOPO */
.topoLogo {
	background-color:#0C5A71;
}

/* CONTEÚDO */
.conteudoAmareloAzul {
	background-color:#F8F8F4;
	color: #00384A;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size:12px;
}

.conteudoAmarelo {
	background-color:#F8F8F4;
}

.conteudoAmareloVerde {
	background-color:#F8F8F4;
	color: #436E14;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size:12px;
}

.conteudoBrancoAzul {
	background-color:#FFFFFF;
	color: #00384A;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size:12px;
}

.conteudoAmareloPequenoAzul {
	background-color:#F8F8F4;
	color: #00384A;
	font-family: Arial, "Trebuchet MS", Tahoma, Verdana;
	font-size:10px;
	text-decoration:none;
}

a:hover.conteudoAmareloPequenoAzul {
	text-decoration:underline;
}

.conteudoAmareloPequenoVerde {
	background-color:#F8F8F4;
	color: #436E14;
	font-family: Arial, "Trebuchet MS", Tahoma, Verdana;
	font-size:10px;
	text-decoration:none;
}

a:hover.conteudoAmareloPequenoVerde {
	text-decoration:underline;
}

.conteudoBrancoPequenoVerde {
	background-color:#FFFFFF;
	color: #436E14;
	font-family: Arial, "Trebuchet MS", Tahoma, Verdana;
	font-size:10px;
	text-decoration:none;
}

a:hover.conteudoBrancoPequenoVerde {
	text-decoration:underline;
}

.conteudoBrancoPequenoAzul {
	background-color:#FFFFFF;
	color: #00384A;
	font-family: Arial, "Trebuchet MS", Tahoma, Verdana;
	font-size:10px;
	text-decoration:none;
}

a:hover.conteudoBrancoPequenoAzul {
	text-decoration:underline;
}


.conteudoBranco {
	background-color:#FFFFFF;
}

.conteudoBrancoVerde {
	background-color:#FFFFFF;
	color: #436E14;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size:12px;
	text-decoration:none;
}

a:hover.conteudoBrancoVerde {
	text-decoration:underline;
}

.conteudoBrancoVerdeNegrito {
	background-color:#FFFFFF;
	color: #436E14;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}

a:hover.conteudoBrancoVerdeNegrito {
	text-decoration: underline;
}

/* RODAPÉ */

.linhaVerde {
	background-color:#598527;
	line-height:6px;
}

.txtAzul {
	color: #00384A;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	font-size:10px;
	padding: 15px 0 0 0;
}

.txtAzulFraco {
	color: #7F9BA4;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	font-size:11px;
	text-decoration:none;
}

a:hover.txtAzulFraco {
	text-decoration:underline;
}

.fundoRodape {
	background-image:url(imgs/rodapeFundo.gif);
	background-repeat:no-repeat;
}

/* INTERNAS */

.conteudoInterno {
	background-color:#FFFFFF;
	color: #00384A;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size:13px;
	text-decoration:none;
}

a {
	background-color:#FFFFFF;
	color: #00384A;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size:13px;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.conteudoInternoVerde {
	background-color:#FFFFFF;
	color: #436E14;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size:13px;
}

.form {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size:11px;
	background-color:#F8F8F4;
	border: 1px solid #00384A;
	width:250px;
	color: #436E14;
	
}

.botao {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size:11px;
	color:#FFFFFF;
	background-color:#00384A;
	border: 1px solid #436E14;
}

.foto {
	border: 1px solid #436E14;
}