/* faq.css */

#QuestionBox {
  font-size: 12px;
}

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


#QuestionBox ul li {
  font-size: 12px;
  line-height: 20px;
  //background: transparent url(/images/blue-arrow.gif) no-repeat 0 5px;
  //list-style-type: none;
  //padding-left: 15px;
  margin: 10px 20px 0 50px;
}

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

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