/* Estilos */
<!--
.fundo {
	background-attachment: fixed;
	background-image: url(imagens/fundoDegrade.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.fundo2 {
	background-attachment: fixed;
	background-image: url(imagens/header2.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.fundoRodas {
	background-attachment: fixed;
	background-image: url(imagens/rodas.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.linhaBranca {
	background-color: #FFFFFF;
	width:1px;
}
.menuOff {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #422103;
	text-decoration: none;
	font-weight: bold;
	background-color:#FACC86;
	cursor:hand;
	text-align:center;
}
.menuOn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color:#422103;
	cursor:hand;
	text-align:center;
}
.textoNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #422103;
	text-align:justify;
}
.textoTitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #422103;
	font-weight: bold;
	text-align:left;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #422103;
	text-align:justify;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #422103;
	text-align:justify;
	font-weight:bold;
	text-decoration:underline;
}
#loader{
	position: fixed;
	width: 100%;
	height: 100vh;
	background: #FFFFFF url('intro.gif') no-repeat center;
	z-index: 999;
}
	

-->
