
td {
  text-align: left;
  font-family: tahoma;
  font-size: 11px;
  color: #B7B4AA;
  line-height: 13px;
}

a {
  text-decoration: none;
  color: #B1974C;
}

body {
  margin: 0px;
  padding: 0px;
  background: url(images/bg.jpg) top repeat-x #4D483A;
}

.copy {
  text-decoration: none;
  font-family: tahoma;
  font-size: 9px;
  color: #817D72;
}

.light {
  text-decoration: none;
  color: #B7B4AA;
}

.yellow {
  text-decoration: none;
  color: #B1974C;
}

.orange {
  text-decoration: none;
  color: #FF9B00;
}

.white {
  text-decoration: none;
  color: #FFFFFF;
}

.dark {
  text-decoration: none;
  color: #000000;
}

.arial {
  font-family: arial;
  color: #FFFFFF;
}

.abs {
  vertical-align: middle;
}

.sm {
  font-size: 10px;
}

.u {
  text-decoration: underline;
}

.t {
  text-transform: uppercase;
}

.big {
  font-size: 12px;
}

.bigger {
  font-size: 11px;
}

.form {
  width: 204px;
  height: 17px;
  font-family: tahoma;
  font-size: 11px;
  border-style: solid;
  border-width: 1px;
  border-color: #5A512E;
  background-color: #333222;
  color: #B7B4AA;
  margin-left: 0px;
  margin-right: 0px;
}

.textarea {
  width: 204px;
  height: 61px;
  font-family: tahoma;
  font-size: 11px;
  border-style: solid;
  border-width: 1px;
  border-color: #5A512E;
  background-color: #333222;
  color: #B7B4AA;
  overflow: hidden;
  margin-left: 0px;
  margin-right: 0px;
}

.rollover {
  scrollbar-face-color: #5B5D58;
  scrollbar-track-color: #E2E1DE;
  scrollbar-arrow-color: #E2E1DE;
  scrollbar-3Dlight-color: #E2E1DE;
  scrollbar-base-color: #E2E1DE;
  scrollbar-shadow-color: #E2E1DE;
  scrollbar-darkshadow-color: #E2E1DE;
  scrollbar-highlight-color: #E2E1DE;
}

a:hover {
  text-decoration: underline;
}

.a:hover {
  text-decoration: none;
}

