/* ======================================================================
   PRINT CSS for BI Electric & Gas - 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;
}
th {
	text-align: left;
}
td.left {
	padding: 0;
	width: 170px;
}
#sidebar {
	display: none;
}
#footer ul {
	display: none;
}