body {
  background: #fff;
  color: #000;
  font-family: times, "times new roman", serif;
  font-size: 12pt;
}

/* Display: none
----------------------------------------------- */

#top {
	display: none;
}

#menu {
	display: none;
}

#shadow {
	display: none;
}

#content-right {
	display: none;
}

#footer {
	display: none;
}

/* Structure
----------------------------------------------- */

.container {
  clear: both;
  width: 100%;
}

.left {
  float: left;
  width: 50%;
}

.right {
  float: right;
  width: 50%;
}

/* Text
----------------------------------------------- */

h1 {
  font-size: 20pt;
}

h2 {
  font-size: 13pt;
}

h3 {
  font-size: 11pt;
}

p {
  line-height: 15pt;
}

/* Links
----------------------------------------------- */

a {
  color: #000;
  text-decoration: none;
}

/* The common list
----------------------------------------------- */

.common-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.common-list li {
  clear: both;
  margin: 0 6px 25px 0;
}

.common-list h3 {
  font-weight: normal;
  margin: 0 0 .4em 0;
}

.common-list-picture {
  border: 5px solid #e4e4e4;
  float: left;
  padding: 0;
  margin: 0 6px 25px 0;
}

/* Misc
----------------------------------------------- */

.clear-me {
  clear: both;
}