@charset "utf-8";
/* CSS Document */
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#FF9933;
}
#tabela_base{
	position: absolute;
 	left: 50%;
 	top: 0px;
 	width: 760px;
 	margin-left: -380px;
	text-align:center;
	background-color:#FFFFFF;
}
.titulo_tabela{
	font-weight:bold;
	font-size:14px;
	color:#000000;
}
.sub_titulo_tabela{
	font-size:9px;
	color:#000000;

}
.externa_topo{
	text-align:center;
}
.externa_meio{
	text-align:center;
	background-image:url(web/tabela/tab_exter.jpg);
	background-repeat:repeat-y;
	background-position:center;
}
.externa_base{
	text-align:center;
}
.interna_topo{
	text-align:center;
}
.interna_meio{
	text-align:center;
	background-image:url(web/tabela/tab_int.jpg);
	background-repeat:repeat-y;
	background-position:center;
}

.interna_base{
	text-align:center;
}
.rodape{
	text-align:center;
}
.menu{
	text-align:center;
	color:#000000;
	background-color:#FF9933;
	font-size:12px;
	font-weight:bold;
	padding:4px;
}

.equipe_tabela{
	text-align:center;
	color:#000000;
	background-color:#FEEEDE;
	font-size:12px;
	padding:4px;
}

.equipe_tabela_titulo{
	text-align:center;
	color:#FFFFFF;
	background-color:#FF9966;
	font-size:13px;
	font-weight:bold;
	padding:4px;
}

.tabela_info{
    text-align: justify;
	text-indent:inherit	
}

.tabela_info_titulo{
	padding-top:15px;
	font-size:15px;
	font-weight:bold;
	font-style:italic;
	text-indent:inherit;
	color:#FF6600;	
}

.tabela_info_subtitulo{
	font-size:12px;
	font-weight:bold;
	text-indent:inherit;
	color:#FF6600;	
}

.mapa{
	text-align: center;
	background-image:url(web/tabela/locallizacao.jpg);

}

a:link {
 text-decoration: none;
 color:#000000;
}
a:visited {
 text-decoration: none;
 color:#000000;
}
a:active {
 text-decoration: none;
}
a:hover {
 text-decoration: none; 
 color: #666666;
}