/* Configurações do Site... */
 img{
 border-color:#000000
 }

 body{
 
	background-image:url(layout/fundo.gif);
	background-attachment:fixed;
	background-position:70px;
	
	overflow-x: hidden;	 
	margin-left: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000
}
 
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: underline;
	color: #003366;
}
a:active {
	text-decoration: none;
	color: #003366;
}

.textoPag {font-family: Arial, Helvetica, sans-serif; 
			font-size: 12px;
			text-indent: 35.4pt; 
			}
			
.texto {font-family: 
		Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		}
		
.legendas {font-family: Arial, Helvetica, sans-serif; font-size: 9px; }
.titulos {font-family: Arial, Helvetica, sans-serif; 
		  font-weight: bold; 
		  color: #000066; 
		  font-size: 14px; 
		  text-indent: 35.4pt; 
		  }
.subtitulos {text-indent: 35.4pt; font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #000066; font-size: 12px; }

.menu{
 
	background-image:url(layout/menu.gif);
	background-attachment:fixed;
}
