body 
{ 
	font-family: Arial, Helvetica; 
	font-size: 10pt; 
	background-color: black;
	background-image: url(interlace.gif); 
	background-repeat: repeat-all;
}

h1
{
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

h2
{
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
}
table 
{ 
	background: #f0f0f0; 
	border-all: 0px; 
	cell-spacing: 0px; 
	cell-padding: 0px; 
}

td 
{ 
	font-family: Arial, Helvetica; 
	font-size: 8pt; 
	text-align: center; 
}

a 
{ 
	color: #000000; 
	text-decoration: none; 
	font-weight: bold;
}

.watermark
{
	background-image: url(logo.gif); 
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: bottom right;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
	border-right: 0px;
	height: 500px;
	text-align: left;
}
