body {
  color: black;
  background-color: white;
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 12pt;
  margin: 0;
  padding: 0;
}

#title  {
        height: 20px;
	clear: both;
	margin-top:0em;
	/*background: #fff url(/images/title2.gif) repeat-y;*/
	background: #fff;
	position: relative;
	font-size:1.9em;
	font-weight:normal;
	padding: 0 0 0.5ex 0;
}

#header {
        height:128px;
	clear: both;
	margin-top:0em;
}

.doNotPrint {
  display: none !important;
}

#topnav {
  display: none;
}

.left {float: left}
.right {float: right}
