#faqRoot {
	width: 680px;
	margin: 0 auto;
	padding: 0;
	font-family: Tahoma,Helvetica,Arial,sans-serif;
	font-size: 82%;
	color: #666;
	}
#faqindex {float: right;width: 170px;font-family: Tahoma,Helvetica,Arial,sans-serif;font-size: 82%;}
#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:nowrap;}
#faqindex h3 {
	padding: 5px ;
	margin-bottom: 0;
	color: #666666;
}
#faq {
	float: left;
	width: 95%;
	margin: 0 auto;
	font-family: Tahoma,Helvetica,Arial,sans-serif;
	background: transparent;
}
#faq {
	margin-bottom: 25px;
	background: transparent none;
	border: thin solid #c9e7f5;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#faq .faqcontent {
	margin: 0 10px 0 10px;
	font-size: 95%;
	color: #666;
	background: #e9f2f7;
	border: thin solid #c9e7f5;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 5px;
}
#faq h3.faqopened, #faq h3.faqclosed {cursor: pointer;padding: 0 0 0 15px;border-bottom: dotted 1px #ccc;margin-bottom: 0;}
#faq h3.faqclosed:hover {color: #56a7d0;}
#faq h3.faqclosed {
	color: #568196;
	background: transparent url(collapsed.png) no-repeat scroll 0 10px;
	margin: 20px;
}
#faq h3.faqopened {color: #568196;background: transparent url(expanded.png) no-repeat scroll 0 10px;}

a {
	outline: none;
}
a:link, a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #56a7d0;
	font-size:12px;
}
a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #56a7d0;
	font-size:12px;
}
