/* Hide elements for print and take out of document flow */

#menu, #sitebanner, #footerlinks, #callbackform, #printpage, .screenonly {
	position:absolute; 
	top:0; 
	left:0;
	visibility: hidden;
	}

/* Redefine appearance of HTML tags */

body { 
	margin: 1.5cm 2cm;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 15pt; 
	}

p { 
	margin-bottom: 10pt;
	text-align:justify;
	}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14pt;
	margin-bottom: 10pt;
	}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin-bottom: 10pt;
	font-weight:bold;
	}
	
h3 {
	font-size: 10pt;
	margin-bottom: 10pt;
	font-style:italic;
	font-weight: normal;
	}

a 	{color:black; text-decoration:none;}

/* Format Divs */

#footer {border-top: 1px solid #DDDDDD;}
#footer p {font-size: 8pt; color:#666666; text-align:center;}

/* Classes */

.centred {text-align:center;}