/* CSS Document */
body {
	text-align: center
}
body a:link {
	color: #330066;
	font-weight: bold;
	text-decoration: none;
}
body a:visited {
	color: #330066;
	font-weight: bold;
	text-decoration: none;
}
body a:active {
	color: #330066;
	font-weight: bold;
	text-decoration: none;
}
body a:hover {
	color: #330066;
	font-weight: bold;
	text-decoration: underline;
}
#centre {
	width: 750px;
	margin: 0px auto;
	text-align: left;
}
#header1 {
	font-family: "Elegance Light", "Trebuchet MS", Arial;
 	font-size: 14pt;
 	color: #330099;
 	width: 250px;
 	margin: 5px 7px 10px 6px;
}
#tablepos {
	position: relative;
	top: 10px;
	left: 7px;
	}
#footer {
	position: relative;
	top: 18px;
	float: right;
}
#footer2 {
	position: relative;
	float: left;
	top: 24px;
	left: 4px;
}
#bottomlinks {
	position: relative;
	float: right;
	top: 20px;
	right: 5px;
}

#bottomlinks a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 8pt;
	font-weight: bold;
}
#bottomlinks a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 8pt;
	font-weight: bold;
}
#bottomlinks a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 8pt;
	font-weight: bold;
}
#bottomlinks a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #330066;
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
}
