@charset "utf-8";
/* CSS Document */

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: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtr #container {
	width: 1024px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}



.oneColFixCtr #container h1 {
	font-size: 1.3em;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
}
.oneColFixCtr #container h2 {
	font-size: 1.1em;
}


.oneColFixCtr table tr td {
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	color: #000;
	padding: 8px;
}
.oneColFixCtr #container #footer {
	font-size: 10px;
}
