.body {
	 width: 415px;
	 height: 395px;
	 font-size: 12px;
	 color: #5a7146;
	 font-family: Arial, Helvetica, sans-serif;
	 background-color: #646464;
	 margin: 8px 0 0 0
}

.TtAjuda {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bolder;
	padding: 10px 0 0 10px;
}

.link a {
	color: #FFF;
	font-weight: bolder;
	font-size: 12px;
	margin-bottom: 15px;
	text-decoration:underline;
}

.link a:hover {
	color: #CCC;
	text-decoration:underline;
}

.clsAjuda { 
	width: 415px; 
	height: 33px;
	background-image: url(Imagens/bkgTtAjuda.jpg) ;
	background-repeat: repeat-x;
}

.divConteudoAjuda { 
	overflow: auto; 
	height: 330px;
	font-size: 12px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 5px 0 10px;
	margin: 20px 0 0 0;
	line-height: 160%
}

.btnFechar {
	position: absolute;
	left: 380px;
	top: 1px;
	cursor: pointer;
}

.txtDestop { color: #fff }