@charset "utf-8";
body {

		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 6pt;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #ffffff;
}
.oneColElsCtr #container {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 6pt;
		font-style: normal;
		line-height: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
	margin: 20 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #ffffff;
	vertical-align: top;
}
.oneColElsCtr #mainContent {
	margin: 30 0 auto;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 6pt;
		font-style: normal;
		line-height: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
	padding: 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #ffffff;
}
