body {
  font-family: arial, helvetica;
  font-size: 12px;
}

.header {
  width: 100%;
  background-color: #cccccc;
  border-bottom: 1px solid #999999;
  font-family: times;
  font-weight: bold;
  font-size: 18px;
  color: #444444;
}

.headerctx {
  width: 250px;
  font-family: courier;
  font-size: 12px;
  font-weight: normal;
  vertical-align: top;
}

.contentcap {
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px dashed #888888;
  color: #444444;
}

.footer {
  border-top: 1px solid #999999;
  text-align: center;
  color: #aaaaaa;
  background-color: #eeeeee;
}

.nav {
  width: 100%;
  background-color: #eeeeee;
  border-bottom: 1px dotted #000000;
  color: #333333;
}

.navent, .naventdis {
  width: 100px;
  text-align: center;
  border-right: 1px dotted #000000;
}

.naventdis {
  color: #888888;
}

.form {
  border: 1px solid #888888;
  background-color: #f8f8f8;
}
.formtitle {
  border-top: 1px solid #888888;
  border-left: 1px solid #888888;
  border-right: 1px solid #888888;
  background-color: #cccccc;
  font-weight: bold;
}

.formlbl {
  font-variant: small-caps;
}

.forminp,.forminperr {
  font-family: courier;
  border: 1px solid #000000;
}
.forminperr {
  color: red;
}

.listtable {
  background-color: #ffffff;
  color: #ffffff;
  border: 1px solid #888888;
}

.listtable td, .listtable th {
  padding-left: 5px;
  padding-right: 5px;
}

.listheader {
  background-color: #222222;
  color: #ffffff;
}

.listrow0 {
  background-color: #eeeeee;
  color: #000000;
}

.listrow1 {
  background-color: #dddddd;
  color: #000000;
}

.listrow0 td, .listrow1 td, .listheader th {
  border-right: 1px dotted #ffffff;
}

.debug {
  border-top: 2px dotted #000000;
  background-color: #444444;
  font-family: courier;
  font-size: 12px;
  color: white;
}

a {
  text-decoration: none;
  font-weight: bold;
  color: #444444;
}

input[type=submit] {
  border: 1px solid #000000;
  font-variant: small-caps;
}
