/* Hide banner and navigation elements */
.unprintable {
    display: none;
}

table tr td{
	text-align:left;
    background:gray;
}



body {
    color: black;
    background-color: white;
		font-family: Garamond, Times, "Times New Roman", Times, serif;
}


div#reportContainer
{
   height:auto;	

}

