body {
  font-family: "Arial", "Verdana", "Helvetica", "sans-serif";
  background-color: #000000;
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
}
P.breakhere {
	page-break-before: always
}

copyright {
  font-size: 6pt;
  font-style: normal;
}

A {
  color: #ffff00;
  text-decoration: none;
}

A:hover {
  color: #ffff00;
  text-decoration: none;
}

A:visited {
  color: #ffff00;
  text-decoration: none;
}

A:active {
  color: #ffff00;
  text-decoration: none;
}

td.white {
	background-color: #FFFFFF;
  color: #000000;
	vertical-align: center;
	text-align: center;
}

td.white2 {
	background-color: #FFFFFF;
  color: #000000;
	vertical-align: center;
	text-align: center;
}

td.black {
	background-color: #222222;
  color: #ffffff;
	vertical-align: center;
	text-align: center;
}

td.bg {
	background-color: #222222;
        color: #ffffff;
}

td.white:hover {
	background-color: #00F800;
  color: #000000;
	vertical-align: center;
	text-align: center;
}

td.white2:hover {
	background-color: #FF0000;
  color: #000000;
	vertical-align: center;
	text-align: center;
}

td.black:hover {
	background-color: #FEA100;
  color: #ffffff;
	vertical-align: center;
	text-align: center;
}

td.white:visited {
	background-color: #00F800;
  color: #000000;
	vertical-align: center;
	text-align: center;
}

td.white2:visited {
	background-color: #FF0000;
  color: #000000;
	vertical-align: center;
	text-align: center;
}

td.black:visited {
	background-color: #FEA100;
  color: #ffffff;
	vertical-align: center;
	text-align: center;
}

