@charset "utf-8";
/* CSS Document */

<style type="text/css">

<!--
A:link {text-decoration: none; color:#0099ff}
A:visited {text-decoration: none; color:#0099ff}
A:active {text-decoration: none; color:#0099ff}
A:hover {text-decoration: underline; color: #999999;}

body {
	font: 100% "Century Gothic";
	background: #0099ff no-repeat center fixed;
	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;
	
}
.oneColLiqCtr #container {
	
	width: 80%;  /* this will create a container 75% of the browser width */
	background: #ffffff no-repeat center fixed;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #ffffff;
	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 */
}
table.r4ltable {
width:50%;
border-spacing:10pt;
margin: auto;
}


.style1 {color: #0099FF; font-size: x-large;}
.style2 {color: #000000}
.style5 {font-size: x-small}
.style6 {font-size: small}
.style7 {color: #000000; font-size: small;}
.style9 {font-size: x-large}
.style22 {font-size: small}
-->


</style>
