#textoInformativoCeis
{
	/* Fonte */
	font-family: Arial;
	font-size: 0.9em;

	/* Tamanho */
	width: 100%;
	
	/* Margem e preenchimento */
	margin-left: 0em; 
	margin-right: 0em; 
	margin-top: 1.5em;
}

#textoInformativoCeis *
{
	/* Fonte */
	font-family: Arial;
}


#textoInformativoCeis h1
{
	/* Fonte */
	font-weight: bold; 
	font-size: 1em;
	
	/* Margem e preenchimento */
	margin-top: 0.5em;
	margin-bottom: 1em;
	
	/* Posicionamento */
	float: left;
}


#textoInformativoCeis a
{
	/* Fonte */
	color: blue;
}

#textoInformativoCeis p,
#textoInformativoCeis ul,
#textoInformativoCeis dl
{
	/* Fonte */
	font-size: 0.85em;
	text-align: justify;
}

#textoInformativoCeis p
{
	/* Margem e preenchimento */
	margin-bottom: 1em;	
	
	padding-left: 10px;
	padding-right: 10px;	
	
	/*  Posicionamento */
	clear: both;
}

#selecaoConsultaCeis p.atencao
{
	/* Fonte */
	text-align: center;
	font-weight: bold;
	line-height: 1em;
	
	/* Margem e preenchimento */
	margin-top: 1.0em;
	
}

#selecaoConsultaCeis p.informacao
{
	/* Fonte */
	line-height: 1em;
	width: 100%;  
	padding-left: 0em; 
	padding-bottom: 0.1em; 
	margin-left: 0em; 
	margin-right: 0em; 
	margin-top: 1.0em;
}

#consultaCeis p.atencao
{
	/* Fonte */
	text-align: center;
	font-weight: bold;
	line-height: 1em;
	
	/* Margem e preenchimento */
	margin-top: 1.0em;
	
	/* Posicionamento */
	display: block;	
	
	/* Color */
	color: gray;
	
}

#consultaCeis p.informacao
{
	/* Fonte */
	line-height: 1em;
	width: 100%;  
	padding-left: 0em; 
	margin-left: 0em; 
	margin-right: 0em; 
	margin-top: 1.0em;
	
	/* Posicionamento */
	display: block;	
	padding-left: 0.5em; 
	padding-bottom: 0.5em; 
	
	/* Color */	
	color: gray;
}





