html body
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
}

div
{
	width: 100%;
	height: 100%;	
}

table
{
	width: 100%;
	height: 100%;
	border: 0px;	
}

.header
{
	height: 60px;
	width: 100%;
}

.leftSide
{
	width: 216px;
}

.LOTitle
{
	position: absolute;
	top: 18px;
	left: 30px;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 22px;
	color: #FFFFFF;
	height: 60px;
	vertical-align: bottom;
	padding-bottom: 20px;
	width: 500px;
}

.slinky
{
	width: 100%;
}

.rightSide
{
	width: 743px;
}

.objectCell
{
	height: auto;
}

td
{
	font-family: Arial;
	font-size: 12px;
}

.footer
{
	background-color: Black;
	position: relative;
	left: 0px;
	width: 100%;
	color: White;
}

.footer img
{
	border: 0;
	vertical-align: middle;
}

.footer a
{
	color: White;
	text-decoration: none;
}

.footerRow {
	height: 25px;
	vertical-align: bottom;
	
}