body {
  background-color: black;
}
BODY.Home {
  background-image: url(img/Forest-4.jpg);
  background-repeat: repeat-x;
}
.Gold {
  font-size: x-small;
  color: #c4bda3;
  font-family: verdana,helvetica;
}
.GoldLabel
{
  font-weight: bold;
  font-size: x-small;
  color: #c4bda3;
  font-family: verdana,helvetica;
}
.GoldTitle
{
  font-weight: normal;
  font-size: large;
  color: #c4bda3;
  font-family: verdana,helvetica;
}
INPUT.Gold
{
  font-size: x-small;
  color: #c4bda3;
  background-color: #293139;
}
SELECT.Gold
{
  font-size: x-small;
  color: #c4bda3;
  background-color: #293139;
}
INPUT.Gold2
{
  font-size: x-small;
  color: #392f1d;
  background-color: #d4c386;
}
SELECT.Gold2
{
  font-size: x-small;
  color: #392f1d;
  background-color: #d4c386;
}
.BreadCrumb
{
  font-family: verdana,helvetica;
  color: #336600; 
  font-size: x-small; 
  text-decoration: none;
}
a.BreadCrumb:hover
{
  color: #a58c5a;
}
.BreadCrumbLast
{
  font-family: verdana,helvetica;
  color: #a58c5a; 
  font-size: x-small; 
  text-decoration: none; 
  font-weight: bold;
}
.Parchment
{
  background-image: url(img/Parchment.gif);
  color: white;
  background-repeat: no-repeat;
  font-family: Verdana, helvetica;
}
.Error
{
  font-weight: bold;
  font-size: medium;
  color: yellow;
  font-family: verdana,helvetica;
}
