body {
	background-color: #666666;
}

.tabel {
	position: center;
	height: 765px;
	width: 1018px;
	border: 1px solid #000000;
	border-spacing: 0px;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

.content {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

H1{
	font-size:				14pt;
	font-weight:			bold;
	margin-bottom:			6px;
}

H2{
	font-size:				10pt;
	font-weight:			bold;
	margin-bottom:			6px;
}

.footer {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-align:	right;
}