@charset "UTF-8";
body {
	font: 100% "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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;
}
.oneColElsCtr #container {
	width: 100%;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left;
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

h1 {
	letter-spacing: -1pt;
	margin: 0px;
	padding: 5px 0px 0px;
	text-transform: uppercase;
	font-size: 3em;
}

h2 {
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-size: 1.7em;
	line-height: 1em;
	letter-spacing: 0.2em;
	font-weight: normal;
}

p {
	color: #999999;
	font-size: 11pt;
	margin: 0px;
	padding: 10px 0px 0px 2px;
	font-weight: normal;
}

.smallText {
	font-size: 8pt;
	color: #000000;
	text-transform: uppercase;
}
