.conteudo {
	font-family : Tahoma;
	font-size : 11px;
	color : #4B4B4B;
}

.conteudo:link {
	font-family : Tahoma;
	font-size : 11px;
	color : #4B4B4B;
}
.conteudo:visited {
	font-family : Tahoma;
	font-size : 11px;
	color : #4B4B4B;
}
.conteudo:hover {
	font-family : Tahoma;
	font-size : 11px;
	color : #4B4B4B;
	text-decoration: none;
}

.conteudob {
	font-family : Tahoma;
	font-size : 11px;
	color : #8E8E8E;
	font-weight : bold;
}

.menu {
	height: 25px;
	valign: middle;
	text-align: center;	
}

.menu a{
	font-family : Arial;
	font-weight: bold;
	font-size : 11px;
	color : #FFFFFF;	
	text-decoration: none;
	margin-right: 7px;
	margin-left: 7px;
}

.menu a:link {
	font-family : Arial;
	font-size : 11px;
	font-weight: bold;
	color : #FFFFFF;	
	text-decoration: none;
}

.menu a:hover {
	font-family : Arial;
	font-size : 11px;
	font-weight: bold;
	color : #FCC634;
	text-decoration: none;	
}

.divisor_menu{
	font-family : Arial;
	font-size : 11px;
	font-weight: normal;
	color : #FCC634;
}

.tabela {
	width: 760px;
	left:50%;
	margin-left:-380px;
	height: 600px;
	top:50%;
	margin-top:-300px;
	position:absolute;
}