
/* the page body. */
body {
  margin: 0px 0px 0px 0px;
  font-family: sans;
  font-size: 11px;
  background-color: rgb(240,245,250);
}

/* centered div. */
div.main {
  margin-right: auto;
  margin-left: auto;
  width: 660px;
}

/* main table. */
table.main {
  background-color: rgb(255,255,255);
  border-width: 0px;
  width: 640px;
}

/* leftmost grey table cell. */
td.leftgreybar {
  width: 18px;
  height: 50px;
  border-left: 1px solid black;
  background-color: rgb(237,236,235);
}

/* innermost grey table cell. */
td.centergreybar {
  background-color: rgb(237,236,235);
}

/* rightmost grey table cell. */
td.rightgreybar {
  border-right: 1px solid black;
  background-color: rgb(237,236,235);
}

/* white table cell. */
td.content {
  border-left: 1px solid black;
  border-right: 1px solid black;
}

/* content text. */
p.content {
  margin-top: 0px;
  margin-left: 12px;
  margin-right: 40px;
  text-align: justify;
}

/* the thumbnails div. */
div.thumbs {
  margin-left: 24px;
}

/* borderless image. */
img.thumb {
  border: 1px solid black;
}

/* borderless image. */
img.borderless {
  border-width: 0px;
}

