/*
 *
 * Copyright 2010 opensourceapi.org
 *
 */

/*
 * Default elements: a, ul, p, li, pre, hr
 */

a {
  text-decoration: none;
}

a img {
  border: 0px;
}

ul {
  margin: 0px;
  padding: 0px;
}

ol {
  margin: 0px;
  padding: 0px;
}

p {
  margin: 0px;
  padding: 0px;
}

li {
  margin: 0px;
  padding: 0px;
  list-style-image: none;
  list-style-type: none;
}

pre {
  margin: 0px;
  padding: 0px;
}

hr {
  height: 1px;
  margin: 0px;
  padding: 0px;
}

h1, h2, h3, h4, h5 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}

/*
 * Positioning:
 */

.right {
  text-align: right;
}

/*
 * Page elements:
 */

body, table {
  font-size: 12px;
  font-family: sans-serif;
  line-height: 20px;
  color: rgb(60, 60, 60);
}

body a {
  color: rgb(60, 60, 60);
  font-weight: bold;
}

h2 {
  color: rgb(95, 95, 95);
  font-size: 22px;
  font-weight: bold;
}

h3 {
  color: rgb(85, 85, 85);
  font-size: 18px;
  font-weight: bold;
}

h4 {
  color: rgb(90, 90, 90);
  font-size: 14px;
  font-weight: bold;
}

h5 {
  color: rgb(60, 60, 60);
  font-size: 12px;
  font-weight: bold;
}

.content p {
  margin: 10px 10px 10px 0px;
}

.error {
  color: rgb(135, 0, 0);
}

.navi1_1, .navi1_1 a {
  font-size: 12px;
  font-weight: bold;
}

.navi1_2, .navi1_2 a {
  font-size: 11px;
  font-weight: bold;
}

.utilitymod, .utilitymod a {
  font-size: 11px;
  color: rgb(255, 255, 255);
}

.footer {
  font-size: 10px;
}
