body {
	background-color:#fafafa; font-family: arial, geneva, sans; font-size: 10pt; color: #888888; text-align:center;
}

#content {
	width:780px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:0px;
	border: 0px;
	position:relative; // relative to the html body, NB. see 'body' it centers everything, and set others absolute to this positioning context
}

td.contact {
	font-family: arial, geneva, sans; font-size: 9pt;  color: #888888; text-align:left;
}

.link9 {
	font-family: arial, geneva, sans; font-size: 9pt;  color: #888888; text-align:left; text-decoration:none;
}
.link9:hover {
	color: #333333;
}

.gray9 {
	font-family: arial, geneva, sans; font-size: 9pt;  color: #444444; text-align:left; text-decoration:none;
}
.gray9:hover {
	color: #000000;text-decoration:underline;
}