/* faq.css */

#QuestionBox {
  padding-left: 30px;
  font-size: 12px;
}

#QuestionBox h2 {
  padding-bottom: 0px;
  background: transparent url(/images/blue-title2-arrow.gif) no-repeat left 4px;
}


#QuestionBox ul {
  list-style-type: none;
  padding-left: 25px;
  padding-right: 25px;
  line-height: 20px;
}

#QuestionBox a {
  font-size: 12px;
  text-decoration: none;
  color:#0060B6;
}

#QuestionBox a:hover {
  font-size: 12px;
  text-decoration: underline;
  color:#0060B6;
}

