  body{
    font-family: verdana;
  }
  #faq  h1{
    font-size: 12px;
	margin: 0;
	background: #4069ED;
	font-family: Verdana;
	font-weight: bold;
	color: #fff;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	border-top: 5px solid #000;
	border-bottom: 5px solid #000;
  }
  table.table-dash td{
  }
  #faq div.answer{
    padding: 10px;
  }
  
  /*Heading information*/
  #faq h2{
	padding: 10px 5px 0px 75px;
	font-family: Verdana;
	line-height: 20px;
	vertical-align: top;
	font-size: 12px;
	color: #01016B;
	font-weight: bold;
	cursor: pointer;
	background: url(/images/faqHeaderBG_dormant.gif) no-repeat bottom left;
	margin-top: 20px;
  }
  #faq h2.hover{
    background: url(/images/faqHeaderBG_hover.gif) no-repeat bottom left;
	color: #F06F04;
  }
  #faq h2.active{
    background: url(/images/faqHeaderBG_active.gif) no-repeat bottom left;
	color: #333;
  }
  #faq h2.activeHover{
    background: url(/images/faqHeaderBG_active_hover.gif) no-repeat bottom left;
	color: #F06F04;
  }
  #faq p{
	font-family: Verdana;
	font-size: 11px;
  }
  div.faqCP{
	background: #999;
	color: #eee;
	border-bottom: 1px dashed #333;
	text-align: right;
  }
  div.faqCP p{
    float: left;
	line-height: 15px;
	height: 15px;
	font-size:12px;
	font-weight: bold;
	vertical-align: middle;
	text-align: right;
    margin: 3px 0px 0px 10px;
	display:inline;
  }