@charset "utf-8";
/* CSS Document */

Remove unwanted elements 
#websiteTools, #websiteTools a, #nav, img, #resourceCenter, #preview, #container-foot, .sideBar
{
	display:none;
}


#printLogo /* added for printing the page */
{
	display:block;
} 

table
{
 empty-cells:hide;
 }
table td
{
	width:100%;
}
p
{
	width:100%;
	color:black;
	font-size:18px;
	line-height:24px;
	text-align:left;
}


.print {visibility:visible;}


form {
	display:none !important;
}


