BODY{
	/*background-color:#E2AF0D;*/
	background-color:#FDC900;
	font-family: Arial;
	font-size:12px;
	color:#000000;
}

.texto{
	font-family: Arial;
	font-size:12px;
	color:#000000;
	text-align: justify;
}
.textoSmall{
	font-family: Arial;
	font-size:10px;
	color:#000000;
}
.tituloCaixa{
	font-family: Arial;
	font-size:14px;
	color:#FFFFFF;
}
.link{
	text-decoration:none;
}
.link:hover{
	text-decoration:underline;
}
.texto_conteudo{
	font-family: Arial;
	font-size:11px;
	color:#808285;
}
.texto TABLE{
	font-family: Arial;
	font-size:11px;
	color:#808285;
}
.tituloProjecto{
	font-family: Arial;
	font-size:15px;
	color:black;
	font-weight:bold;
}
.subTitulo{
	font-family: Arial;
	font-size:11px;
	color:#808285;
}
.tituloConteudo{
	font-family: Arial;
	font-size:14px;
	color:#7082B5;
	text-transform: uppercase;
	border-bottom: 1px dashed #7082B5;
}
.linkNoticia:hover{
	text-decoration:underline;
}
.linkNoticia{
	text-decoration:none;
}
.textoDestaque{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #949699;	
	text-decoration: none;
}

.textoDestaque:hover{
	text-decoration: none;
}


.tituloDestaqueFundo{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7383b6;	
	text-decoration: underline;
	font-weight: bold;
}
.tituloDestaqueFundo:hover{
	text-decoration: none;
}
.tituloDestaqueFundoMain{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #BEBEBE;	
	font-weight: bold;
}
.linksMenuTop{
	font-family: Arial;
	font-size:11px;
	font-weight: bold;
	color:#000000;
	text-decoration: none;
}
.linksMenuTop:hover{
	font-family: Arial;
	font-size:11px;
	color:#000000;
	font-weight: bold;
	text-decoration: underline;
}
.noticiasLeft{
	/*background-color: #E8E8E8;*/
}
.linksNoticiasLeftTitulo{
	font-family: Arial;
	font-size:11px;
	font-weight: bold;
	color:#666666;
	text-decoration: none;
}
.linksNoticiasLeftTitulo:hover{
	font-family: Arial;
	font-size:11px;
	color:#666666;
	font-weight: bold;
	text-decoration: underline;
}
.linksNoticiasLeftTexto{
	font-family: Arial;
	font-size:11px;
	color:#666666;
	text-decoration: none;
}
.linksNoticiasLeftTexto:hover{
	font-family: Arial;
	font-size:11px;
	color:#666666;
	text-decoration: underline;
}
.tituloCabecalho{
	font-family: Arial;
	font-size:11px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration: none;
	background-color:#EE9200;
}
.headerProduto{
	font-family: Arial;
	font-size:20px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration: none;
}
.tituloFamiliasLeft{
	font-family: Arial;
	font-size:11px;
	color:#333333;
	font-weight: bold;
	text-transform: uppercase;

}
.texto H2{
	font-family: Arial;
	font-size:16px;
	font-weight: bold;
	color:#333333;
	text-decoration: none;
}
.texto H3{
	font-family: Arial;
	font-size:14px;
	font-weight: bold;
	color:#333333;
	text-decoration: none;
}
.inputForm{
	font-family: Arial;
	font-size:10px;
	border:none;
}

.linksServicos:hover{
	font-family: Arial;
	font-size:12px;
	text-decoration:underline;
	color: white;
}
.linksServicos{
	font-family: Arial;
	font-size:12px;
	text-decoration:none;
	color: white;

}
.linksServicosSelected{
	font-family: Arial;
	font-size:12px;
	text-decoration:none;
	color: black;
	font-weight:bold;

}
.alignRight{
	text-align: right;
}