@charset "ISO-8859-1";
div,h1,h2,h3,h4,h5,h6,p,pre,adress,blockquote,spam,ol,dl,dd,dt,img {
	margin: 0px;
	padding: 0px;
}
#tabela_menu {
	text-align: left;
	vertical-align: text-top;
	font-size: 16px;
	line-height: 24px;
	text-transform: capitalize;
}
#tabela_menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.menu a     {
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #242424;
	text-align: right;
	white-space: pre;
	margin-top: 4px;
	overflow: visible;
	padding-right: 10px;
	background-color: #FFF;
}
.menu a:hover {
	color: #FFF;
	background-color: #242424;
}
.menu_active a {
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #FF7F00;
	text-align: right;
	white-space: pre;
	padding-right: 10px;
	margin-top: 4px;
	overflow: visible;
	background-color: #FFF;
}
#tabela_conteudo {
	width: 1200px;
	height: 525px;
	margin-left: 10px;
}
#tabela_rodape {
	width: 1200px;
	margin-top: 0px;
	margin-left: 10px;
	height: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #666;
}
#tabela_rodape a{
	color: #666;
}
#tabela_rodape a:hover{
	color: #999;
}
