body {
	font-family: 'Times New Roman', Times, serif;
	font-size: 11pt;
	color: black;
	text-align: left;
}

#header, #navigation, #footer, #content #right { display: none }

.no-print {
	display: none;
}

.print {
	display: block !important;
}

table {
	width: 100%;
}

th, td {
	vertical-align: top;
	text-align: left;
}

.left { text-align: left !important }

.centre, .center { text-align: center !important }

.right { text-align: right !important }

.justify { text-align: justify !important }
