body {
	margin-left: 25px;
	margin-right: 25px;
}

table.page {
	width: 100%;
}

td.header {
	vertical-align: center;
}

div.header {
	font-family: sans-serif;
	font-size: 26pt;
	font-weight: bold;
	text-align: center;
	border: 1px solid black;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-bottom: 16px;
}

td.topleft {
	width: 150px;
}

td.menu {
	font-family: sans-serif;
	font-size: 10pt;
	text-align: left;
	vertical-align: top;
	width: 140px;
	padding: 0;
	padding-right: 10px;
	margin: 0;
	position: fixed;
}

td.menu ul {
	margin: 0;
	padding: 0;
	border-top: 1px dotted blue;
}

td.menu ul li {
	list-style: none;
	display: block;
	border-bottom: 1px dotted blue;
}

td.menu ul li a {
	text-decoration: none;
	color: blue;
	display: block;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 6px;
	padding-bottom: 6px;
}

td.menu ul li b a, td.menu ul li a:hover {
	color: white;
	background: blue;
}

td.menu ul li ul {
	margin-left: 16px;
	font-size: 8pt;
	border-top: none;
}

td.menu ul li ul li a {
	padding-top: 4px;
	padding-bottom: 4px;
}

td.content {
	vertical-align: top;
	font-family: sans-serif;
}

div.content {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	border: 1px solid black;
}

div.content h2 {
	margin-top: 32pt;
	border-bottom: 1px solid black;
}

div.images, div.images32, div.images85 {
	border: 0;
	padding: 0;
	margin: 0;
}

div.images div, div.images32 div, div.images85 div {
	float: left;
	margin: 8px 20px 8px 0px;
}

div.images div img {
	border: solid 2px black;
	width: 384px;
	height: 288px;
}

div.images32 div img {
	border: solid 2px black;
	width: 384px;
	height: 256px;
}

div.images85 div img {
	border: solid 2px black;
	width: 384px;
	height: 240px;
}

div.images div p, div.images32 div p, div.images85 div p {
	margin: 0;
	text-align: center;
}

div.images br, div.images32 br, div.images85 br {
	clear: both;
}

dl.news {
}

dl.news dt {
	color: white;
	background: gray;
}

dl.news dd {
	margin-bottom: 12px;
}

td.footer {
}

div.footer {
	font-family: sans-serif;
	margin-top: 16px;
	border: 1px solid black;
}

td.footer-left {
	font-size: 10pt;
	text-align: left;
	color: gray;
}

td.footer-right {
	font-size: 10pt;
	text-align: right;
	color: gray;
}
