/* CSS for faq page */



div#faq-index {
  padding: 0.5em;
  width: 610px;
  border-bottom: 1px solid #ccc;
}
div#faq-index h1 {
  font-size: 140%;
  margin: 0 0 0.5em 0;
  padding: 0.25em;
  background-color: #CCCCCC;
}
div#faq-index li {
  list-style: none;
  margin: 0.25em 0 0 1em;
}
div#faq-index A {
  font-style: italic;
}
div#faq-index A.heading {
  padding-left: 0;
  font-style: normal;
}

div#faq-content {
  padding: 0.5em;
  width: 610px;
}
div#faq-content p.question {
  margin-bottom: 0.25em;
  font-style: italic;
  font-weight: bold;
  background-color: #ddd;
  padding: 0.25em;
}
div#faq-content p.answer {
  margin-left: 2em;
  margin-bottom: 0.75em;
}
div#faq-content A {
  font-style: italic;
}
div#faq-content A.plain {
  padding-left: 0;
  font-style: normal;
}



