/*
*********************************************************
Contas Públicas - estilo impressão
*********************************************************
*/
body{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000;

}
img, #tools {
	display: none;
}
td.valor {
	text-align: right;
}
td.valor-destaque{
	text-align: right;

}
td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #666666;
}
table {
	padding: 5px;
	width: 100%;
}

h2 {
	font-size: 1.67em;
	font-weight: bold;
	padding-bottom: 10px;
	margin: 0px;
}
.titulo {
	font-weight: bold;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-decoration: underline;
}
p {
	margin: 0px;
}
#cabecalho-relatorio {
	padding-bottom: 10px;
}
