/*
	file CSS/ASAPRINT.CSS
	last modified 20TH AUGUST 2008
	
	description
	THIS FILE CONTAINS STYLE DEFINITIONS FOR ANY DOCUMENT THAT IS PRINTED FROM AIRSERVICESAUSTRALIA.COM
	***************************************************************************************************
*/

	body {
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
div#Masthead {
	display: block;
	background: url("header.gif") top left no-repeat;
	height: 200px;
}
div#Footer {
	display: block;
	background: url("footer.gif") top left no-repeat;
	text-align: right;
	height: 200px;
}
.header {
	display:none;
}
.menu {
	display:none;
}
.footer {
	display:none;
}
.l3menu {
	display:none;
}
.lastmod {
	display:none;
}

.sidebar {
	display:none;
}

.homeFlash {
	display:none;
}
.printHeader {
	display:inline;
}

.leftNavStyle {
display:none;
}

.leftNavContent {
	width:100%;
}

h1 {
	font-size:1.5em;
	border-bottom: solid 1px #999999;
}

h2 {
	font-size:1.3em;
}

h3 {
	font-size:1.2em;
}

h4 {
	font-weight:bold;
}
