html, body {
  background: none;
  font-size: 12pt;
  width:100%;
}
.row, .column, .row .row {
	width:100%;
	margin:0;
}
div {
	background:none;
}
.noPrint {
	display:none;
}
#ContentArea {
	width:100%;
}
a:link, a:visited {
  background: transparent;
  font-weight:normal;
  text-decoration:none;
  color:#000;
}
a:link:after, a:visited:after {
  content: " (" attr(href) ")";
}
