/*
  web page stylesheet.
  
  Van B. Biesel
  10-8-2006
*/

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

A {
  color: #0000ff;
}

A:hover {
  color: #006600;
  text-decoration: underline;
}

IMG {
  border: 0px;
}

TABLE {
  width: 100%;
  border: 0px;
  padding: 0px;
  border-spacing: 0px;
}

TD, P {
  font-size: 16px;
  font-weight: bold;
  margin-left: 6px;
}

A.soft, P.soft {
  color: #003377;
  text-decoration: none;
  font-family: Copperplate;
}

A.softTitle, P.softTitle {
  color: #003377;
  font-size: 18px;
  font-weight : bold;
  text-decoration: none;
}

TD.left {
  width: 120px;
}

TD.left_nav {
  background: #003366;
  width: 130px;
}

TABLE.nav {
  width: 95%;
  background: #003366;
  color: #DDDDDD;
}

TABLE.client_nav {
  width: 350px;
  background: #003366;
  color: #DDDDDD;
  padding: 6px;
}

TD.nav {
  background: #003366;
  color: #DDDDDD;
  font-size: 16px;
}

A.nav {
  color: #DDDDDD;
  text-decoration: none;
}

A.nav:hover {
  color: #DDDDDD;
  text-decoration: underline;
}

TD.companyName, P.companyName, SPAN.companyName {
  font-size: 36px;
  font-weight: bold;
}

TD.headerText, P.headerText, SPAN.headerText {
  font-size: 18px;
  font-weight : bold;
}

TR.smallText, TD.smallText, P.smallText, SPAN.smallText {
  font-size: 12px;
  font-weight: bold;
}

TD.form_left {
  width=120px;
}

HR, TD.bar {
  background: #003366;
  height: 6px;
}
