/***** Divajuda *****/		
.DivAjuda
{	
	width:700px;
	height:auto;
}	
	
/**** Menu Ajuda ****/
.MenuAjuda {
	float:left;
	width:262px;
	display:block;
}
.MenuAjuda, .MenuAjudaTop, .MenuAjudaContent, .MenuAjudaBottom {				
	text-align:left;
}
	.MenuAjudaTop {
		background: url("../../Images/bg-category-top.gif") no-repeat;	
		height:40px;
	}
		.MenuAjudaTop h1 {
			font:normal 20.62px Arial;
			color: #005579;	
			padding: 15px 0 0 25px;
		}
		
	.MenuAjudaBottom	{
		background: url("../../Images/bg-category-bottom.gif") no-repeat;
		height:25px;
	}
	.MenuAjudaContent {
		background: url("../../Images/bg-category.gif") repeat-y;		
		padding: 5px;
	}
		.MenuAjudaContent ul li {
			
			
					
		}
		.MenuAjudaContent ul li.Selected {			
			background-color:#00537C;
			color: #FFFFFF;			
		}
			.MenuAjudaContent ul li a {
				font:normal 13.48px verdana;
				text-decoration:none;											
			}
			.MenuAjudaContent ul li a:hover {
				font:normal 13.48px verdana;
				text-decoration:underline;
				color: #000;
			}
	.MenuCategorySelected {
		background-color:#013D5B;
		color:#FFFFFF;		
	}
	.MenuCategorySelected a {
		text-decoration:none;
		color:#FFFFFF;		
	}
	
	
	.DivContentHelp
	{
		width:689px;
		float:right;
	}
	.DivContentHelpTop
	{
		background:url('../../Images/bg-content-left-top.gif') no-repeat;
		width:689px;
		height:20px;
	}
	.DivContentHelpMiddle
	{
		background:url(../../images/novas_img/layout_enem_faq.jpg) no-repeat;
		width:649px;
		padding: 0 20px;
		text-align:center;
	}
	.DivContentHelpBottom
	{
		background:url('../../Images/bg-content-left-bottom.gif') no-repeat;
		width:689px;
		height:20px;
	}
	
		.DivQuestionHelp {
		background: url("../../Images/bg-help-title.gif") no-repeat;	
		width:590px;
		padding:6px 10px 16px 10px;
		height:17px;
		color:#FFF;
		font: bold 14px Arial;
		cursor: pointer;
	}
	
	.DivAnswerHelp 
	{
		color:#000;
		width:595px;
		text-align:justify;
		padding:4px 0 14px 15px;	
	}
	
	.DivAnswerHelp ul
	{
		padding-left:15px;
	}
	
