#SubTitle h2 {
  background: none;
}

div.qalayout {
  width: 100%;
  border-top: 1px solid #999999;
}

div.qalayout dl {
  display: block;
  padding-left: 13px;
  padding-right: 13px;
  margin: 5px 0;
}

div.qalayout dl dt.question {
  border-bottom: 1px dotted #CCCCCC;
  background: url("images/ico_q.gif") no-repeat 0 0;
  padding: 3px 0 10px 35px;
  margin: 0 0 10px 0;
  color: #18579e;
}

div.qalayout dl dd.answer {
  border-bottom: 1px dotted #CCCCCC;
  background: url("images/ico_a.gif") no-repeat 30px 0;
  padding: 5px 0 15px 65px;
  margin: 0 0 10px 0;
}
