body, td, p, input, select {
  font-family: Tahoma, Arial, Helvetica;
  font-size: 11px;
  color: #808080;
}

.btnInput {
  color: #000000;
}

.textForm {
  
}

a {
  color: #808080;
  text-decoration: none;
}

a:hover {
  color: #000000;
  text-decoration: none;
}

.RightText {
  color: #FFFFFF;
}

.bg_blue {
  background-color: #C5D0D2;
}

.bg_orange {
  background-color: #D2C9C2;
}

.bg_red {
  background-color: #D4C4C4;
}

.active {
  font-weight: bold;
  color: #FF9933;
}

a.RightLink {
  color: #FFE27D;
  font-weight: bold;
}

a.RightText {
  color: #000000;
}

a.RightLink:hover {
  color: #FFD951;
  font-weight: bold;
}

.alert {
  color: red;
  font-weight: bold;
}
