.texto {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
}
.fundo_rodape {
	background-attachment: fixed;
	background-image: url(../imgs/rodape.jpg);
	background-position: left left;
}
.fundo_home {
	background-attachment: fixed;
	background-image: url(../imgs/fundinho_home.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}
.fundo_menu {
	background-attachment: fixed;
	background-image: url(../imgs/fundo_menu.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}
.fundo_topo {
	background-attachment: fixed;
	background-image: url(../imgs/topo.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}
.fundo_index {
	background-attachment: fixed;
	background-image: url(../imgs/fundo_index.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}
.mao {
	cursor: hand;
}
a:link {
	color:#000000; 
	font-family: Tahoma; 
	
	text-decoration:none; 
}
a:visited {
	color:#000000; 
	font-family: Tahoma; 

	text-decoration:none; 
}
a:hover {
	color:#0199FE; 
	font-family: Tahoma; 
	
	text-decoration:underline; 
}