TD {
  font-family: Tahoma;
  font-size: 11px;
  color: #7D858A;
}

A.button {
  display: block;
  width: 69px;
  height: 32px;
  margin-left: 1;
  font-family: Tahoma;
  font-size: 10px;
  font-weight: bold;
  color: #606060;
  text-decoration: none;
  background-image: url('images/button_down.jpg');
  background-repeat: no-repeat;
  text-align: center;
}

A.button:hover {
  color: #B95D2C;
  background-image: url('images/button_up.jpg');
}

HR {
  width: 600px;
  height: 1;
  color: #606060;
}
TD.bottom {
  font-family: Verdana;
  font-size: 10px;
  color: #606060;
  padding-bottom: 2px;
}

TD.bottom A {
  color: #606060;
  text-decoration: none;
}

TD.bottom A:hover {
  color: #B95D2C;
}

TD.main {
  padding: 20px;
  background-image: url('images/text_top_bg.jpg');
  background-repeat: no-repeat;
  font-family: Tahoma;
  font-size: 11px;
  color: #7D858A;
}

TD.main A {
  color: #606060;
  text-decoration: none;
  font-weight: bold;
}

TD.main A:hover {
  color: #B95D2C;
  text-decoration: none;
  font-weight: bold;
}

DIV.comments {
  text-align: justify;
  width: 500px;
}

INPUT.input {
  font-family: Tahoma;
  font-size: 11px;
  border: solid 1px #ACACAC;
  background-color: #F8F8F8;
  width: 280;
}

TEXTAREA.textarea {
  font-family: Tahoma;
  font-size: 11px;
  border: solid 1px #ACACAC;
  height: 75px;
  width: 280px;
  background-color: #F8F8F8;
}

INPUT.button {
  cursor: hand;
  font-family: Tahoma;
  font-size: 11px;
  border: solid 1px #ACACAC;
  background-color: #E7E7E7;
  width: 100;
}

DIV.hr {
  border-top: solid 1px #E4EBE3;
	margin-top: 5px;
  margin-bottom: 5px;
}

TABLE.pedigry {
  background-color: #FCFCFC;
  border-collapse: collapse;
}

TABLE.pedigry TD {
  border: solid 1px #E4EBE3;
}

A IMG.border {
  border: solid 2px #606060;
}

A:hover IMG.border {
  border: solid 2px #B95D2C;
}

IMG.gallery {
  border: solid 2px #606060;
}

.gbnavigation {
  font-weight : bold;
  color : #CCCCCC;
}