@charset "UTF-8";
body {
	background: #666666;
	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: right; /* 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: "Futura Medium";
	font-size: x-large;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.oneColFixCtr #container {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	font-family: "Futura Medium";
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}
td {
	font-family: "Futura Medium";
	text-align: right;
	margin-right: 20px;
	margin-left: 30px;
	color: #303;
}
.oneColFixCtr #container #mainContent h1 {
	font-family: "Futura Medium";
}
.oneColFixCtr #container #mainContent h1 {
	font-size: medium;
	font-family: "Futura Medium";
}
.oneColFixCtr #container #mainContent h1 {
	font-size: small;
}
.oneColFixCtr #container #mainContent h1 {
	font-size: x-large;
	text-align: center;
	font-family: "Futura Medium";
	font-weight: bold;
}
td {
	text-align: center;
}
#smalltext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: xx-small;
}
.oneColFixCtr #container #mainContent table tr td p {
	font-family: Verdana, Geneva, sans-serif;
}
.oneColFixCtr #container #mainContent table tr td table tr td a img {
	text-align: center;
}
.oneColFixCtr #container #mainContent table tr td table tr td {
	text-align: left;
}
.oneColFixCtr #container #mainContent table tr td table tr td a {
	font-size: small;
}
.oneColFixCtr #container #mainContent table tr td table tr td a {
	font-size: small;
}
.oneColFixCtr #container #mainContent table tr td table tr td a {
	text-align: center;
}
.oneColFixCtr #container #mainContent table tr td p {
	font-size: xx-small;
}
