@media screen{
body {		background-color: #FFFFFF; /* white*/
		color: #000000; /* black */
		font-family: "Verdana", Arial, Helvetica, sans-serif;
		font-style: normal;
		font-weight: normal;
}
h1 {		font-size: 110%;
		margin-top: 0.5em;
		margin-bottom: 0.5em; 
		text-align: center;
}
h1.title-text {	margin-top: 0em;
	margin-left: 0em;
	text-align: left;
		margin-bottom: 0em;
		width: 65%;
		color: white;
		background-color: black;
		font-size: 130%;
		position: absolute;
		top: 1em; /* 20px; */
		left: 20%; /* 160px; */
}
h2 {		font-size: 100%;
		margin-top: 0em;
		margin-bottom: 0.5em;
}
p, li { 		margin-top: 0.5em;
		margin-bottom: 0.5em;
		margin-right: 0.5em;
		font-size: 80%;
}
table {		border: none;
		width: 100%;
		empty-cells: show;
}
caption {	font-size:70%;
		text-align: left;
}
.title-image {	float: left;
}
div.title {		background-color: #000000; /*black */
		color: white;
		position: absolute;
		width: 100%;
		height: 4em; /* 65px; */
		left: 0em;
		right: 0em;
		top: 0em;
		padding: 0.25em;
}
div.form {		position: absolute;
		display: block;
		left: 70%;
		top: 0.25em; /* 2px; */
		padding: 0em;
		/* z-index: 0; */
		border: none;
}
.form p {		color: white;
		background-color: black;
		margin-bottom: -0.25em;
		font-weight: bold;
		font-size: 70%;
}
.jump {		display:none;
}
div.navigation {	position: absolute;
		top: 5em; /* 80px; */
		background-color: #CCCCCC; /* silver */
		color: black;
		width: 18%; /* 140px; */
		left: 0em;/* 0px; */
		padding-top: 1em;
		padding-left: .5em;
		padding-bottom: 4em;
		overflow: hidden;
		/* z-index: -3; */
}
.navigation p, .navigation li {	font-size: 70%;
}
.navigation h1 {	margin-top: -0.5em;
		margin-bottom: 1em;
}
.navigation-features {
		color: red;
		background-color: #CCCCCC; /* silver */
}
div.content, div#content {	position: absolute;
		padding-left: 0em;
		top: 5em; /* 80px; */
		left: 20%; /* 140px; */
		width: 80%;
		z-index: 2;

}
.content h2, #content h2 {	font-size: 80%;
		margin-top: 0em;
		margin-bottom: -0.5em;
}
.content h3, #content h3 {	font-size: 80%;
		margin-top: 1em;
		margin-bottom: -0.5em;
		
}
div.links {	clear: both;
		text-align: center;
		width: 100%;
		left: 0em;
		margin-top: 1em;
		padding-bottom: 1em;
}
.current-link {
		font-weight: bold;
}
.emphasise {	font-weight: bold;
}
p.breadcrumbs {	margin-bottom: 0.5em;
		font-size: 70%;
}
.links p {	font-size: 70%;
		margin-top: 0em;
		margin-bottom: 0.5em;
}
a.navigation-features:link { color: #ff0000;
}
a:link {		color: #0000FF; /* blue */
}
a:visited {		color: #990099; /* Dark Faded Magenta */
}
input:focus, a:hover {	color: #FF0000; /* red */
		background: #ffff33; /* hmsm trial 29.1.2001 */
}
.left {		float: left;
		margin-right: 1em;
		margin-bottom: 0.5em;
}
.right {	float: right;
		margin-left: 1em;
		margin-bottom: 0.5em;
}
.caption {		margin-top: 0.5em;
		font-weight: normal;
		font-size: 70%;
}
div.content td {
		font-size: 80%;
		vertical-align: top;
		border-bottom: solid 1px black;
}
div.content th {
		font-size: 80%;
		vertical-align: top;
		border-bottom: solid 1px black;
}
}

@media print {	
div.content {	width: 100%;
}
div.navigation, div.links, div.jump, div.form, .title img, p.breadcrumbs {
		display: none;
}
h1 {		margin-bottom: 0.25em;
}
h2 {		font-size: 90%;
		margin-top: 0em;
		margin-bottom: 0em;
}
p.breadcrumbs {	margin-bottom: 0.5em;
		font-size: 70%;
}
.emphasise {	font-weight: bold;
}
.left {		float: left;
		margin-right: 1em;
		margin-bottom: 0.5em;
}
.right {	float: right;
		margin-left: 1em;
		margin-bottom: 0.5em;
}
.caption {		margin-top: 0.5em;
		font-weight: normal;
		font-size: 70%;
}
div.content td {
		font-size: 80%;
		vertical-align: top;
		border-bottom: solid thin black;
}
div.content th {
		font-size: 80%;
		vertical-align: top;
		border-bottom: solid thin black;
}
}  