/* CSS Document */
.texto_corrido {
	color: #131313;
	font-weight: normal;
	font-family: "Arial";
	font-size: 12px;
	text-align:justify;
}
.texto_titulos {
	color: #000e55;
	font-weight: bold;
	font-family: "Arial";
	font-size: 18px;
}
.texto_titulos1 {
	color: #000e55;
	font-weight: normal;
	font-family: "Arial";
	font-size: 15px;
}
.texto_bemvindo1 {
	color: #ff0000;
	font-weight: bold;
	font-family: "Arial";
	font-size: 20px;
}
.texto_bemvindo2 {
	color: #ff0000;
	font-weight: bold;
	font-family: "Arial";
	font-size: 13px;
}
.texto_bemvindo3 {
	color: #ff0000;
	font-weight: normal;
	font-family: "Arial";
	font-size: 13px;
}
.fonte_clara {
	font-family: "Microsoft Sans Serif";
	font-size: 7pt;
	color: #AFAFAF;
	text-decoration:none;	
}

.link1 {
	font-family: "Arial";
	font-size: 10pt;
	color: #ffffff;
	text-decoration:none;
	font-weight:normal;
}
.link {
	font-family: "Arial";
	font-size: 8pt;
	color: #ff0000;
	text-decoration:none;
	font-weight:normal;
}
.forms {
	font-family: "Microsoft Sans Serif";
	font-size: 8pt;
	color: #0f0f0f;
	border: 1px solid #000000;
}
.botao {
	font-family: "Microsoft Sans Serif";
	font-size: 8pt;
	color: #000000;
	border: 1px solid #000000;
}