body {
  line-height: 1.5;
  font-family: "Times New Roman", Times, Arial, Helvetica, sans-serif;
  color: black;
  background: none;
  font-size: 10pt;
}

.container {
  background: none;
}

hr {
  background: #cccccc;
  color: #cccccc;
  width: 100%;
  height: 2px;
  margin: 2em 0;
  padding: 0;
  border: none;
}
hr.space {
  background: white;
  color: white;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Times New Roman", Times, Arial, Helvetica, sans-serif;
}

code {
  font-size: 0.9em;
  font-family: "andale mono", "lucida console", monospace;
}

a img {
  border: none;
}
a:link, a:visited {
  background: transparent;
  font-weight: 700;
  text-decoration: underline;
}

p img.top {
  margin-top: 0;
}

blockquote {
  margin: 1.5em;
  padding: 1em;
  font-style: italic;
  font-size: 0.9em;
}

.small {
  font-size: 0.9em;
}

.large {
  font-size: 1.1em;
}

.quiet {
  color: #999999;
}

.hide {
  display: none;
}

/* IPS editor contents */
.editorelement table {
  border-collapse: collapse;
  float: none;
}
.editorelement table td {
  vertical-align: top;
  padding: 0.3em;
}
.editorelement table .valign_top, .editorelement table .vertical-align_top {
  vertical-align: top;
}
.editorelement table .valign_middle, .editorelement table .vertical-align_middle {
  vertical-align: middle;
}
.editorelement table .valign_bottom, .editorelement table .vertical-align_bottom {
  vertical-align: bottom;
}
.editorelement table .valign_baseline, .editorelement table .vertical-align_baseline {
  vertical-align: baseline;
}
.editorelement table thead td {
  font-weight: 700;
}
.editorelement .font-weight_bold {
  font-weight: bold;
}
.editorelement .caption {
  font-size: 90%;
  font-style: italic;
  padding: 0.3em 0.5em;
  margin: 0;
}
.editorelement .float_left {
  float: left;
  margin-right: 1em;
}
.editorelement .float_right {
  margin-left: 1em;
  float: right;
}
.editorelement .dir_rtl {
  direction: rtl;
}
.editorelement .dir_ltr {
  direction: ltr;
}
.editorelement .align_left, .editorelement .text-align_left {
  text-align: left;
}
.editorelement .align_right, .editorelement .text-align_right {
  text-align: right;
}
.editorelement .align_center, .editorelement .text-align_center {
  text-align: center;
}
.editorelement .align_justify, .editorelement .text-align_justify {
  text-align: justify;
}
.editorelement span.underlined, .editorelement span.underline, .editorelement .underline {
  text-decoration: underline;
}
.editorelement .user-box {
  padding: 0.5em;
  background: #eeeeee;
}
.editorelement iframe {
  background: white;
}
.editorelement a.file_object {
  padding: 0.5em;
  text-decoration: none;
}
.editorelement .file_object img, .editorelement .file_object span {
  margin-right: 0.5em;
}

table.bordered-user-table {
  border: solid 1px #cccccc;
  border-bottom-width: 0;
  border-right-width: 0;
}
table.bordered-user-table td {
  border: 1px solid #cccccc;
  border-top-width: 0;
  border-left-width: 0;
}
table.outlined-user-table {
  border: solid 1px #cccccc;
}
table.outlined-horizontal-user-table {
  border: solid 1px #cccccc;
  border-bottom: 0 none;
}
table.outlined-vertical-user-table {
  border: solid 1px #cccccc;
  border-right: 0 none;
}
table.vertical-user-table {
  border-left: solid 1px #cccccc;
}
table.outlined-horizontal-user-table td, table.horizontal-user-table td {
  border-bottom: solid 1px #cccccc;
}
table.outlined-vertical-user-table td, table.vertical-user-table td {
  border-right: solid 1px #cccccc;
}

div.container {
  width: 100%;
  background-color: white;
  -moz-box-shadow:none;
}


div.top,
div.header,
div#footer,
div#footerbottom { display: none; }

div.idium, div.lettlest, div.extra, div.author_social {display:none;}

/* End IPS editor contents */
.nav, .idium, .aside, .header, .footer, .pagelinks, .paginator {
  display: none;
}