#links, #links a:active, #links a:visited, #links a:hover, #links a:link{
font-size:9px;
color:#ffffff;
font-weight:bold;
text-decoration:none;
}

.fundo_cima {
	background-attachment: fixed;
	background-image: url(../imagens/splash/fundo_cima.jpg);
	background-repeat: no-repeat;
	background-position: middle bottom;
}

.fundo_baixo {
	background-attachment: fixed;
	background-image: url(../imagens/splash/fundo_baixo.jpg);
	background-repeat: no-repeat;
	background-position: middle top;
}

.fundo_esquerda {
	background-attachment: fixed;
	background-image: url(../imagens/splash/fundo_esquerda.jpg);
	background-repeat: no-repeat;
	background-position: left center ;
}

.fundo_direita {
	background-attachment: fixed;
	background-image: url(../imagens/splash/fundo_direita.jpg);
	background-repeat: no-repeat;
	background-position: right center ;
}

.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: 6f7863;
	background-color: #333333;
	height: 18px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
