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

.Titulo {
	font-family: Arial;
	font-size: 22px;
	font-weight: normal;
	color: #ff6000;
}
.SubTitulo {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #2481FD;
}
.Texto {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
