a.normal:link {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
     
}
a.normal:visited {
	color: #999999;
	text-decoration: none;
	font-weight: bold;     
}
a.normal:hover {
	color: #333333;
	text-decoration: none;
	font-weight: bold;     
}
a.normal:active {
	color: #999999;
	text-decoration: none;
	font-weight: bold;     
}
.esquerda {
	background-color: #FFFFFF;
	width: 50%;
	background-attachment: fixed;
	background-image: url(Fesquerda.gif);
	background-repeat: repeat-y;
	background-position: left top;

}
.direita {
	background-color: #FFFFFF;
	width: 50%;
	background-attachment: fixed;
	background-image: url(Fdireita.gif);
	background-repeat: repeat-y;
	background-position: right top;

}
