#html, body {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width:1080px;
  height: 100%;
  margin: auto;
}
BODY {
	background-image:url(bg.gif);
}

a:link, a:visited {
	font-family:arial;
	font-size:10pt;
	color:blue;
	text-decoration:none;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}

TABLE {
	background-color:#FFFFFF;
	border:1px solid black;
	width:750px;
	text-align:left;
}

TD{
	font-family:arial;
	font-size:10pt;
	text-align:left;
}

TD.body{
	padding-left:15px;
}
