
.left {
  float: left;
  margin: 1em 2em 1em 0em;
}

.right {
  float: right;
  margin: 1em 0em 1em 2em;
}

.center {
  text-align: center;
}

.clear {
  clear: both;
}

/* ********************** */
/* G E N E R A L */
/* ********************** */

body {
  color: #222;
  font-family: verdana, arial, sans-serif;
  background: #fff;
  margin: 0px 1em 1em 1em;
  line-height: 2em;
}


a img {
  border: 0px;
}

a.image {
  padding-left: 0px;
  padding-right: 0px;
}

a {
  font-weight: bold;
  font-size: inherit;
  text-decoration: none;
  color: #11a;
}

a:hover {
  color: #a11;
}

h1, h2, h3 {
  font-style: normal;
  font-weight: bold;
}

h1 a {
  font-style: normal;
  font-weight: bold;
  background: #11a;
}

h1 {
  color: #a11;
  font-size: 180%;
  padding: 1em 1em 1.5em 0em;
  margin: 0px;
}

h2 {
  font-size: 160%;
  color: #666;
}

h3 {
  font-size: 120%;
  color: #666;
}

p {
  margin-top: 4px;
  margin-bottom: 28px;
}

hr {
  width: 60%;
}

/* ********************** */
/* L A Y O U T */
/* ********************** */

.layoutTable {
  width: 100%;
}
.layoutTable td.leftCell, .layoutTable td.rightCell {
  width: 160px;
}

.layoutTable td.middleCell {
  padding: 1em;
}
.layoutTable td {
  vertical-align: top;
}

.navigation {
  text-align: center;
}

.footer {
  font-size: 50%;
  text-align: center;
  color: #a11;
}

.tools {
  text-align: center;
  font-size: 60%;
}

.wiki_editSection {
  display: none;
}

