body {
	font-family: Arial;
	font-size: 8pt;
	color: White;
	background-color: Black;
}
A:link {
	text-decoration: none;
	color: #CC9933;
	background-color: #000000;
}
A:visited {
	text-decoration: none;
	color: #FF0000;
}
A:active {
	text-decoration: none;
	color: #FF0000;
}
A:hover {
	text-decoration: none;
	color: #FF0000;
}
table {
	font-size: 8pt;
}

.header {
	font-weight: bold;
	font-size: 110%;
	text-align: center;
	padding: 2 2 2 2;
	background-color: #8B4513;
}

.shading {
	background-color: #828282;
}

.title {
  font-size : 16pt;
  font-weight: bold;
  text-align: center;
}

