@charset "windows-1250";
.texto_cinza {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.texto_vermelho {
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	font-weight: bold;
	color: #201F1D;
	text-decoration: none;
}
.formulario {
	font-family: Tahoma, Verdana, Arial;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #454545;
	border: 1px ridge #CCCCCC;
	font-size: 12px;
}
.texto_pequeno {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.texto_grande {
	font-family: Tahoma, Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #232323;
	text-decoration: none;
}

