a {
  color:            rgb(240,232,208);
  background-color: transparent;
}

a:hover {
  color:            rgb(96,96,80);
  background-color: rgb(240,232,208);
}

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

h2 {
  border-width: 2px;
  border-style: solid;
  border-top-color:    rgb(144,176,208);
  border-left-color:   rgb(144,176,208);
  border-right-color:  rgb(80,80,120);
  border-bottom-color: rgb(80,80,120);
  color:            rgb(208,224,240);
  background-color: rgb(128,128,160);
  /*
  border-top-color:    rgb(240,192,0);
  border-left-color:   rgb(240,192,0);
  border-right-color:  rgb(128,64,0);
  border-bottom-color: rgb(128,64,0);
  color:            rgb(112,48,0);
  background-color: rgb(192,128,0);
  */
}

h3 {
  border-width: 2px;
  border-style: solid;
  border-color:        rgb(109,95,77);
/*
  border-top-color:    rgb(80,80,64);
  border-left-color:   rgb(80,80,64);
  border-right-color:  rgb(144,176,208);
  border-bottom-color: rgb(144,176,208);
*/
  color:            rgb(240,224,0);
  background-color: rgb(99,87,71);
}
/*
h3 {
  color:            rgb(64,96,96);
  background-color: rgb(240,144,0);
}
*/
/* Box */
div.BoxFrame {
  border-top-color:    rgb(57,83,0);
  border-left-color:   rgb(57,83,0);
  border-right-color:  rgb(129,175,105);
  border-bottom-color: rgb(129,175,105);
  color:            rgb(208,192,160);
  background-color: rgb(119,103,83);
}

/* Layout Page */
table.LayoutPage {
  border-top-color:    rgb(129,175,105);
  border-left-color:   rgb(129,175,105);
  border-right-color:  rgb(57,83,0);
  border-bottom-color: rgb(57,83,0);
  color:            rgb(55,63,51);
  background-color: rgb(91,139,23);
}

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

td.LayoutFooter a:hover {
  color:            rgb(91,139,23);
  background-color: rgb(55,63,51);
}

/* Footer */
div.FooterVisitors {
  color:            rgb(55,63,51);
  background-color: transparent;
}

div.FooterCopyright {
  color:            rgb(55,63,51);
  background-color: transparent;
}

/* Picture */
a.Picture img {
  border-color:     rgb(240,232,208);
}

a.Picture:hover img {
  border-color:     rgb(240,232,208);
}
/* Document */
div.BoxDocument ul {
  list-style-type: none;
}

/*
div.BoxDocument table {
  border-color:     rgb(240,144,0);
  color:            inherit;
  background-color: transparent;
}
*/
/*
div.BoxDocument th, div.BoxDocument td {
  white-space: normal;
}
*/
