/* CSS Document */
.texto {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #838E96;
	letter-spacing: 0.04em;
	line-height: 16px;
}
a:link {
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #999999;
}
.fundo {
	background-image: url(../img/fundo.jpg);
	background-repeat: no-repeat;
}
.preload {display: none;}
.formulario {
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 2px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #6B737A;
	letter-spacing: 0.04em;
}
