a:link
{
  color: rgb(28,72,198);
}

a: visited, a:active
{
  color: rgb(122,150,223);
}

body
{
  background-color: white;
  color: black;
  font: small Verdana, Arial;
}

pre
{
  background-color: #F0F0F0;
  margin: 0;
  font: small "Courier New", Monospace;
}

td
{
  font: small Verdana, Arial;
}

h1
{
  font: bold large Verdana, Arial;
}

h2
{
  font: bold medium Verdana, Arial;
}

h3
{
  font: bold small Verdana, Arial;
}

h4
{
  font: bold x-small Verdana, Arial;
}

ol
{
  list-style-position: outside;
  list-style-type: decimal;
}

ul
{
  list-style-position: outside;
  list-style-type: disc;
}

ul.Nested
{
  list-style-position: outside;
  list-style-type: circle;
}

.Indented
{
  margin-left: 0.5cm
}

table.PageHeader
{
  width: 100%;
  background-color: rgb(122,150,223);
  border-width: 4px;
}

.PageHeaderLeft
{
  width: auto;
  padding: 4px;
  text-align: left;
  vertical-align: center;
  background-color: rgb(122,150,223);
  color: rgb(216,228,248);
  font-size: small;
  font-weight: bold;
}

.PageHeaderRight
{
  width: 100%;
  padding: 4px;
  text-align: left;
  vertical-align: center;
  background-color: rgb(216,228,248);
  color: rgb(122,150,223);
  font-size: small;
  font-weight: bold;
}

table.Copyright, table.Download
{
  width: auto;
  font-size: x-small
}

table.Copyright td
{
  padding: 0px;
  text-align: left;
  vertical-align: center;
  color: black;
}

table.Download th
{
  padding: 4px;
  text-align: left;
  vertical-align: center;
  background-color: rgb(122,150,223);
  color: rgb(216,228,248);
  font-weight: bold;
}

table.Download td
{
  padding: 4px;
  text-align: left;
  vertical-align: center;
  background-color: rgb(216,228,248);
  color: black;
}

.sig
{
  font-size: x-small
}

.Copyright
{
  font-size: x-small;
  text-align: center
}