html, body, div 
{
	background-color: #FFFFFF;
}

body 
{
	margin-top: 2em;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

table
{
	width: 100%;
	height: 100%;
	border: 0px;
	font-size: 12px;
}

.objectCell
{
	height: 100%;
	width: 100%;
}

.footer
{
	background-color: Black;
	position: relative;
	left: 0px;
	width: 100%;
	color: White;
	height: 30px;
	font-size: 12px;
	font-family: Arial;
}

.footer img
{
	border: 0;
	vertical-align: middle;
}

.footer a
{
	color: White;
	text-decoration: none;
}
.footerCell
{
	height: 30px;
}
