body.bgcolor
{
	background-color		: steelblue;
}

div.foreground
{
	vertical-align			: middle;
	width					: 1350px;
	margin-left				: auto;
	margin-right			: auto;
}

table.header
{
	width					: 1000;
    height                  : 5%;
	border					: 0px solid whitesmoke;
    margin-top              : 10;
    margin-left             : auto;
    margin-right            : auto;
	text-align				: center;
	color                   : white;
}

table, tr, td
{
	border					: 0px solid whitesmoke;
}
table.home
{
	width					: 1000px;
    height                  : 85%;
    margin-top              : 10px;
    margin-left             : auto;
    margin-right            : auto;
}
table.home td
{
	width					: 100%;
	height					: 100%;
	text-align				: center;
	font-family				: "Times New Roman", Times, serif;
	font-size				: 16px;
	font-style				: none;
}

table.footer
{
	width					: 1000;
    height                  : 5%;
	border					: 0px solid whitesmoke;
    margin-top              : 10;
    margin-left             : auto;
    margin-right            : auto;
	text-align				: center;
	font-size               : 10px;
	font-family             : Arial;
	color                   : white;
}
