body {
	text-align: center;
	background: white;
	color: black;
	font-family: Arial, sans-serif;
	font-size: 10pt ! important;
}
h1.title {
	font-size: 14pt;
}
a:link {
	color: navy;
	background: inherit;
	text-decoration: none;
}
a:visited {
	color: navy;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: navy;
	background: #EEE;
	text-decoration: underline;
}
a:active {
	color: green;
	background: #EEE;
}
div.section {
	width: 495px;
	color: inherit;
	background: #EEE;
	padding: 2pt;
}
div.section h1, div#main h1 {
	width: 498px;
	color: white;
	background: navy;
	font-size: 11pt;
	padding-left: 2pt;
	padding-top: 1pt;
	margin-bottom: 0pt;
	margin-top: 0pt;
}
div.item {
	margin-bottom: 6pt;
}
div.item:first-line {
	font-weight: bold;
	text-decoration: none;
}
div.item img {
	margin: 5px;
	border: 1pt solid black;
	float: left;
}
.keywords {
	color: #333333;
	background: inherit;
	font-style: italic;
}
.links {
	color: #666666;
	background: inherit;
	text-align: right;
}
div#header a, div#footer a {
	font-size: 10pt;
	padding: 2pt;
}
div#header {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 500px;
	padding-bottom: 2pt;
	margin-bottom: 0pt;
}
div#footer {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0pt;
	text-align: center;
	width: 500px;
	padding-top: 2pt;
}
div#main {
	width: 500px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border: 1pt solid black;
}
div#copyright {
	font-size: 8pt;
}
