body.ecs {
  background:      #0030A0 url("/images/darkblue-bg.jpg");
  margin:          4px;
}

body.plain {
  background:      white;
  margin:          4px;
}

.stdtxt {
  font-family:     helvetica,arial,sans-serif;
  font-size:       12pt;
  text-decoration: none;
  color:           white;
}

.captxt {
  font-family:     helvetica,arial,sans-serif;
  font-size:       12pt;
  font-weight:     bold;
  text-decoration: none;
  color:           white;
}

.hltxt {
  font-family:     helvetica,arial,sans-serif;
  font-size:       12pt;
  font-weight:     bold;
  text-decoration: none;
  color:           white;
}

.smalltxt {
  font-family:     helvetica,arial,sans-serif;
  font-size:       10pt;
  text-decoration: none;
  color:           white;
}

.bigcaptxt {
  font-family:     times,times new roman,serif;
  font-size:       20pt;
  font-weight:     bold;
  text-decoration: none;
  color:           white;
}

.navlink {
  font-family:     helvetica,arial,sans-serif;
  font-size:       12pt;
  text-decoration: none;
  color:           black;
}

.navalink {
  font-family:     helvetica,arial,sans-serif;
  font-size:       12pt;
  font-weight:     bold;
  text-decoration: none;
  color:           black;
}

.maillink {
  font-family:     helvetica,arial,sans-serif;
  font-size:       12pt;
  text-decoration: underline;
  color:           yellow;
}

.yllwlink {
  font-family:     helvetica,arial,sans-serif;
  font-size:       12pt;
  text-decoration: underline;
  color:           yellow;
}

.fstxt {
  font-family:     courier,monospace;
  font-size:       10pt;
  text-decoration: none;
  color:           white;
}

.navbg {
  background:      #ffffa0 url("/images/nav_mid.jpg");
}

.prctbl {
  background:      #0000c0;
}

.iconstbl {
  border-style:    dotted;
  border-width:    1px;
  color:           #8080ff;
}

hr.half {
  border-style:    solid;
  border-width:    1px;
  background:      #ffffa0;
  width:           75%;
}

hr.full {
  border-style:    solid;
  border-width:    1px;
  background:      #ffffa0;
  width:           100%;
}

