/* print.css */

* {
	font-size:10pt; 
	color:#000
}

#content {
	width: 100%; 
	margin: 0; 
	float: none;
}

#title, #navigation, #navigation ul, #footer {
	display:none;
}

h1 {
	font-size:16pt; 
	text-align:center;
}

h2 {
	font-size:12pt;
}

h2.date {
	page-break-before:avoid;
}

#noprint {
	font-size:14pt; 
	font-weight:bold; 
	text-align:center;
}

.title {
	width:50%;
}

.time {
	width:20%;
}

.place {
	width:30%;
}

.extrainfo, tbody {
	font-size:9pt;
}
.date {
	border-bottom:#000 solid 1pt; 
	margin-bottom:0pt;
}

table {
	page-break-inside:avoid;
}

.date {
	page-break-after:avoid;
}

a:link, a:visited {color: #000;}