.body {
	 width: 520px;
	 height: 350px;
	 border: 2px solid #752532;
	 font-size: 12px;
	 color: #941E19;
	 font-weight: bolder;
	 font-family: Arial, Helvetica, sans-serif;
	 background-image:url(Imagens/bkg_pop_up.jpg);
	 
 }

h2 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px; 
	color: #000;
}

h3 { 
	font-family: Arial, Helvetica, sans-serif;
	color: #000; 
	font-weight: bolder; 
	font-size: 12px;
}

.link a{
	color: #941E19;
	font-weight: bolder;
	font-size: 12px;
	margin-bottom: 15px;
	text-decoration:underline;
}

.link a:hover {
	color: #B5251E;
	text-decoration:underline;
}


.linkTt a{
	color: #941E19;
	font-weight: bolder;
	font-size: 14px;
	margin-bottom: 15px;
	text-decoration:underline;
	
}

.linkTt a:hover {
	color: #B5251E;
	text-decoration:underline;
	cursor: pointer
}


.clsAjuda { 
	width: 520px; 
	height: 45px;	 
	border-bottom: 1px solid #7E3432;
}

.TtAjuda {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #941E19;
	padding: 10px 0 0 10px;
	/*margin: 15px 0 0 10px;*/
}
.btnFechar {
	/*position: absolute;*/
	left: 489px;
	cursor: pointer;

}
.divConteudoAjuda
{ 
	overflow: auto; 
	height: 280px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 5px 0 10px;
	margin: 10px 0 0 0;
	line-height: 160%
}
