/* CSS Document */
#content {
	font: 12pt/1.4 Georgia, "Times New Roman", Times, serif;
}
#navigation, #ingress, #header, #content #right-column, #content p.backlink {
	display: none;
}
#content #left-column {
	width: auto;
	margin: 10mm;
}
#content a img {
	border: none;
}
#content img {
	float: left;
	margin-right: 5mm;
}
#content a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted;
}
#content h2 {
	margin: 2em 0 0;
}
#content table.rowstyle-alternate {
	page-break-before: always;
	font-size: 10pt;
}
#content table.rowstyle-alternate thead {
	position: fixed;
	top: 0;
}
#content table thead th {
	text-align: left;
}

