.destaque {
	border-radius: 15px 50px;
    background:  #D3DAB8;
    padding: 20px;
    width: 90%;
    text-align: justify;
}
.tabela {
	border: thin solid #333;
}
.celula_destaque {
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #C1C1C1;
    border-left-width: thin;
    border-left-style: solid;
    border-left-color: #C1C1C1;
    font-weight: bold;
    background-color:  #EAEAEA;    
}
.titulo_pagina {
		font-size: 14px;
		padding: 0.3em;
		border-bottom-width: thin;
		border-bottom-style: solid;
		border-bottom-color: #C1C1C1;
		border-left-width: thin;
		border-left-style: solid;
		border-left-color: #C1C1C1;
		font-weight: bold;
		background-color:  #EAEAEA;
}

.texto_azul {
	font-weight: bold;
	color: #0F73A8;
}

	
.titulo_topico {
	font-weight: bold;
	color: #000066;
}
.div_imagem_texto {
    width: 600px;
}
.div_imagem_texto img {
    float: left;	
}
.div_imagem_texto p {
	 font-size: 14px;
     vertical-align: middle;
	 color: #000066;
	 font-weight: bold;	
}
.div_trt{
	border-radius:8px;
	border:solid 1px #ccc;
	padding:2rem 2rem;
	background:#fff;
}
table{
	border:solid 1px #ddd;
}
table thead th{
	border-bottom:solid 1px #ddd;
	padding:.4rem
}
table tbody td{
	border-bottom:solid 1px #ddd;
	padding:.4rem;
	font-size:.9rem;
}
table tbody td .btn{
	font-size:.79rem;
}
	
.div_trt{
	border-radius:8px;
	border:solid 1px #ccc;
	background:#fff;
	padding:1rem 1rem;
}

.table_cejusc{
	width: 100%;
}

.table_cejusc tbody td{
	border:solid 1px #ddd;
	margin:2 auto;
}

.campos_cejusc{
  width: 15%;
  font-weight: bold;
  padding: .2rem;
}
.valores_cejusc{
   padding: .2rem;
}
.table_informacoes{
	width: 100%;
	background:  #D3DAB8;
	font-weight: bold;
	padding: .5rem;
}	
.div_trt{
	border-radius:8px;
	border:solid 1px #ccc;
	background:#fff;
	padding:1rem 1rem;
}

.table_cejusc{
	width: 100%;
}

.table_cejusc tbody td{
	border:solid 1px #ddd;
	margin:2 auto;
}

.campos_cejusc{
  width: 15%;
  font-weight: bold;
  padding: .2rem;
}
.valores_cejusc{
   padding: .2rem;
}
.table_informacoes{
	width: 100%;
	background:  #D9E3E9;
	font-weight: bold;
	padding: .5rem;
}

.table_links{
	width: 100%;
	background:  #D9E3E9;
}

.table_links tbody td{
	border:solid 1px #FFFFFF;
}

.table_links_titulo{
  	background:  #848484;
	font-weight: bold;
	color: white;
	text-align: center;
}

a.trt:link {
    color:#0B243B;
    text-decoration:none;
    font-family:monospace;
    font-size:14px;
    font-weight: bold;
	}
a.trt:visited {
    color:#0B243B;
    text-decoration:none;
    font-family:monospace;
    font-size:14px;
    font-weight: bold;
	}
a.trt:hover {
    color:#0B243B;
    text-decoration:none;
    font-family:monospace;
    font-size:14px;
    font-weight: bold;
    color: #FFFF00;
	}