body { 
  margin: 3px; 
  border: 1px solid #6593CF; 
  padding: 0px;
}

body.panel { 
  background-color: #BFDBFF; 
}


body, td, a, input, select { 
  font-family: Tahoma, Verdana; 
  font-size: 8pt; 
}


.tab_0 {
  border-bottom: 2px solid #6593CF;
}

.tab_l {
  border-top: 1px dashed #6593CF;
  border-left: 1px dashed #6593CF;
  border-bottom: 2px solid #6593CF;
  text-align: center;
}

.tab_r {
  border-top: 1px dashed #6593CF;
  border-right: 1px dashed #6593CF;
  border-bottom: 2px solid #6593CF;
  text-align: center;
}

.tab_s1 {
  font-size: 1px;
  border-top: 2px solid #6593CF;
  border-left: 2px solid #6593CF;
  border-right: 2px solid #6593CF;
}

.tab_s2 {
  color: Blue;
  border-left: 2px solid #6593CF;
  border-right: 2px solid #6593CF;
  font-weight: bold;
  text-align: center;
}

a:link.tab, a:visited.tab, .tab {
  color: Navy;
  text-decoration: none;
}

a:hover.tab {
  text-decoration: underline;
  color: Blue;
}

.pagetitle {
  color: Black;
}

.panel {
  color: Navy;
}

label {
  cursor: pointer;
}
