/* GENERIC */
body {
  background-color: black;
  color: gray;
}
.leftpane p {
  margin: 8px 0;
}
H1  {
	color: white;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

H2  {
	color: #7b7b7b;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
    margin: 0;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
    margin: 0;
}

H5  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
    margin: 0;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
    margin: 0;
}
H1 a:link, H1 a:visited, H1 a:active {
	color: white;
  text-decoration: underline;
}
H1 a:hover {
  color: #c1d524;
  text-decoration: underline;
}
.NormalBold, .SubHead {
color:white;
}
