@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #007d00;
	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;
	background-color: #007d00;
	vertical-align: top;
}
.oneColElsCtr #container {
	width: 1000px;
	background: #007d00;
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
	color: #C60;
	vertical-align: top;
}
.oneColElsCtr #mainContent {

}
body,td,th {
	font-size: 11px;
	color: #FF0;
	text-align: center;
}
a:link {

}
h1 {
	font-size: 20px;
	color: #F90;
}
h2 {
	font-size: 14px;
	color: #FF0;
	text-align: center;
}
h3 {
	font-size: 10px;
	color: #FF0;
	text-align: left;
}

p {
	line-height: 1.7em;
	text-align: center;
	font-size: x-small;
}
tr {
	vertical-align: top;
}
.oneColElsCtr #container #mainContent table tr td table tr td table tr td {
	font-weight: bold;
}
.oneColElsCtr #container #mainContent table tr td table tr th h2 {
	text-align: left;
}

