body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #d9e6f7;
}
form {
	margin:0px;
}
.texto_rodape {
	font-size: 12px;
	color: #092061;
}
.texto_basico {
	font-size: 12px;
	color: #000000;
}
.texto_descricao {
	font-size: 10px;
	color: #3e6aaa;
}
.texto_titulo {
	font-size: 14px;
	color: #0000ff;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

