body {
	font: Helvetica, Arial, sans-serif;
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #FFFFFF;
}
.oneColFixCtr #container {
	width: 800px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
.oneColFixCtr #mainContent {
	padding: 0 20px;
}
.oneColFixCtr #mainContent p {
	line-height: 22px;
}
body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: #000000;
}
a:active {
	text-decoration: none;
	color: #666666;
}
img.alignleft {
	padding-right: 20px;
	float: left;
	vertical-align: top;
}