body {
  background-color: #F2D27F;
}
.bg_top {
  background-color: #891227;
  height: 53px;
}

.borderline {
  background-color: #FFFFFF;
  border-style: solid;
  border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; border-bottom-width: 1px;
  border-left-color: #BBBB99; border-right-color: #BBBB99; border-top-color: #BBBB99; border-bottom-color: #BBBB99;
}
.noborder {  border-style: none}
.nobr { white-space : nowrap; }

