/*
body * {
	display:none;
	
}
.printable, .printable > * {
	display: block !important;
}
*/


body {
	margin: 0px;
	color: #444444;
	font-size: 10px;
	background-color:#FFF; !important
}

a[href]:after {
    content: none !important;
}

.no-print, .no-print * {
    display: none !important;
}

/*
* {
	display: none;
}
*/
/*
.yesprint {
	display: block !important;
}
*/
/*
.tbrelatorios td {
	padding: 0px 4px !important;
}
*/


