
body {
  font-family:       "Georgia", "Bitstream Vera Serif", serif;
  font-size:         14pt;
  background-color:  white;
  color:             black;
}
a {
  text-decoration:   none;
  color:             inherit;
}

.clipleft
{
    float:            left;
    border:           0;
    padding:          0.5em;
}
.clipright
{
    float:            right;
    border:           0;
    padding:          0.5em;
}

.sectionsidebar {
    display:          none;
}
.sidebar {
    clear:            right;
    float:            right;
    border:           1pt solid black;
    padding:          3pt;
    max-width:        25%;
}
.sidebar .caption {
  font-size:          1.25em;
  text-align:         center;
  width:              100%;
  padding-top:        3px;
  padding-bottom:     3px;
}
.sidebar img {
  text-align:         center;
  padding:            1pt;
  border:             1pt solid #999999;
}
.sidebar .imgcaption {
  font-size:          0.8em;
  font-style:         italic;
}

div.p {
  margin-top:         1em;
  margin-bottom:      1em;
}
div.h {
  margin-top:         1em;
  font-size:          1.1em;
  font-weight:        bold;
}

div#siteheader {
  display:            none;
}

div#pagefeature > div {
  padding-bottom:     1em;
}
div#pagefeature ul {
  margin-left:        1em;
  padding-left:       1em;
}
div#pagefeature ul li {
  margin-left:        1em;
}
.hugpreceding {
  margin-top:        -0.75em;
}

table.table {
  border:            1pt solid black;
}
table.table caption {
  font-size:          1.25em;
  text-align:         center;
  padding-top:        3pt;
  padding-bottom:     3pt;
}
table.table td {
  padding:            2px;
}
.numeric {
  text-align:         right;
}

.footnote,
.lipsum,
.hostedby {
    display:          none;
}
.fineprint {
  font-size:          0.5em;
}

div#sitesections,
div#sectionsidebar,
div#sitefooter {
    display:          none;
}

ins {
  text-decoration:    inherit;
}

del {
  text-decoration:    line-through;
}
