@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FC9;
}
.oneColLiqCtr #container {
	width: 708px;  /* this will create a container 80% of the browser width */
	background: #3F5794;
	margin: 0 auto;
	text-align: left;
	padding: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: 0px;
	top: 0px;
	border-top-color: #3F5794;
}
.oneColLiqCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: 0;
}
.bodyText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	background-color: #221810;
	margin: 0px;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 4px;
}
.oneColLiqCtr #container .oneColLiqCtr tr td p {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 1em;
	padding-right: 1em;
	font-size: 14px;
	line-height: 17px;
	padding-top: 3px;
}
.smaller {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
media {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.hide {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #20140E;
}
