html {
     width:100%
}

body {
    background-color: #fff;
    color: #000;
    font-size: 12pt;
}

a {
    color: #000;
}

img {
    border: 0;
}

.img_hdr {
	width: 50%
}



@media print
{
    #pager,
    form,
    .no-print
    {
        display: none !important;
        height: 0;
    }


    .no-print, .no-print *{
        display: none !important;
        height: 0;
    }
	
	 .hide-from-screen {
		 	display:inline;
			text-align:left;
	 }
	
}


h1, h2 {
    page-break-before: auto;
}

p {
    page-break-inside: avoid;
}