@charset "iso-8859-1";
.texto {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #333333;
}
.texto2 {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #333333;
}
.textoMaior {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	color: #333333;
}
.textoVermelho {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #FF0000;
}
.textoPq {
	font-family: "Trebuchet MS", Arial;
	font-size: 10px;
	color: #333333;
}

/* FORMULÁRIO */

.form {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #333333;
	border-width:1px;
	border-color:#3E79AA;
	border-style:solid;
	background-color:#E4EFF5;
}

