﻿@media print 
{
	
	/* Remove unwanted elements */
	#topMenuLanguageContainer, #topMenuBlockContainer, #leftBar, #searchBar, #footer
	{
		display: none;
	}

	/* Ensure the content spans the full width */
	 #mainContent, #rightBar, #rightBarContent
	{
		width: 100%; margin: 0; padding:0; float: none;
	}

	/* Change text colour to black (useful for light text on a dark background) */
	p, .grey12, .grey10
	{
		color: #000;
		font-family:Arial, Verdana;
		font-size:10pt;
	}
	
	table tr td
	{
		color: #000;
		font-family:Arial, Verdana;
		font-size:10pt;
	}
	
	ul li
	{
		color: #000;
		font-family:Arial, Verdana;
		font-size:10pt;
	}

	/* Improve colour contrast of links */
	a:link, a:visited
	{
		color: #781351
	}

}