/* Print Styles for Website
	
	This basically removes all layout in favor of a text only layout, removes the nav
	and any  other elements we don't need
	Some text formatting is added to give the page a bit of colour.
	
*/
body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12pt;
	color:#000;
}
#btnEnquiryForm, .hide, #nav, #footer {
	display:none;
}
h1 {
	margin:20px 10px;
	font-size:18pt;
	color:#0033CC;
}
h2, h3, h4, h5, h6, p{
	margin:10px;
}

h2{
	font-size:16pt;
	line-height:20pt;
	color:#0033CC;
}
h3{
	font-size:14pt;
	line-height:18pt;
	color:#0033CC;
}
h4, h5, h6{
	font-size:12pt;
	line-height:18pt;
	color:#0033CC;
}
.textSubHeading {
	padding:3px;
	background-color:#0033CC;
	color:#fff;
	font-weight:bold;
}
.textRedBold {
	color:#FF0100;
	font-weight:bold;
}
.textBlueBold {
	color:#003399;
	font-weight:bold;
}
div#content p{
	font-size:12pt;
	line-height:18pt;
}


.quote {
	font-weight: bold;
	color: #000066;
	font-style: italic;
}
.quote-home {
	font-weight: bold;
	color: #000066;
	font-style: italic;
}
.quote2 {
	color: #1F86D1;
}