/* CSS Document */
#ajuda_site h1
{ 
	font-size:14px; 
	color:#FF6600;
	margin:0;
}
#ajuda_site h2
{ 
	font-size:11px; 
	color:#666666;
	margin-bottom:3px;
}

#ajuda_site h3
{ 
	font-size:11px; 
	color:#333333;
	margin-bottom:0;
}
#ajuda_site .sub-titulo
{ 
	font-size:12px; 
	color:#2584AB;
}

#ajuda_site p
{ 
	font-size:10px;
	margin-bottom:5px; 
}

#ajuda_site div
{
	border: 1px solid #CCC;
	background-color:#F1F1F3;

	border-right:0;
	border-LEFT:0;
	padding:8px;	
}

#ajuda_site td
{ 
	padding:4px;
	vertical-align:top;
}

#ajuda_site strong 
{
	color:#FF0000;
}

#ajuda_site ul 
{
	 margin:10px;
}