body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
}
/* CSS Document */


a:link.footlink {
	color:#000000;
	text-decoration:none;
	}
a:visited.footlink {
	color:#999999;
	text-decoration:none;
	}
a:hover.footlink {
	color:#CCCCCC;
	text-decoration:none;
	}

TABLE.layouttab
{
	WIDTH: 750px;
	white-space: normal;
	BACKGROUND-COLOR: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	margin: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 20px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	margin-top: 20px;
}

TABLE.maintab
{
    FONT-SIZE: 10px;
    Font-family: verdana, helvetica, arial, sans serif;
    BACKGROUND-COLOR: white
     
}

