@charset "UTF-8";
/* CSS Document */

#outerWrapper {
	position: relative;
	width: 790px;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.mainBodyBG {
	background-color: #00A1B8;
	background-image: url(images/bottomLeft.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #959189;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #6D604D;
}

