* {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 18px;
  font-family: sans-serif;
}

h1, h2, h3, h4 {
  color: #206FB5;
  margin-bottom: 0.4em;
}

.head {
  margin-bottom: 20px;
}

ol {
  padding: 10px 0 0 20px;
  width: 380px;
}

ol li {
  padding: 0 0 10px;
}

#brdtop {
  background-image: url(../images/sbrd_top.jpg);
  background-repeat: no-repeat;
  height: 20px;
  margin-bottom: -1px;
}

#brdcenter {
  background-image: url(../images/sbrd_center.jpg);
  background-repeat: repeat-y;
  padding: 6px 19px 0px 19px;
}

#brdbottom {
  background-image: url(../images/sbrd_bottom.jpg);
  background-repeat: no-repeat;
  height: 20px;
}

.clear {
  clear: both;
}
