.titulo {
	font-family: Arial;
	font-size: 18pt;
	font-weight: bold;
	color: rgb(255,255,255);
}

.subtitulo {
	font-family: Arial;
	font-size: 16pt;
	font-weight: bold;
	color: rgb(108,19,129);
}

.txtintro {
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: rgb(204,183,228);
}

.txtform {
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: rgb(44,23,136);
}

.frmform {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

.txtnormal {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: rgb(33,32,87);
}

.txtresaltado {
	color: rgb(44,23,136);
}

A:link {	
	color: rgb(238,213,143);
	text-decoration: none;
}

A:visited {	
	color: rgb(238,238,238);
	text-decoration: none;
}
