/* CONFIGURAÇÕES PADÃO */
	body 
	{ 
		margin:0xp; 
		overflow-x: hidden; 
	}
	
	hr 
	{ 
		height:1px; 
	}
	
	*fieldset 
	{ 
		padding:0px 10px 7px 10px;
		border: 1px solid;
	}
	
	.semSubl 
	{ 
		text-decoration:none 
	}
	
	.layout 
	{ 
		background-repeat:no-repeat; 
		width:780px;
	}
	
	.txtDetalhe, .txtDetalhe a, .txtDetalhe b, .txtDetalhe span, .txtBarra, .txtBarra b 
	{ 
		font-size:10px; 
		line-height:12px; 
		margin-top:10px; 
	}
	
	.logomarca 
	{ 
		cursor:pointer; 
	}
	
	.abaOff, .abaOn 
	{ 
		color:#FFFFFF; 
		font-weight:bold; 
		float:left; 
		cursor:pointer; 
		cursor:pointer; 
		position:relative; 
	}
	
	.abaOn 
	{ 
		color:#808080; 
	}
	
	.corpoPopup 
	{ 
		background-image:none; 
		padding:20px 20px 0px 20px; 
	}
	
	.tituloPopup 
	{ 
		font-size:14px; 
		font-weight:bold; 
	}
	
	.tituloMouseOver 
	{ 
		font-size:11px; 
	}

	.nomeValor 
	{ 
		font-size:14px; 
	}
	
	.campoFormRB 
	{ 
		float:left; 
		padding:0px 10px 10px 0px; 
		height:50px; 
	}
	
	.campoFormB 
	{ 
		float:left; 
		padding:0px 0px 10px 0px; 
		height:50px; 
	}
	
	.visivel 
	{ 
		display:block; 
	}
	
	.invisivel 
	{ 
		display:none; 
	}
	
	.radioCheck 
	{ 
		width:15px; 
		float:left; 
	}
	
	#divBannerTopo
	{
		margin-left:: 10px;
		margin-right: 10px;
	}

	#divBannerRodape
	{
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left:: 10px;
		margin-right: 10px;
	}
	
	#divBannerLateral
	{
		margin-left:10px;
	}
	
	.campoImportante
	{
		background-color:#FCFECD;
	}
	
	#mask 
	{
	  position:absolute;
	  left:0;
	  top:0;
	  z-index:9000;
	  background-color:#000;
	  display:none;
	}
	  
	#boxes .window 
	{
	  position:absolute;
	  left:0;
	  top:0;
	  width:440px;
	  height:200px;
	  display:none;
	  z-index:9999;
	  padding:20px;
	}
	
	#boxes #dialog 
	{
	  width:375px;
	  height:203px;
	  padding:10px 10px 10px 10px;
	  background-color:#ffffff;
	}