@charset "UTF-8";
/* CSS Document */

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: #000000;
	background-color: #CCFF66;
}
.oneColLiqCtr #container {
	width: 950px;  /* this will create a container 80% of the browser width */
	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. */
}
.oneColLiqCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

</style>

<style type="text/css">
body        {
	font-weight: #006666;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: 5%;
	color: #6600CC;
}
p    {
	color: #6600CC;
	font-weight: normal;
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	margin-right: 5%;
	margin-left: 5%;
	border-top-width: 0;
	top: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
}
.box  { font-size: 9pt; text-align: center; margin: 5% }
H1   {
	color: #6600CC;
	font-size: 20pt;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 6pt;
	margin-right: 5%;
	margin-left: 5%;
	font-weight: bold;
	margin-bottom: 20px;
}
H2 {
	color: #6600CC;
	font-weight: bold;
	font-size: 14pt;
	margin-right: 5%;
	margin-left: 5%;
	font-family: Arial, Helvetica, sans-serif;
}
H3 {
	color: #6600CC;
	font-weight: normal;
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	margin-right: 5%;
	margin-left: 2%;
	border-top-width: 0;
	top: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}
h6 {
	color: #6600CC;
	font-size: 11pt;
	font-weight: normal;
	text-align: center;
	margin: 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
	font-style: italic;
}
h4 {
	color: #6600CC;
	font-size: 11pt;
	font-weight: normal;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
}
h5 {
	color: #6600CC;
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
	margin-top: 0px;
}
a:link  {
	color: #FF0066;
	font-family: Arial, Helvetica, sans-serif
}
a:visited   {
	color: #FF3300;
	font-family: Arial, Helvetica, sans-serif
}
a:hover  {
	color: #CC0033;
	font-family: Arial, Helvetica, sans-serif
}
a:active   {
	color: #FFCC33;
	font-family: Arial, Helvetica, sans-serif
}


</style>

<style type="text/css">

.style3 {
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
}
.style4 {
	font-size: 11px;
	color: #0000FF;
	font-weight: bold;
}
