 /* Stylesheet for papers developed by David Burdett */
 body{
     font-family:verdana, arial, sans-serif;
    color:#333;
    line-height:14px;
    width:100%;
    margin-right:15px;
    padding-bottom:20px;
    background:#FFFFFF;
  }
 #banner {
    color:#FFF;
    font-size:20px;
    border-bottom:1px dotted #000000;
    border-top:3px solid #6B747F;
    background:#757F8B;
    padding:15px;
    text-transform:uppercase;
    letter-spacing: .2em;
    }
  .description {
    color:#89B6FF;
    font-size:12px;
    font-weight:bold;
    padding-top: 6px;
    text-transform:none;
    }
  #content {
    float:left;
    }
  p, li {
    font-size:13px;
    font-weight:normal;
    background:#FFF;
    padding-left:10px;
    padding-right:10px;
    }
  A {
    text-decoration: none;
    }
  A:link {
    color: #0045AD;
    font-weight:bold;
    text-decoration: none;
    }
  A:visited {
    color: #6B747F; text-decoration: none;
    }
  A:active {
    color: #89B6FF;
    }
  A:hover {
    color: #89B6FF;
    }
  h1 {
    font-size:18px;
    font-weight:bold;
    padding:8px;
    background:#9EACBC;
    text-transform:uppercase;
    letter-spacing: .2em;
    counter-increment: chno;
      }
 h2 {
    font-size:16px;
    font-weight:bold;
    line-height:14px;
    padding-left:10px;
    padding-right:10px;
    }
  h3 {
    font-size:13px;
    font-weight:bold;
    line-height:14px;
    padding-left:10px;
    padding-right:10px;
    }
 .xml {
    font-family:courier, courier new;
    color:#333;
    font-size:10px;
    font-weight:normal;
    background:#FFF;
    padding-left:10px;
    padding-right:10px;
    }
table.note {
  width: 98%;
  color: #000099;
  border-style: solid;
  border-width: 1px;
  border-color: #000099
}
table.note td { padding: 0.75em }
.noteHeader {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold
}
table.codeBlock {
  width: 98%;
  text-align: left
}
table.table {
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  empty-cells: show;
  border-collapse: collapse;
}
table.table caption {
  caption-side: top;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
  font-size: 0.95em
}
table.table th {
    font-size:14px;
    font-weight:bold;
    line-height:14px;
    padding-left:10px;
    padding-right:10px;
    background: #9EACBC;
    padding: 0.5em;
    letter-spacing: .2em
  }
table.table td {
    font-size:12px;
    vertical-align: text-top;
}
