
body {
  font-size:10pt;
  font-family:Verdana,Geneva,'DejaVu Sans',sans-serif;
  line-height:120%;
  padding: 20px 0 100px;
  background: #F4F4E0
}
h1 { font-size: 1.8em; margin:1em 0 0.5em;}
h2 { font-size: 1.2em; margin:1em 0 0.5em;}

a { 
  color: #800857;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}

div.main_content {
  margin-top: 100px;
}

p { padding-bottom: 1em; }

table.boxed { 
  border: 1px solid #CCC; 
        margin-left:auto; 
        margin-right:auto;
}
table.boxed tr {}
table.boxed th {text-align: right; padding: 0.8em 1em 0.8em 2.5em;}
table.boxed td {text-align: left; padding: 0.8em 2.5em 0.8em 1em;}
table.boxed tr:first-child td{padding-top: 2em;}
table.boxed tr:last-child td{padding-bottom: 2em;}

.asof {
  font-size: 0.7em;
}


