html body
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: dimgray;
}

h1 
{
	color: white;
	font-variant: small-caps;
	text-align: center;
}

table
{
	width: 100%;
	height: 100%;	
}

img
{
	border: 0;
}

a 
{
	color: white;
}

a:hover 
{
	color: white;
	text-decoration: underline;
}

.objectCell
{
	text-align: center;	
}

.footer
{
	position: relative;
	background-color: Black;
	color: White;
	font-family: Arial;
	font-size: 11px;
	left: 0px;
	width: 100%;
}

.footer a
{
	color: White;
}

.footer img
{
	vertical-align: middle;	
}

.footerRow
{
	vertical-align: bottom;
	height: 25px;
}

table.footer 
{
	border-style: none;
	width: 750px;
	border: 0px;
	margin-left: auto;
	margin-right: auto;
}

table.footer tr td 
{
	border-style: none;
	padding: 0px;
}
