@charset "UTF-8";
body {
	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: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
	background-image: url(back.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.wrapper {
	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: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
	background-image: url(FGback.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.oneColElsCtr #container {
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 783px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.oneColElsCtr #container div #mainContent p a {
	font-weight: bold;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.oneColElsCtr #container div p a {
	font-size: 12px;
	color: #FFF;
}
.oneColElsCtr #mainContent {
	margin-right: 550px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
}
.table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.oneColElsCtr #container .table .table #Submit2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	border: thin solid #666666;
	background-color: #000000;
}
.oneColElsCtr #container div #mainContent table tr td a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
