@media print
{

#nav-area /*  REMOVES GRAPHICS FOR PRINT  */
	{
	display: none !important;
	}

body
	{
	color: #000000 !important;
	}
	
a
	{
	font-size: 8pt !important;
	color: black !important;
	text-decoration: underline !important;
	}

h1
	{
	font-size: 14pt !important;
	color: black !important;
	}

img
	{
	display: none;
	}

.table  /*table widths setting - where applied*/
	{
	width: 17.5cm !important;
	}
	
.logo
	{
	display: none !important;	
	}

}