/* ETLC Print Style Sheet */



body {
	margin: 0px;
	padding: 0px;
	width: 20cm;
	height: 25cm;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;

}

h1, h2, h3 {
	font-size: 1.1em;
	color: #000;
}

p, a {
		color: #000;	
}

div#logo {
	display: none;
}

div#header {
	background-image: none;
}

div#print_logo {
	display: block;
	width: 100%;

} 


a:link, a:visited {
  color: #333;
  text-decoration: underline;
  font-weight: bold;
}


div#container  {
	background-image: none;


 
}
div#topnav, div#extranav, div#breadcrumb {
	 display: none;
 }

div#navigation {
	display: none;
}

div#content_top {
	display: none;
}

div#content {
	width:100%;
	margin: 0px;
	padding: 0px;
	margin-top: 0.5em;
}

div#content_left {
	margin: 0px;
	background-color: #fff;
	width: 100%;
	padding: 0px;
	
	
}

div.pagecontent {
	width: 17cm;
}

div#footer {
	display: none;
}

div#extra {
	display: none;

}

div#content_left h1, div#content_right h1 {
	font-size: 1.1em;
}

#content a.filelink span.underline {
	color: #333;
	text-decoration: none;
}

div.download a {
	text-decoration: none;
	margin-right: 0cm;
	
}

div.download .downloadlink {
	text-decoration: none;
	font-weight: normal;
	margin-left: 0.8cm;

}

div.imagebox {
	font-size: 80%;
}