/* Design style */

body {
  padding: 0;
  margin: 0;
  background-color: #FFFFFF;
  color: #666666;
  font-family: Tahoma, Verdana, Arial, Helvetica;
}
.toplink {
  padding-left: 10px;
  font-weight: bold;
}
.vseparator {
  background-image: url(images/vline.gif);
  background-repeat: repeat-y;
  background-position: top;
}
.hseparator {
  background-image: url(images/hline.gif);
  background-repeat: repeat-x;
  background-position: left;
}
h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 75%;
  font-weight: bold;
}
.copyright {
  padding-top: 10px;
  padding-bottom: 5px;
  text-align: center;
  color: #B2B2B2;
}

/* Special pages style */

.relatedlink {
  margin-bottom: 10px;
  width: 140px;
  background-image: url(images/link_bg.gif);
  background-repeat: no-repeat;
  background-position: bottom;
}
.relatedlink div, .relatedlink a {
  padding-left: 15px;
  font-weight: normal;
}

.news .title {
  margin-bottom: 10px;
  font-weight: bold;
}
.news .date {
  margin-top: 10px;
  margin-bottom: 15px;
  text-align: right;
  color: #B2B2B2;
}

.collection td {
  text-align: center;
  vertical-align: middle;
}
.collection .text {
  padding-top: 10px;
}

.testimonial p {
  font-style: italic;
}
.testimonial .author {
  padding-top: 10px;
  text-align: right;
}

.textfield {
  width: 350px;
  color: #000000;
  font-family: Tahoma, Verdana, Arial, Helvetica;
}
.error-label {
  color: #FF0000;
}
.button {
  padding-top: 1px;
  padding-bottom: 1px;
  font-family: Tahoma, Verdana, Arial, Helvetica;
}

.help img {
  height: 9px;
  width: 15px;
}
.help a {
  margin-left: 15px;
  font-weight: normal;
}
.help .header {
  margin-left: 0;
  color: #666666;
  font-weight: bold;
}
.help .section {
  margin-left: 10px;
}

/* Content style */

h2 {
  font-size: 80%;
}
.toplink, .text, .testimonial .author, .relatedlink, .news .title, .news .date, .textfield, .button, .help a, h3, p, li, img {
  font-size: 70%;
}
a img {
  font-weight: normal;
  border: none;
}
h2, h3, p, ul, .content table, .infoblock {
  margin-top: 0;
  margin-bottom: 15px;
}
li {
  line-height: 130%;
}

a {
  color: #6E8CB2;
  font-weight: bold;
  text-decoration: none;
}
a:hover, a:active {
  color: #990000;
}
.blockquote {
  margin-left: 15px;
}
.courier {
  font-family: "Courier New", Courier, monospace;
}
