  body, td, table, a, p, ul {
	font : 12pt "Times New Roman", Times, serif;
}

/*--hidden elements, don't hide class .small (required for mapspecs)--*/
.bctext, .nav, .header, .footer, .surveytext, .rule, #noticeBox { display:none; }

/*Only works in firefox. See .printlogo below.
h1:before {
	display: block;
	float:right;
	content: url("/mapspecs/img/logo_inline.gif");
}
*/

a, a:link, a:active, a:visited {
	text-decoration: underline;
	color:black;
	font-weight: normal;
	font : 12pt "Times New Roman", Times, serif;
	}

	
/*prints out the www.ga.gov.au bit on a link that starts with
a[href^="/"]:after {
	content: " [http://www.ga.gov.au" attr(href) "] ";
}
a[href]:after {
	content: " [" attr(href) "] ";
	text-decoration: none;
}
*/

.contactdetails {
	border:0;
    padding:10px;
    text-align: left;
}
.caption {
	font : 8pt "Times New Roman", Times, serif;
}

h1, h2, h3, h4, h5, h6 {
	page-break-after: avoid;
}

img {  page-break-after: avoid; } 

.printlogo {
  display:block;
}
