@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/fundosite.jpg);
	background-repeat: no-repeat;
	text-align: center;
}
.tabelacapa {
	background: url(images/fundotabcapa.png) no-repeat center top;
	background-repeat: no-repeat;
}
.menum {
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	background: url(images/menu.png) no-repeat center center;
	font-size: 18px;
	font-weight: bold;
}
a {
	font: bold  18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
}
a:hover {
	font: bold  18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: underline;
}
