.corpo, .p, p, td {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt;
}
font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.titulo1, .h1, h1 {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14pt; 
	font-weight: bold; 
	color: #006600;
}
.titulo2, .h2, h2 {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12pt; 
	font-weight: bold; 
	color: #006600;
}
.titulo3, .h3, h3 {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: bold;
}
.citacoes, .small, small {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 7pt;
}
body {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt;
}

/* Links */
a:hover {
	color : #000000;
}
a {
	text-decoration: none;
	color : #004A4A;
}
a:active {
	text-decoration: none;
	color : #000000;
}



.botao, .mtbd_form_input_button, .mtbd_form_input_submit  {
	/* Destativado em 15/07 para utilizar widget nativo do SO
	background : #c7e1c6;
	border : 1px solid #005E5E;
	color: #006600;
	height: 20px;
	*/
}
.campo, .mtbd_form_input_text, .mtbd_form_input_textarea, .mtbd_form_input_file {
	background : #FFFFFF;
	border : 1px solid #005E5E;
}
div.moldura	{
	FONT-SIZE: 15px;
	COLOR: #FFFFFF;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: Teal;
	font-weight: bold;
	padding: 3px;
}

/* Posicionamento */
#mtbd_topo {
	position: absolute;
	top: 0;
	left: 0;
	width: 99%;
	background-color: #D2DBD8;
	border-bottom: 2px solid Teal;
	overflow: hidden;
	z-index: 10;
	padding: 2px 1px 0 2px;
	visibility: hidden;
}
#mtbd_ferramentas {
	
}
.mtbd_titulo, #mtbd_topo h1 {
	background-color: Teal;
	width: 100%;
	font-size: 15px;
	color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 3px;
	margin: 0 0 2px 0;
}

#mtbd_rodape {
	position: absolute; 
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background-color: #D2DBD8;
	border-top: 2px solid Teal;
	z-index: 11;
	overflow: hidden;
	visibility: hidden;
}

#mtbd_conteudo {
	position: absolute;
	top: 93px;
	height: 100%;
	width: 100%;
	overflow: auto;
	visibility: hidden;
}

a.opcao {
	display: block;
	border: 1px solid #005E5E;
	padding: 2px;
	font-size: 12px;
	width: 104px;
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #D2DBD8;
	/*cursor: hand;*/
	font-weight: bold;
	text-align: center;
}
a.opcao:visited {
	color: black;
}
a.opcao:hover {
	background-color: #005E5E;
	color: white;
	text-decoration:none;
}



.dinTexto {
	border: none;
	background-color: transparent;
}

.titulos_tabelas, th, thead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	background-color: #c7e1c6;
}

.fundo_destaque {
	background-color: #c7e1c6;
}

.painel {
	position:absolute;
	overflow:auto;
	background-color: #E9EBEB;
	border: 1px solid #005E5E;
}

legend {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: bold;
	color: #006600;
}

.linha {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* Tabelas */
#tabela_dados {
	border: 2px solid #c7e1c6;
	/*border-collapse:collapse;*/
}

#tabela_dados td {
	padding: 1px;
	border: 1px solid #c7e1c6;
}

@media print {
	#mtbd_ferramentas { display: none; }
	#mtbd_navegacao { display: none; }
	#mtbd_busca_rapida { display: none; }
	#mtbd_rolar_direita_navegacao, #mtbd_rolar_esquerda_navegacao { display: none; }
	#mtbd_conteudo { height: auto; width: auto; overflow: visible; position: relative; margin: 20px auto }
	#mtbd_rodape { display: none; }
	#mtbd_fechar { display: none; }
	.nao_imprimir { display: none; }
}