/* ----------- generic ----------- */
body {
  margin:0 18 0 18;
  font-family: Verdana;
  background-color:#FFFFCC;
}
td, input, option, select, textarea {
  font-family: Verdana;
  font-size: 11px;
}
a {
  color: #3333CC;
  text-decoration: none;
}
a:hover {
  color: #3333CC;
  text-decoration: underline;
}
.heading {
  text-align: right;
  font-family: Verdana;
  font-size: 13px;
  color: #FFFFCC;
  font-weight: bold;
}
.content {
  text-align: justify; 
  font-family: Verdana; 
  font-size: 11px;
  vertical-align: top;
}
