@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #888888;
	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;
	font-size: medium;
}
.oneColElsCtr #container {
	width: 48em;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColElsCtr #flashcontainer {
	width: 780px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #flashmainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
h1 {
	color: #027AC6;
	font-size: x-large;
}
h2 {
	font-size: large;
	color: #027AC6;
}
h3 {
	font-size: medium;
	font-style: italic;
	color: #027AC6;
}


a {
	color: #0000FF;
	text-decoration: none;
}
.footer {
	font-size: x-small;
	line-height: normal;
	color: #0000FF;
	margin: 0px;
	padding: 5px;
}
.header {
	background-color: #FF0000;
}
.form_color {
	background-color: #D5E6F0;

}

.oneColElsCtr #header {
	background-color: #3886B6;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #0072B9;
}
a.topLinks {
	color: #FFFFFF;
	font-size: small;
}
table {
cellpadding="20"
allign="top"
}
img {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.sales_link {
	font-style: normal;
	color: #FF0000;
	text-decoration: underline;
}

label {
	width: 28%;
	float: left;
	clear: left;
	text-align: right;
	white-space: nowrap;
	min-width: 5em;
}
