* {
  margin: 0;
}

a {
  color: #419639;
  text-decoration: none;
}

img {
  border: 0;
}

body {
  color: #fff;
  background-color: #333;
  font-size: 8pt;
  font-family: Verdana, sans-serif;
}

table {
  border-collapse: collapse;
}

tr, td {
  margin: 0;
  padding: 0;
}

div.siteContainer {
  position: relative;
  width: 950px;
  margin: auto;
  margin-top: 21px;
}

div.menu {
  height: 21px;
  line-height: 21px;
  text-align: center;
}

div.menu a {
  margin: 0;
  display: inline-block;
  padding: 0 1em 0 1em;
	color: #fff;
}

div.menu a.active {
  color: #fff;
  background-color: #666;
}

div.menu a:hover {
  color: #fff;
  background-color: #666;
}

div.subMenu {
  display: none;
  position: absolute;
  text-align: left;
  background-color: #fff;
  z-index: 1;
}

div.subMenu a {
  display: block;
}

.copy {
  font-family: Arial, sans-serif;
}

.copyTitle, h1 {
  font-size: 14pt;
  font-weight: bold;
}

.copyBody {
  margin-top: 1em;
  text-align: justify;
  font-size: 9pt;
}

div.logos {
  width: 100%;
  text-align: center;
  margin-top: 2em;
}

div.logos img {
  vertical-align: middle;
}

table.wizard {
  border: 0;
  border-collapse: collapse;
  font-family: Verdana, sans-serif;
  font-size: 10pt;
  font-weight: bold;
}

td.wizardText {
  background-image: url("images/button-background.png");
  line-height: 30px;
}

table.wizard a {
  display: inline-block;
  color: black;
}

.footer a {
	color: white;
}