@charset "utf-8";
/* AJML Group Pty Ltd - Print CSS */

body, p {
	font-size: 12pt;
	color: #000000;
	background-color: #FFFFFF;
	background-image: none;
}
h1, h2, h3 {
	font-size: 12pt;
	color: #1B1464;
	background-color: #FFFFFF;
	background-image: none;
	font-weight: bold;
}
.core #topNav, .core #sideNav, .core #sideInfo, .core #feature, .core #sideBarHeading, .core #offer, .core #infoBar, .core #footerRgt, .core #contactForm, .author {
   display: none;
}
.core #container, .core #sideBarContent, .core #mainContent, .core #search, .core #searchResults {
	width: 100%;
	margin: 0;
	padding: 0;
  	border: 0;
	float: none;
	background: transparent none;
}
.core #mainContent {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
a:link, a:visited {
	color: #F36B21;
	background: transparent;
	font-weight: normal;
	text-decoration: underline;
}
.core #mainContent a:link:after, .core #mainContent a:visited:after {
   content: " (" attr(href) ") ";
   content: " (" + this.getAttribute('href') + ")";
   font-size: 90%;
}
