body
{
  background-color: #8ECC8E;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

div, a, h1, h2, h3
{
  font-family: arial, helvetica, sans-serif;
  color: black;
}

div
{
  font-size: small;
}

a, a:link, a:visited
{
  color: blue;
  text-decoration: none;
}
a:active
{
  color: red;
  text-decoration: underline;
}
a:hover
{
  color: purple;
  text-decoration: underline;
}

table, td {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;

  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}




div.contactInfo
{
  text-align: center;
  color: #181818;
  font-size: 75%
}

div.stage {
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 4px;
  margin-bottom: 4px;

  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;

  border: 1px black solid;

  background-color: #C1E3C1;
}

div.headline
{
  margin-left: 7px;
  margin-right: 7px;
  margin-top: 3px;
  margin-bottom: 3px;
}
div.body
{
  margin-left: 21px;
  margin-right: 14px;
}



td.topLeft {
  text-align: left;
  vertical-align: top;
}




td.psched, td.pschedCap {
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 2px;
  margin-bottom: 2px;

  padding-left: 2px;
  padding-right: 2px;
  padding-top: 2px;
  padding-bottom: 2px;

  border-left: 1px black solid;
  border-top: 1px black solid;

  background-color: white;
  text-align: center;
  vertical-align: middle;
}

td.pschedCap {
  background-color: #B0B0B0;
}

table.psched{
  border-right: 1px black solid;
  border-bottom: 1px black solid;
}

th.psched, th.pschedKey {
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 2px;
  margin-bottom: 2px;

  padding-left: 2px;
  padding-right: 2px;
  padding-top: 2px;
  padding-bottom: 2px;

  border-left : 1px black solid;
  border-top: 1px black solid;
  border-bottom: 0px black solid;
  
  background-color: #B0B0B0;

  text-align: center;
  vertical-align: middle;
}

th.pschedKey {
  border-left : 0px black solid;
  border-top: 0px black solid;
  border-bottom: 0px black solid;
  background-color: transparent;
}

td.estLabel {
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 2px;
  margin-bottom: 2px;

  padding-left: 2px;
  padding-right: 2px;
  padding-top: 2px;
  padding-bottom: 2px;

  text-align: right;
  vertical-align: middle;
}

input.estValue {
  text-align: center;
  vertical-align: middle;
}

td.infoLabel {
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 2px;
  margin-bottom: 2px;

  padding-left: 2px;
  padding-right: 2px;
  padding-top: 2px;
  padding-bottom: 2px;

  text-align: right;
  vertical-align: middle;
}

td.infoValue {
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 2px;
  margin-bottom: 2px;

  padding-left: 2px;
  padding-right: 2px;
  padding-top: 2px;
  padding-bottom: 2px;

  text-align: left;
  vertical-align: middle;
}

b.manifestSectHead {
  font-size: 110%;
}

