@charset "utf-8";
.main_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	text-align: justify;
	padding: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D5E6D5;
	position: relative;
	left: 10px;
	font-weight: normal;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #336600;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.table1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
	text-align: left;
}
A:link   {font-size:14px;font-family:Arial,Helvetica,sans-serif; text-decoration:none}
A:visited {font-size:14px;font-family:Arial,Helvetica,sans-serif; text-decoration:none}      

.table1just { font-family: Arial, Helvetica, sans-serif; font-size: 7pt; color: #FFFFFF; text-decoration: none ; text-align: justify; font-weight: normal}

body {
	font: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background: #ffffff;
	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;
	margin-left: 0px;
	margin-right: 0px;
}
.oneColLiqCtr #container {
	width: auto;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
}
.oneColLiqCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
