html, body {
  background-color: rgb(0,0,0);
}

a {
  color:            rgb(0,0,0);
  background-color: transparent;
}

a:hover {
  color:            rgb(255,255,255);
  background-color: rgb(0,0,0);
}

h1.HeaderTitle1 {
  color:            rgb(0,0,0);
}

td.LayoutMenu h2 {
  color:            rgb(255,255,255);
  background-color: rgb(0,0,0);
}

td.LayoutDocument h2 {
  color:            rgb(255,255,255);
  background-color: rgb(0,0,0);
}

h3 {
  color:            rgb(255,255,255);
  background-color: rgb(0,0,0);
}

/* Box */
div.BoxFrame {
  border-color:     rgb(0,0,0);
  color:            rgb(0,0,0);
  background-color: rgb(255,255,255);
}

/* Layout Page */
table.LayoutPage {
  border-color:     rgb(109,109,109);
  color:            rgb(255,255,255);
  background-color: rgb(182,182,182);
}

/* Layout Footer */
td.LayoutFooter a {
  color:            rgb(0,0,0);
  background-color: transparent;
}

td.LayoutFooter a:hover {
  color:            rgb(182,182,182);
  background-color: rgb(0,0,0);
}

/* Footer */
div.FooterVisitors {
  color:            rgb(0,0,0);
  background-color: transparent;
}

div.FooterCopyright {
  color:            rgb(0,0,0);
  background-color: transparent;
}

/* Picture */
a.Picture img {
  border-color:     rgb(0,0,0);
  background-color: rgb(0,0,0);
}

a.Picture:hover img {
  border-color:     rgb(0,0,0);
  background-color: rgb(255,255,255);
}

/* Document */
div.BoxDocument ul {
  list-style-type: none;
}

div.BoxDocument ul ul {
  list-style-type: square;
}

div.BoxDocument table {
  border-color:     rgb(0,0,0);
  color:            inherit;
  background-color: transparent;
}

div.BoxDocument .title {
  background-color: rgb(224,224,224);
}

div.BoxDocument th, div.BoxDocument td {
  border-color:     rgb(0,0,0);
}

div.BoxDocument td.NoBorder {
  margin: 0px;
  padding: 0px;

  border-style: none;

  vertical-align: top;

  text-align: left;
}
