@charset "utf-8";
/* CSS Document */

.texto {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

.texto_form {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #333;
}

.texto_branco {
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
}

.texto_amarelo {
	color: #FF3;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight:bold;
}

.texto_preto {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fe2boe; 
	font-weight: bold;
	font-size: 13px;
}

.texto_preto20 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 20px;
	text-decoration:none;
}

.texto_laranja20 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FF280C; 
	font-size: 20px;
	text-decoration:none;
}

.contorno01 {
	border: 1px solid #CCC;
}

.hide_{
	display: none;	
}

.show_{
	display: block;	
}