/* ======================================================================
   PRINT CSS for Southern Glass - Copyright 2007
   Author: Barnaby Hart, Igentics Ltd   
/* =====================================================================*/
body {
	font-size: 11pt;
}
a:link, a:visited {
	color: #00f;
	text-decoration: underline;
}
.print {
	display: block ! important;
}
.noprint {
	display: none ! important;
}
h1, h2 {
	padding: 0;
	margin: 0.5em 0;
}
h2 {
	border-bottom: 1px #888 solid;
}
img#meggitt {
	display: none;
}
ul#nav {
	display: none;
}
table#results th {
	border-bottom: 1px #000 solid;
}
table#results td {
	border-bottom: 1px #ccc solid;
}
table#results th, table#results td {
	padding: 3px;
	padding-right: 2em;
	text-align: left;
}
p.footnote {
	margin-top: .5em;
	font-style: italic;
}
.linkbutton {
	vertical-align: middle;
}