/* #### TEMPLATE #### */

body {
	margin: 0px;
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;

}
input, textarea {
	border: 1px solid #999999;
}
h1.conteudo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight: bold;
	color: #000000;
	border-bottom: 1px dotted #999999;
	margin: 10px 0px 10px 0px;
}
table.resultado {
	border-bottom: 2px solid #000000;
}
table.resultado th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	padding: 3px;
	border-bottom: 2px solid #000000;
	border-top: 2px solid #000000;

}
table.resultado td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 3px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #999999;
}
div.rodape {
	margin: 20px 0px;
	text-align: center;
	color: #999999;
	border-top: 1px solid #999999;
	width: 95%;
	padding: 5px;
}
div.tabela_busca {
	visibility:hidden;
	overflow: scroll;
	height: 1px;	
}
