body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	
	}
	
a{
	
	}
	
h1{
	color: #333;
	font-size: 24px;
	
	}
h2{
	color: #545557;
	font-size: 16px;
	font-weight: bold;
	}
	
	h3{
	color: #999999;
	font-size: 16px;
	font-weight: lighter;
	}
p{
	color: #666;
	}
	
wrapper{
		}


#faqRoot {width: 600px;margin: 0 auto;padding: 0;}

#faqindex a, #faqindex a:visited {text-decoration: none;color: #999999;}
#faqindex a:active, #faqindex a:hover {
	color: #696969;
	border-bottom:dotted #ccc 1px;
}
#faqindex ul {
	list-style-type: square;
	list-style-image: none;
	list-style-position: outside;
	padding-left:0px;
	line-height: 18px;
	margin-top: 5px;
	font-size:80%;
}
#faqindex ul li {color:#666666;white-space:nowrap;}
#faqindex h2 {
	padding: 0;
	margin-bottom: 0;
	border-bottom: dotted 1px #ccc;
	color: #545557;
}
#faq {
	float:left;
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#faq a{
	color: #696969;

}
#faq {margin-bottom: 25px;}
#faq .faqcontent {margin: 0 10px 0 10px;font-size: 95%;}
#faq h2.faqopened, #faq h2.faqclosed {
	cursor: pointer;
	border-bottom:  dotted 1px #ccc;
	padding: 0 0 0 15px;
	margin-bottom: 0;
}
#faq h2.faqclosed:hover {color: #999999;}

#faq h2.faqclosed {color: #696969;background: transparent url(collapsed.png) no-repeat scroll 0 6px;}
#faq h2.faqopened {color: black;background: transparent url(expanded.png) no-repeat scroll 0 6px;}
