@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
    color: #333333;
    text-decoration:none;
}

a:visited {
    color: #333333;
    text-decoration:none;    
}

a:hover {
    color: #CCCCCC;
    text-decoration:underline;
}

a:active {
    color: #CCCCCC;
    text-decoration:none;    
}

.texto {
	font-size: 12px;
	font-weight: normal;
	color: #676A6F;
	text-align: justify;
	vertical-align: top;
	line-height: 20px;
}
.texto_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #757C86;
}

.texto_2 {
	font-size: 12px;
	font-weight: normal;
	color: #676A6F;
	vertical-align: top;
	line-height: 20px;
}

.texto_caixa {
	font-size: 12px;
	color: #676A6F;
	vertical-align: top;
	font-style: normal;
	line-height: 20px;
}
.texto_negrito {
	font-size: 12px;
	font-weight: bold;
	color: #676A6F;
	text-align: justify;
	vertical-align: top;
}
.texto_negrito2 {
	font-size: 12px;
	font-weight: bold;
	color: #83868B;
	text-align: justify;
	vertical-align: top;
}
.titulo_preto {
	font-size: 15px;
	font-weight: bold;
	color: #676A6F;
	text-align: justify;
	vertical-align: top;
}
.texto_rodape {
	font-size: 10px;
	color: #676A6F;
}
