body {
	margin: 0px;
	background : Black;
	text-align: center;
}
table {
	background : white;
}
img {
	border: 0px;
}
p {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : justify;
	font-weight : 500;
	font-stretch : narrower;
	margin: 0px 3px 15px;
}
h1 {
	font-family : Arial, Helvetica, sans-serif;
	color : #92390F;
	font-size : 14px;
	margin: 0px 3px 15px;
	padding: 0px;
}
a, a:hover, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000099;
}
a.interim, a.interim:hover {

cursor: text;
font-weight: normal;
color: black;
}