body {
background-image:url(imagens/bg.jpg);
background-repeat: repeat-x;
background-position: 0px 0px; 
}


.submenu {
	font-family: Verdana;
	font-size: 11px;
	line-height: 18px;
	color: #463D50;
}
.texto {
	font-family: Verdana;
	font-size: 11px;
	color: #463D50;
	line-height: 18px;
	
}
.rodape {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: 700;
	color: #463D50;
	text-decoration: none;

}

.tabelaprincipal {
border:solid 10px #FFFFFF;
}

a:link {
	font-family: Verdana;
	font-size: 11px;
	color: #463D50;
	text-decoration: none;

}
a:visited {
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
	text-decoration: none;

}
a:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	font-family: Verdana;
	font-size: 11px;
	color: #FF6600;
	text-decoration: none;

}