.TabelaCentral {
	border-top: 1px solid #000000;
	border-right: 2px solid #AAA;
	border-bottom: 1px solid #000000;
	border-left: 2px solid #AAA;
}
.style1 {color: #eec}
.style2 {
	color: #fc0;
	font-weight: bold;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(imagens/fundo/background.gif);
	background-repeat: repeat-x;
	background-color: #eee;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
}
.style4 {color: #eec; font-weight: bold; }

#menu{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #99FF00;
	background-position: center center;
	list-style-type: upper-alpha;
	
	}
	
#menu li{
	list-style: circle url(none) inside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
		
	}
#menu li a{
		color: #78a;
		font-weight: bold;
		font-size: 9px;
	}
