.textoRodape {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #CCC;
	text-align: right;
}
.cabecalho {
	background-repeat:repeat-x;
	background-attachment: fixed;
	background-image: url(../images/cabecalho.png);
}
.textoMenu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666;
	text-align: center;
}
.fundoMenu {
	background-repeat: repeat-x;
	height:300px;
	width:960px;
	background-attachment: scroll;
	background-image:url(../images/menu.jpg);
}
.textoPrincipal {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666;
	text-align: justify;
	vertical-align:top;
	line-height: 20px;
}
