html {
  overflow-y: scroll;
  background: #040;
}

body, td, th {
  font: normal small Arial, Helvetica, sans-serif;
  color: #000;
}

body {
  background: #FFF;
  padding: 15px 35px;
  margin: 0px auto;
  max-width: 995px;
}

a { text-decoration: underline; }
a:link { color: #007; }
a:visited { color: #700; }
a:active,
a:hover { color: #F00; }

h1, h2, h3, h4, .green, strong  { color: #080; }
em { color: #F00; }

td { padding-right: 2em; }

hr { clear: both; }

h1 { font-size: 180% }
h2 { font-size: 160% }
h3 { font-size: 140% }
h4 { font-size: 120% }
h5 { font-size: 100% }
h6 { font-size: 90% }

acronym, abbr, .help { border-bottom: 1px dashed #AAA; cursor: help; }

small, .small, sub, sup { font-size: 90%; }
big, .big, .large { font-size: 120%; }
.smaller, .caption { font-size: 75%; }
.tiny { font-size: 7pt; }

.caption { text-align: center; }
.caption img { margin-bottom: 5px; }
.floatR { float: right; margin: 5px 5px 10px 15px; }

table, td  { page-break-inside: avoid }

li, li ul, li ol {
     margin-top: 0.3em;
  margin-bottom: 0.3em;
}

li.pdf {
  list-style-image: url('images/icon_pdf_16.gif');
  padding-left: 5px;
  margin-bottom: 0.8em;
  line-height: 80%;
}

p, ul, ol {
     margin-top: 0.8em;
  margin-bottom: 0.8em;
}

@media print {
  body { padding: 0px ! important; margin: 0px ! important; }
}