body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
}
body {
	background-color: #dfdfdf;
	margin: 0px;
	background-image: url(assets/images/background.jpg);
	background-attachment: fixed;
}
h1 {
	color: #000099;
	font-size: 17pt;
	text-align: center;
	padding: 6px;
	margin: 0px;
}
h2 {
	color: #000099;
	font-size: 14pt;
	text-align: center;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
h3 {
	color: #000099;
	font-size: 11pt;
	text-align: center;
	margin: 0px;
}
hr {
	border: 3px inset;
	height: 11px;
}
a:link {
	color: #3300FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: underline;
	color: #0099FF;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}
.pageLayout {
	text-align: left;
	width: 840px;
	margin: 8px 8px 0px;
	padding: 0px;
}
.pageHeader {
	width: 840px;
	border-width: 5px;
	border-style: outset;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	height: 136px;
}
.pageHeaderLogo {
	width: 200px;
	padding: 4px 10px;
	margin: 0px;
	text-align: center;
	white-space: nowrap;
}
.pageHeaderStatement {
	text-align: center;
	padding: 4px 0px;
	margin: 0px;
}
.pageHeaderStatementTitle {
	font-size: 12pt;
	font-weight: bold;
	padding-bottom: 8px;
	color: #000099;
}
.pageHeaderStatementText {
	border: 3px inset;
	font-size: 8pt;
}
.pageHeaderHomeLink {
	width: 200px;
	padding: 4px 10px;
	margin: 0px;
	text-align: center;
}
.pageBody {
	padding: 0px;
	margin: 0px;
	width: 840px;
}
.pageMenu {
	text-align: right;
	padding: 8px 8px 8px 0px;
	margin: 0px;
	width: 156px;
}
.pageTitle {
	width: 654px;
}
.pageContent {
	border: 5px outset;
	padding: 6px;
	margin: 0px;
	background: #FFFFFF;
	width: 654px;
}
.postalName {
	font-size: 14pt;
}
.postalAddress {
	font-family: "Courier New", Courier, monospace;
	font-size: 12pt;
}
.contactList {
	margin: 6px 6px 6px 0px;
	padding: 0px;
}
.contactType {
	font-size: 9pt;
	color: #006600;
	white-space: nowrap;
	width: 60px;
}
.contactAddress {
	font-family: "Lucida Console", Terminal, System, monospace;
	font-size: 11pt;
	color: #333333;
	white-space: nowrap;
	font-weight: normal;
}
.keyword {
	color: #000099;
	font-size: 13pt;
}
.note {
	font-size: 8pt;
	font-style: italic;
}
.productName {
	font-weight: bolder;
	color: #000000;
}
.coderNote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #FFFF00;
	text-decoration: blink;
	background: #666666;
	margin: 8px;
	padding: 8px;
	border-width: 3px;
	border-style: ridge;
	cursor: help;
	text-align: center;
}
.geoPlotImage {
	border: 3px inset; 
}
.copyright {
	font-size: 8pt;
	color: #666666;
	text-align: right;
	white-space: nowrap;
}
