#faqRoot {width: 90%;margin: 20px auto;padding: 0;}
#faqindex {display:none;float: right;width: 30%;font-family: consolas,verdana,helvetica,sans-serif;margin-top:-15px;}
#faqindex a, #faqindex a:visited {text-decoration: none;color: #666;}
#faqindex a:active, #faqindex a:hover {color: #000;border-bottom:dotted #ccc 1px;}
#faqindex ul {list-style-type: square;list-style-image: none;list-style-position: outside;padding-left:25px;line-height: 18px;margin-top: 5px;font-size:80%;}
#faqindex ul li {color:#666666;white-space:pre-wrap;}
#faqindex h2 {padding: 0;margin-bottom: 0;border-bottom: dotted 1px #ccc;color: #666666;}
#faq {width: 65%;font-family: consolas,verdana,helvetica,sans-serif;}
#faq {margin-bottom: 25px;}
#faq .faqcontent {margin: 5px 10px 5px 10px;font-size: 95%;}
#faq .faqcontent {
    background-color: #f7f7f7;
	border:1px #eee solid;
    color: #2b2b2b;
    font-size: 9pt;
    font-weight: normal;
    margin: 5px 10px;
    padding: 5px;
	}
#faq h2.faqopened, #faq h2.faqclosed {cursor: pointer;padding: 0 0 0 15px;border-bottom: dotted 1px #ccc;margin-bottom: 0;line-height:240%;}
#faq h2.faqclosed:hover {color: black;}
#faq h2.faqclosed {color: #666666;background: transparent url(collapsed.png) no-repeat scroll 0 10px;}
#faq h2.faqopened {color: black;background: transparent url(expanded.png) no-repeat scroll 0 10px;}