@charset "utf-8";
body {
	font: 100%;
	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;
	font-family: Tahoma;
}
.oneColLiqCtr #container {
	width: 100%;  /* 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: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtr #mainContent {
	
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.style1 {font-family: Tahoma; color:#606060; }
.style3 {font-family: Tahoma; font-size: xx-small; color:#606060; }
.style5 {font-family: Tahoma; font-size: 11px; color:#606060; }
.style7 {font-family: Tahoma; font-size: 13px; color:#606060; font-weight: bold; }
.style8 {font-family: Tahoma; font-size: 13px; color:#606060; font-weight: bold; background-color: #dbdbdb; }
.style9 {font-family: Tahoma; font-size: 13px; color:#606060; font-weight: lighter;}


a:link  	{color:#606060;	text-decoration: none; font-family: Tahoma; font-size: 13px; color:#606060; font-weight: lighter;}
a:visited 	{color:#606060; text-decoration: none; font-family: Tahoma; font-size: 13px; color:#606060; font-weight: lighter;}
a:active  	{color:#606060; text-decoration: none; font-family: Tahoma; font-size: 13px; color:#606060; font-weight: lighter;}
a:hover 	{color:#606060; text-decoration: underline; font-family: Tahoma; font-size: 13px; color:#606060; font-weight: lighter;}
	

