@charset "UTF-8";
/* CSS Document */

body {
background-image: none;
}

#sub_page_content {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: 0px;;
  background-image: none;
  background-color: #ccc;
  padding: 10px;
  padding-left: 75px;
}

.heading {
  margin-bottom: 10px;
  border-bottom: 1px dotted #000;
  font-style: italic;
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}