﻿#header {
	text-align: center;
	position: absolute; 
	width: 534px; 
	height: 202px; 
	z-index: 1; 
	left: 184px; 
	top: 23px
}
.title {
	font-size: xx-large;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#container {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
	visibility: visible;
}

#body {
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	background-color: #00FFFF;
}

#contents {
	position: absolute; width: 680px; height: 299px; z-index: 2; left: 177px; top: 244px
}
.imagecentre {
	border: 1px solid #666666;
	margin: 5px;
}
.imageleft {
	border: 1px solid #666666;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	z-index: 100;
}
.imageright {
	border: 1px solid #666666;
	float: right;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	z-index: 10;
}
h1 {
	font-family: Arial;
	font-size: 14pt;
	color: #008080;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
h2 {
	font-family: Arial;
	font-size: 12pt;
	color: #0000FF;
	font-style: italic;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 3px;
}
h3 {
	font-family: Arial;
	font-size: 10pt;
	color: #0000CC;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
h4 {
	color: #0000FF;
	font-size: 14pt;
	font-weight: bold;
	font-family: Arial;
	font-style: italic;
	margin-top: 0;
	margin-bottom: 0;
}
h5 {
	color: #0000FF;
	font-size: 10pt;
	font-weight: bold;
	font-family: Arial;
	font-style: italic;
	margin-top: 0;
	margin-bottom: 1em;
	z-index: 0;
	white-space: normal;
}
p {
	font-size: 10pt;
	color: #000000;
	font-family: Arial;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
p a{
	font-size: 10pt;
	color: #0000FF;
	font-family: Arial;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
	text-decoration: underline;
}
