html body
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #000000;
	font-family: Arial;
	font-size: 12px;
	border: none;
}

table
{
	width: 100%;
	height: 100%;
	border: 0px;
	font-size: 12px;
}

.objectCell
{
	height: auto;
}

.centerObject  
{
	text-align: center;
}

.footerRow
{
	vertical-align: bottom;
	height: 25px;
}

.footerCell
{
	height: 25px;
}

.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;
}