<!-- 
body {
  font: 13px arial;
  color: #000000;
} 

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: 13px;
} 

.table-top {
  background-color: #FFFFFF;
  border-top: inset #000064;
  border-left: inset #000064;
  border-right: inset #000064;
  font-size: 13px;
} 

.table-middle {
  background-color: #FFFFFF;
  border-left: inset #000064;
  border-right: inset #000064;
  font-size: 13px;
} 

.table-bottom {
  background-color: #FFFFFF;
  border-bottom: inset #000064;
  border-left: inset #000064;
  border-right: inset #000064;
  font-size: 13px;
} 

.box {
  border: 1px inset #000064;
}

.dropdown {
  background: #FFFFFF; 
  border: 1px inset #000064; 
  font: 10px 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%;
}

-->