/*
 * faq.css
 */
 
dt.faqQuestion {
  cursor: pointer;
  }

dt.faqQuestion img:hover {
  text-decoration: underline;
  }
  
td#faqCloseAll, td#faqShowAll {
  border: 1px solid #000000;
  background-color: #cccccc;
  padding: 0.25em;
  font-size: 0.8em;
  cursor: pointer;
  }