body {
    background-color: #000078;
    font: 12px arial;
    background-image: url('/images/back.png');
    background-attachment: fixed;
}
.text {
    color: #000078;
}

a:link {
  text-decoration: none;
  color: #000080;
}

a:visited {
  text-decoration: none;
  color: #800000;
}

a:hover {
  text-decoration: underline;
}

.table {
  background-color: #FFFFFF;
  border: inset #000064;
  font-size: 12px;
}

.table-top {
  background-color: #FFFFFF;
  border-top: inset #000064;
  border-left: inset #000064;
  border-right: inset #000064;
  font-size: 12px;
}

.table-middle {
  background-color: #FFFFFF;
  border-left: inset #000064;
  border-right: inset #000064;
  font-size: 12px;
}

.table-bottom {
  background-color: #FFFFFF;
  border-bottom: inset #000064;
  border-left: inset #000064;
  border-right: inset #000064;
  font-size: 12px;
}

.box {
  border: 1px inset #000064;
}

.dropdown {
  background: #FFFFFF;
  border: 1px inset #000064;
  font: 12px arial;
  color: #000064;
}

.border-bottom {
  border-bottom: 1px solid #000064;
}

.border-right {
  border-right: 1px solid #000064;
}

.border-bottom-right {
  border-bottom: 1px solid #000064;
  border-right: 1px solid #000064;
}


hr {
  width: 50%;
}

