BODY {
  background: white url(images/polder_pano_bg.jpg) repeat-x scroll;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

BODY.pf {
  background: white;
}

BODY, TD, P, A, OPTION, INPUT {
  font-family: "Arial","Helvetica",sans-serif;
  font-size: 12px;
  color: #000000;
}

.center {
text-align: center;
}

.content {
  color: black;
}

TD.content {
  vertical-align: top;
  padding: 4px 15px 4px 15px;
}

.content A:link, .content A:visited {
  color: #0000CC;
  text-decoration: underline;
}

.content A:hover {
  color: #0000CC;
  text-decoration: none;
  font-weight: bold;
}

.footer {
  font-size: xx-small;
  text-align: center;
}

TD.footer {
  vertical-align: top;
  padding: 20px 15px 4px 15px;
}

.footer A {
  font-size: xx-small;
  text-decoration: underline;
}

.footer A:hover {
  font-weight: bold;
  text-decoration: underline;
}

P {
  margin: 2px 0px 8px 0px;
}

H1 {
  font-weight: bold;
  font-size: large;
  margin: 16px 0px 8px 0px;
  color: #CC0000;
}

H2 {
  font-weight: bold;
  font-size: medium;
  margin:  16px 0px 8px 0px;
}

H3 {
  font-weight: bold;
  font-size: small;
  margin: 16px 0px 8px 0px;
}

.striking {
  color: #CC0000;
}

.required {
  color: red;
}

.error {
  color: red;
  font-weight: bold;
}

DT {
  font-weight: bold;
}

TD.fieldlabel {
  font-weight: bold;
  border-bottom: solid 1px gray;
  padding: 15px 2px 0px 2px;
}

TD.fieldinput {
  border-bottom: solid 1px gray;
  padding: 15px 5px 1px 0px;
}

li.checkitem {
  list-style: url("images/checkcircle.gif") circle;
}

.shadedbox {
  border: solid 1px #CC0000;
  background: #FFFFCC;
  font-size: 14px;
  padding: 4px;
}