@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: #000000;
    text-decoration:underline;
}

a:active {
    color: #000000;
    text-decoration:none;    
}

.texto {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	vertical-align: top;
	line-height: 20px;
}
.texto_branco {
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-align: justify;
	vertical-align: top;
	line-height: 20px;
}
.texto_2 {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	vertical-align: top;
	line-height: 20px;
}

.texto_caixa {
	font-size: 12px;
	color: #000000;
	vertical-align: top;
	font-style: normal;
	line-height: 20px;
}
.texto_negrito {
	font-size: 12px;
	font-weight: bold;
	color: #414141;
	text-align: justify;
	vertical-align: top;
}
.titulo_preto {
	font-size: 15px;
	font-weight: bold;
	color: #303030;
	text-align: justify;
	vertical-align: top;
}
.titulo_cinza {
	font-size: 12px;
	font-weight: bold;
	color: #A4A4A4;
	text-align: justify;
	vertical-align: top;
}
.titulo_branco {
	font-size: 12px;
	font-weight: bold;
	color: #f5f5f5;
	text-align: justify;
	vertical-align: top;
}
.texto_rodape {
	font-size: 10px;
	color: #f5f5f5;
}
