/* CSS para impressão */

body {
    font-size: 8pt !important;
    size: landscape !important;
	width: 287mm !important;
	height: 200mm !important;
    font-family: Arial, Helvetica, sans-serif;
	margin: 0 !important;
    padding: 0 !important;
}

h3{
	font-size: 1.1em !important;
}
h2{
	page-break-before: auto !important;
    font-size: 1.3em !important;
}
h1{
	font-size: 1.5em !important;
}

th {
    background: #eeeeee !important;
}

@Page
{
	size: landscape !important;
	margin: 1cm !important;
    padding: 0 !important;
}

a img {
    border: none;
}



