#header, #navigation-bar, #molliche, #column-internal, #column-external, .extranav, #footer, .hidden, .unprintable {
   display: none;
	}

body, h1, h2, h3, h4, h5, h6, p, pre, acronym, address, kdb, table {
  color: black;
  }

h1, h2, h3, h4, h5, h6 {
	clear: both;
	}
	
.breakpage {
	page-break-before: always;
	}

#content {
  width: auto;
  color: black;
  }

#content a:link, #content a:visited {
  border-bottom: 1px dashed #000;
  color: black;
  }

form.cmxform h2 {
	margin: 5px 0px;
	padding: 0px;
	}

form.cmxform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0px;
	}

table.form-results {
	background-color: #FDFDFD;
	width: 575px;
	padding-bottom: 10px;
	margin: 0px 0px 10px 0px;
	}

table.form-results td {
	margin: 0px;
	padding: 2px;
	}

table.form-results td.label {
	border: 0px;
	border-bottom: 1px solid #999999;
	width: 40%;
	padding-left: 5px;
	}

table.form-results td.simple {
	border: 0px;
	font-weight: normal;
	font-style: italic;
	width: 100%;
	}

table.form-results td.value {
	border: 0px;
	border-bottom: 1px solid #999999;
	background-color: white;
	width: 60%;
	}