body {
	background: white;
	color: black;
	font-size: 10pt;
	font-family: sans-serif;
	line-height: 1.25em;
}

div {
	border: 1px solid white;
}
li {
	border: 1px solid white;
	margin: 0;
}
li p {
	display: inline;
}

h1 {
	font-size: 16pt;
}
h2 {
	font-size: 12pt;
}
h3,h4,h5 {
	font-size: 10pt;
}
img {
	border: 1px solid white;
	background-color: white;
}
hr {
	border: 1px dotted gray;
	border-width: 0px 0px 1px 0px;
	margin: 1em;
}
table {
	border-collapse: collapse;
}
td,th {
	border: 1px solid gray;
	padding: 8pt;
	font-size: 10pt;
}
th {
	font-weight: bold;
}
#header {
	text-align: center;
}
#footer {
	display: none;
}
#header-items, #header-items-left, #side-left {
	display: none;
}

