/*@media print {*/
	*{
		margin: 0px;
		padding: 0px;
		color: #000000;
	}

	table tr td{
		border: solid 1px #000000;
	}
	table {page-break-inside: avoid; visibility: visible !important;}
	table{
		max-width: 666px;
		width: auto !important;
		width: 666px;
/*		page-break-before: always;*/
	}
/*	ul, ul li, li, .debug{
		visibility: hidden;
		display: none;
	}*/
	ul {
		list-style: none;
	}
	hr{
		page-break-after: always;
		visibility: hidden;
	}
/*}*/
#cabecalho, #barra, .debug{
		visibility: hidden;
		display: none;
}
@page{
	table{
/*		page-break-before: always; */
	}
}
@media print {
	table{
		max-width: 666px;
		width: auto !important;
		width: 666px;
/*		page-break-before: always; */
	}
}
hr:before {
    content: "";
    display: block;
    margin-top: 2em;
    text-align: center;
}
.preenche1{
	font-weight: bold;
	background-color: #DDDDDD;
}
font{
	 font-style: italic;
}

