body
{
  background-color: #404040;
}
.mainbody
{
  text-align: left;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  background-color: #000000;
}

.navigation
{
  width: 1000px;
  background-color: #E0E0E0;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top-color: #000000;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}


.navigation A:link
{
  color: #000000;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 10pt;
  font-weight: 700;
  padding: 5px;
}

.navigation A:visited
{
  color: #000000;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 10pt;
  font-weight: 700;
  padding: 5px;
}

.navigation A:hover
{
  color: #000000;
  background-color: #FFF500;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 10pt;
  font-weight: 700;
  padding: 5px;
  text-decoration: none;
}

.standard
{
  color: #FFFFFF;
  font-family: "Arial";
  font-size: 10pt;
  line-height: 1.2;
  margin-top: 0;
}

.footer
{
  color: #FFFFFF;
  font-family: "Arial";
  font-size: 8pt;
  line-height: 1.2;
  text-align: center;
}

.footer A:link
{
  color: #FFFFFF;
  font-family: "Arial";
  font-size: 8pt;
  line-height: 1.2;
  text-align: center;
}

.footer A:visited
{
  color: #FFFFFF;
  font-family: "Arial";
  font-size: 8pt;
  line-height: 1.2;
  text-align: center;
}

.footer A:hover
{
  color: #FFFFFF;
  font-family: "Arial";
  font-size: 8pt;
  line-height: 1.2;
  text-align: center;
}

h1 
{
  text-align: left;
  font-family: "Arial";
  color: #FFF500;
  font-size: 18pt;
  line-height: 1.0;
  font-weight: 700;
}

h2
{
  font-family: "Arial";
  color: #FFFFFF;
  font-size: 16pt;
  line-height: 1.0;
  font-weight: 700;
  font-style: italic;
}

h3
{
  font-family: "Arial";
  color: #FFFFFF;
  font-size: 16pt;
  line-height: 1.5;
  margin-bottom: 0;
  font-weight: 700;
  text-decoration: underline;
}

A:link
{
  font-family: "Arial";
  font-size: 10pt;
  color: #FFFFFF;
  font-weight: 700;
  text-decoration: none;
}

A:visited
{
  font-family: "Arial";
  font-size: 10pt;
  color: #FFFFFF;
  font-weight: 700;
  text-decoration: none;
}

A:hover
{
  font-family: "Arial";
  font-size: 10pt;
  color: #FFFFFF;
  font-weight: 700;
  text-decoration: underline;
}

