@charset "UTF-8";
body {
	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: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-top: 3em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #000;
}
.oneColFixCtr #container {
	width: 780px;
	margin: 0 auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.oneColFixCtr #mainContent {
	padding: 0 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #699;
	text-align: left;
	line-height: normal;
	white-space: nowrap;
	border-top-color: ccffcc;
	border-right-color: ccffcc;
	border-bottom-color: ccffcc;
	border-left-color: ccffcc;
}

