@charset "utf-8";
/* Print Styles. DO NOT CHANGE WITHOUT CONSULTING Dan H */


/**
 * These styles define a different layout and colour for print media.
 */

body {
	padding: 0px;
	margin-top: 188px;
	font-family: 'Verdana', 'Arial';
	font-size: 9pt; /* 14px */
	line-height: 15pt;
}

.rightColumn {
	display: none;
}

.ie6alert {
	display: none;
}


#sticker {
	position:absolute;
	top:0px;
	width:220px;
	height:188px;
	background-image:url("images/Airnet-Logo-2010-220wide_greyscale.png");
	background-repeat:no-repeat;
	background-position:top left;
}

table, td {
	border: 1px dotted #000000;
	border-collapse: collapse;
	padding: 2px;
}

.links {
	display: none;
}

#header {
	display: none;
}

h1.noprint {
	display: none;
}

.more {
	display: none;
}

.icon {
	display: none;
}