html, body {
  background-color: rgb(112,112,112);
}

a {
  color:            rgb(0,0,0);
  background-color: transparent;
}

a:hover {
  color:            rgb(255,255,255);
  background-color: rgb(0,0,0);
}

td.LayoutMenu a:hover {
  color:            rgb(176,176,176);
  background-color: rgb(0,0,0);
}

h1.HeaderTitle1 {
  color:            rgb(0,0,0);
}

h1.HeaderTitle2 {
  color:            rgb(0,0,0);
  background-color: rgb(240,16,16);
  margin-left: 25%;
  margin-right: 25%;
  margin-bottom: 10px;
  padding: 2px;
  border-color:     rgb(0,0,0);
  border-style:     solid;
  border-width: 2px;
}

div.BoxLocation div.BoxFrame  {
  color:            rgb(0,0,0);
  background-color: rgb(240,208,80);
}

td.LayoutMenu h2 {
  color:            rgb(0,0,0);
  background-color: rgb(240,16,240);
  border-color:     rgb(0,0,0);
  border-style:     solid;
  border-width: 0px 0px 2px 0px;
}

/*
td.LayoutMenu h2 {
  color:            rgb(0,0,0);
  background-color: rgb(240,16,240);
  border-color:     rgb(0,0,0);
  border-style:     solid;
  border-width: 0px 0px 2px 0px;
}
*/

div.BoxMenu div.BoxFrame  {
  color:            rgb(0,0,0);
  background-color: rgb(176,176,176);
}

div.BoxMenu div.BoxFrame {
  padding: 0px;
}
/*
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);
}
*/
td.LayoutDocument h2 {
  color:            rgb(0,0,0);
  background-color: rgb(16,240,16);
  border-color:     rgb(0,0,0);
  border-style:     solid;
  border-width:     2px;
}

h3 {
  color:            rgb(0,0,0);
  background-color: rgb(16,240,240);
  border-color:     rgb(0,0,0);
  border-style:     solid;
  border-width:     2px;
}

/* 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(112,112,112);
  color:            rgb(0,0,0);
  background-color: rgb(112,112,112);
}

/* Layout Footer */
td.LayoutFooter a {
  color:            rgb(0,0,0);
  background-color: transparent;
}

td.LayoutFooter a:hover {
  color:            rgb(0,0,0);
  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 table {
  border-color:     rgb(0,0,0);
  color:            inherit;
  background-color: transparent;
}

div.BoxDocument th, div.BoxDocument td {
  border-color:     rgb(0,0,0);
}
