body {
  margin-left:1px;
  margin-right:1px;
  margin-top:1px;
  margin-bottom:1px;
  background-color:#D6DEDE;
  font-family:'VAG Rounded Thin','Arial','Verdana';
  font-size:11px;
  color:#000000;
}

table {
  empty-cells:show;
  font-family:'VAG Rounded Thin','Arial','Verdana';
  font-size:11px;
  color:#000000;
}

textarea, select, input {
  font-family:'VAG Rounded Thin','Arial','Verdana';
  font-size:11px;
  color:#000000;
}

pre {
  font-family:'VAG Rounded Thin','Arial','Verdana';
  font-size:11px;
}

a:link {
  color:#204499;
  text-decoration:none;
  font-weight:normal;
}

a:visited {
  color:#204499;
  text-decoration:none;
  font-weight:normal;
}

a:active {
  color:#204499;
  text-decoration:none;
  font-weight:normal;
}

a:hover {
  color:#204499;
  text-decoration:none;
  font-weight:normal;
  text-decoration:underline;
}

.border {
  margin:0px;
  padding:0px;
  background-color:#204487;
}

.bg1 {
  background-color:#D6DEDE;
}

.bg2 {
  background-color:#BCCEC6;
}

.bg3 {
  background-color:#E8F4F4;
}

.copy {
  font-size:9px;
}

.image {
  border:1px solid #204487;
}

.error {
  color:#8f0000;
}

