/********************************************
*                                           *
*     Desenvolvido por Edivaldo Luz         *
*     Todos os direitos reservados          *
*                                           *
*                                           *
********************************************/

*{
	margin: 0;
	padding: 0;
}

h3{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	text-align: center;
	color: #006;
	padding: 5px 0 0 0;
}

h6{
	background: #ddd;
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
}


/*******************************/

div#corpo{
	background: url(images/body.jpg) repeat-y;
	width: 716px;
	margin: auto;
}

div#banner{
	width: 692px;
	height: 109px;
	background: url(images/banner_principal.jpg) no-repeat;
	margin: auto;
	padding: 0 2px 0 0;
}

div#meio{
	width: 688px;
	margin: auto;
	padding: 20px 5px 0 5px;
}

div#rodape{
	background: #e7e7e7 no-repeat;
	width: 692px;
	height: 30px;
	float: inherit;
	margin: 0 0 0 11px;
}

/*******************************/

#faq{
	width: 610px;;
	border-bottom: 1px solid #45366e;
	/*border-right: 1px solid #f5f5f5;*/
	margin: 30px 0 0 35px;
}
	#faq .titulo{
		width: 600px;
		height: 24px;
		border-bottom: 1px solid #45366e;
		border-left: 5px solid #45366e;
		color: #464646;
	}
	#faq h2{
		color: #a7172e;
		font-family: Verdana, Geneva, sans-serif;
		padding: 6px 0 2px 6px;
		font-size: 16px;
		margin: 0 0 2px 0;
	}
	#conteudoFaq{
		width: 600px;
		margin: 8px 6px 8px 6px;
	}
	
/************/

.pergunta{
	font-family:Verdana, Geneva, sans-serif;
	color:#a7172e;
	font-size:14px;
	margin: 5px 5px 10px 5px;
} 

.resposta{
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	text-align:justify;
	font-size:12px;
	margin: 10px 5px 10px 5px;
}

.rodape{
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	text-align:justify;
	font-size:10px;
	padding: 15px 0 0 0;
	text-align:center;
}

/**************************/

div#pesquisa{
	}

div#pesquisa .titulo{
		width: 600px;
		height: 24px;
		border-bottom: 1px solid #45366e;
		border-left: 5px solid #45366e;
		color: #464646;
		font-size: 12px;
	}

div#rodapeP{
	background: #e7e7e7 no-repeat;
	width: 692px;
	height: 30px;
	float: inherit;
	margin: auto;
}
/*****************/
.perguntaP{
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
	font-size:14px;
}

.respostaP{
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	text-align:justify;
	font-size:12px;
}

