body { 
  font-family: verdana; 
  font-size: 8pt;
  line-height: 15pt;
  color: lightgrey;
  background-color: #110888;
  padding: 15px;
  margin: 0px; 
}

table, td, div, span { 
  margin: 0px; 
  font-family: verdana; 
  font-size: 8pt;
  line-height: 15pt;
  color: lightgrey;
  background: #110888;

}
#container { 
  width: 800px;
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -400px;
}
.download_section {
  border: 1px dotted #bbbbbb;
  float: right;
  padding: 8px;
  height: 30px;
  clear: both;
  width: 140px;
}
h1 {
  color : #111111;
  font-size : 16pt;
  font-weight : normal;
  margin-top:0px;
}
h1 span.form_name { 
  color : #3b619e;
  font-size : 16pt; 
  font-weight : normal;
}
.red { color: #cc0000; }
.red { color: #18DEEC; }
.green { color: green; }