/* EQUIVELENT A4 */
#site-container {
	width: 100%;
	background-color: #fff;
	background: #fff;
}
/* DISABLE NON-ESSENTIAL INFO AND IMAGES */
div#site-header-container, #horizontal-nav-container, td.content.left, td.content.right, .footer-list, .footer-abn, .footer-privacy, #breadcrumbs, #site-utility-container {
	display: none;
}

/* RESET CONTENT */
body, td, p, li, div#page-content-container, #site-footer-container div, #site-footer-container, #content, div#site-container {
	color: #000;
	font-family: arial, helvetica, sans-serif;
	background-color: #fff;
	background: none;
	background-image: none;
	font-size:11pt; /* BETTER MEASUREMENT FOR PRINT */
	border: none;
}
/* RESET HEADINGS */
h1, h2, h3, h4, h5, h6, p {
	color: #000;
	font-family: arial, helvetica, sans-serif;
	/* font-size:80%; */
}

.pageheading {
	color: #000;
	font-family: arial, helvetica, sans-serif;
	font-size:12pt; 
	font-weight: bold;
}

/* RESET LINKS */
a:link, a:visited, a:active, #site-footer-container a:link, #site-footer-container a:visited, #site-footer-container a:active {
	font-weight:bold;
	text-decoration:none;
	color: #000;
}

a[href]:after {
	content: none !important;
}
/* NOTE: May want to add logic for header and footer as dynamic includes relating to the website. */

