/* print CSS  */
body {
		font: 12pt/1 "Times CE", Times, "Times New Roman", serif;
}
#page {
		width: 100%;
	    background: #fff none;
	    color: #000;
}

h1 {border-bottom:4px double #000;}
h1,h2,h3,h4,h5,h6{
		page-break-after: avoid;
		color: #000;
}
img {display:none}
#leftcol {display:none}
#menuLane {display:none}
p.datum {display:none}
table.table td,th{padding:3px 10px}

ul.date {list-style-type: none;
		text-align:right;}





