a:link {
	color:#333333; 
	font-family: Arial; 
	text-decoration:none; 
}
a:visited {
	color:#524F4E; 
	font-family: Arial; 
	text-decoration:none; 
}
a:hover {
	color:#C71A14; 
	font-family: Arial; 
	text-decoration:underline; 
}
.img_fundo {
	background-attachment: fixed;
	background-image: url(../imagens/linha_fundo.jpg);
	background-repeat: repeat-y;
	background-position: right center;
}
.mao {
	cursor: hand;
}
.texto{
	font-family: Arial;
	font-size: 11px;
	font-weight:normal;
	color: #333333; 
}

