/*
 * This seems to be applied *in addition* to the default stylesheet.
 * If this is the case, then much of the font information, etc can be
 * removed
 */
a,a:visited {
	color: #000;
}
body {
	color: #000;
	background-color: #fff;
}
h1 {
	border-bottom: 2px solid #000;
	color: #000;
	font: bold 150% sans-serif;
	letter-spacing: 0.5em;
	margin: 0;
	padding: 0.25em 0 0.125em 0;
}
h2 {
	font: bold 125% sans-serif;
	padding: 0;
	border-bottom: 1px solid #000;
}
p {
	font-size: 95%;
	margin: 1em 1em;
	text-align: justify;
}
table {
	border: 1px #000 solid;
	margin-left: auto;
	margin-right: auto;
	padding: 0.5em;
	page-break-inside: avoid;
	text-align: center;
}
div.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.content {
	margin-left: 0em;
	margin-right: 0em;
	margin-top: 1.75em;
}
.figure {
	background: #fff;
	border: 1px #000 solid;
	font-size: 10pt;
	margin: 0.5em;
	padding: 0.5em;
	page-break-inside: avoid;
}
.figure p {
	display: table-cell;
	font-style: italic;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	text-align: center;
}
.figure p + p {
	caption-side: bottom;
	display: table-caption;
	padding: 0.5em 0 0 0;
	text-align: left;
}
.footer {
	border-top: 1px solid #000;
	color: #000;
	clear: both;
	text-align: right;
	font-size: 85%;
	padding-top: 0.33em;
	font-style: italic;
}
.left {
	float: left;
	margin-left: 1em;
}
.right {
	float: right;
	margin-right: 1em;
}
.menu {
	display: none;
}
