/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
#faq ul,ol,li,h1,h2,h3,h4,h5,h6,p,td{
margin:0;padding:0;
}

#faq h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;
}

#faq p{
	margin: .8em 0;
	font-size: 108%;
}

#faq a{
	text-decoration: none;
	border-bottom: none;
}

#faq h1{
	font-size: 261%;
	color: #8fbfef;
	line-height: 1.05em;
	margin-bottom: 10px;
}

#faq h2{
	color:#efefef;
	font-size: 17px;
	background: url(faq_arrow_closed.png) no-repeat 2px 5px;
	padding: 4px 0 4px 28px;
	position: relative;
	cursor:pointer;
	border-bottom: dotted 1px #666666; 
}

#faq h2.open{
	background-image: url(faq_arrow_open.png);
}


#faq .resposta {
	width: 656px;
	background-color:#b4b39a;
	width:100%;	
	padding:0px 0px 5px 5px;
	line-height:160%;
}

#faq .resposta p{
	margin: 0;
	padding: .2em 0 0;
	color:#333333;
}

#faq .resposta ul{
	color:#333333;
}
#faq .citacao {
	position:relative;
	margin:10px 0px 10px 0px;
	left:23px;
	width: 500px;
	background-color:#999999;
	color:fff;
	padding:10px;
	line-height:160%;
	font-style:italic;
	text-align:justify;
}

#faq ul {
	padding:0px 10px 20px 10px;
}

#faq li {
	padding:5px 0px 5px 0px;
	list-style:none;
}
