body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #333;
	font-size: 12px;
	line-height: 16px;
}

.oneColFixCtr #container {
	width: 800px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000;
}
.alightLeft {
	float: left;
	margin-right: 1em;
}
.alignRight {
	float: right;
	margin-left: 1em;
}
.oneColFixCtr #flashheader {
	background-color: #000;
	color: #FFF;
}
.oneColFixCtr #navbar {
	height: 30px;
	background-color: #000;
}
.oneColFixCtr #mainContent {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	background-color: #000;
}
.tableText {
	padding-top: 20px;
}
.oneColFixCtr #subheader {
	background-color: #000;
	height: 100px;
}
.oneColFixCtr #footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #333;
	text-align: center;
	padding: 5px;
	color: #FFF;
}

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	background-color: #333;
}
h1 {
	font-size: 18px;
	color: #900;
}
h2 {
	font-size: 16px;
	line-height: 20px;
}
h3 {
	font-size: 18px;
	color: #FFF;
}
table .tableContents {
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: top;
}
.pictureleft {
	float: left;
	margin-right: 15px;
}
a:link {
	color: #666;
	font-weight: bold;
}
a:visited {
	color: #999;
	font-weight: bold;
}
#tableheader {
	font-size: 20px;
	color: #900;
	background-color: #CCC;
	font-weight: bolder;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#tabledate {
	text-align: right;
	padding-right: 10px;
	color: #000;
}
#tablecontent {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #000;
	vertical-align: top;
	background-color: #CCC;
}
#tablepicture {
	color: #000;
	vertical-align: top;
	padding: 5px;
}
#tablecentre {
	text-align: center;
	font-size: 10px;
	height: 15px;
}
a:visited {
	color: #900;
}
.pictureright {
	float: right;
	margin-left: 15px;
}
#iframe {
	height: 115px;
	width: 745px;
	overflow: auto;
}
