body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 100%;
	margin-left: 0.5in;
	margin-right: 0.5in;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
        font-weight: bold;
}

.navigation {
    border: thin solid #999999;
    margin: 5px;
}

.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #999999;
}

.footnote {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
}

.centre {
   text-align: center;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}

.notemark { 
    font-size: 9pt; 
	color: maroon; 
        font-weight: bold;
}

.notetext { 
    visibility: hidden; 
	position: absolute; 
	font-size: smaller; 
	background-color: linen; 
	border: 2px groove maroon; 
	padding: 5px;
}