/* Remove unwanted elements */

.menu, .noprint {display: none;}

/* Ensure the content spans the full width 
#container, #container2, #content
{
width: 100%; margin: 0; float: none;
}*/

/* Change text colour to black (useful for light text on a dark background) */

.copyright {
	text-align: center;
	vertical-align:bottom;
	line-height:50px;
	color: #000; 
}

body {
	font-family: Calibri, "Trebuchet MS", sans-serif;
}

.PrinterOnly {
	visibility:visible;
	display: inline-table;
}

