#content a.caption {
  background-color:#c00;
  color:#fff;
  font-family:arial;
  font-size:19px;
  margin-top:20px;
  padding:3px 5px;
  text-decoration:none;
}
#content p.title {
  font-weight:bold;
  padding:10px 0;  
}
#content ol {
  padding-left:30px;
}
#content ol li a {
  color:#555555;
  font-family:arial;
  font-size:14px;
  line-height:18px;
}
#content h2 a {
  border-bottom:2px solid #CC0000;
  color:#CC0000;
  display:block;
  font-family:arial;
  font-size:17px;
  font-weight:bold;
  margin:10px 0;
  padding:2px 0;
  text-decoration:none;
}
#content p.question {
  background:transparent url(../images/q.faq.gif) no-repeat scroll 0 3px;
  padding:5px 0 5px 30px;
  text-indent:0;
}
#content p.answer {
  background:transparent url(../images/a.faq.gif) no-repeat scroll 0 3px;
  padding:5px 0 5px 30px;
  text-indent:0;
}
#content ul {
  font-family:tahoma;
  font-size:12px;
  line-height:18px;
  list-style-type:square;
  margin-left:60px;
}
#content ul li {
  margin:10px 0;
}
#content a.top {
  background:transparent url(../images/top.faq.gif) no-repeat scroll 0 3px;
  color:blue;
  float:right;
  margin:0 11px 2px 0;
  padding-left:10px;
}