body {
	font-size: 11pt;
}

#logo {
	float: none;
	margin-bottom: 5pt;
	width: 4cm;
}

address,
#addressbar a {
	color: #555;
	font-style: normal;
	font-size: 8pt;
	margin: 0;
	text-decoration: none;
}

#addressbar {
	border-bottom: 1px solid #555;
	margin-bottom: 15pt;
}

.noPrint,
.skip,
hr,
#breadcrumbs,
#menu,
#helpdesk,
#footer {
	display: none;
}

#content hr {
	display: block;
}

.image {
	clear: both;
	margin-bottom: 1em;
}

.left {
	float: left;
	margin: 0 1em 1em 0;
}

.right {
	float: right;
	margin: 0 0 1em 1em;
}

.center {
	text-align: center;
}

#content a {
  color: black;
  text-decoration: none;
}

#content a:after {
  content: " (" attr(href) ")";
  font-size: 90%;
   font-style: italic;
}

h1, h2, h3, h4, h5, h6, pre { page-break-after: avoid; } 
