body {
  background-color: #333;
  margin-top: 0px;
  font-family: tahoma, arial;
  color: #000;
  font-size: 10pt;
}

p, td, span, input, textarea {
  font-family: tahoma, arial;
  color: #000;
  font-size: 10pt;
}

a {
  color: #900;
}

a.sidebar {
  color: #000;
}

.sideborders {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.rightborderredbackground {
  background: #900;
  border-right: 1px solid #000;
}

.bottomborder {
  border-bottom: 2px solid #900;
}

.redbackground {
  background: #900;
}

.whitetext {
  color: white;
}

.whitetextmargin {
  color: white;
  margin-top: 10px;
}

.whitetextbold {
  color: white;
  font-weight: bold;
}

.footer {
  color: white;
  font-weight: bold;
  font-size: 8pt;
}

table {
  border-collapse: collapse;
  background: #fff;
}

.footerborder {
  background: #113;
  border: 1px solid #000;
}

.attention {
  color: #900;
  font-weight: bold;
}

.success {
  color: #090;
  font-weight: bold;
}

.redtext {
  color: #900;
}

.largebold {
  font-weight: bold;
  font-size: 12pt;
}

.largeboldred {
  font-weight: bold;
  font-size: 12pt;
  color: #900;
}

.colheader {
  font-weight: bold;
  background: #900;
  color: #fff;
}

.darkshade {
  background: #ccc;
}