a.link1:link {
	color:red;
	text-decoration:none;
}

.tituloprinc{
	font-weight:bold;
	text-indent:0px;
	text-align:center;
	font-size:16px;
}

.emite {
	color: green;
	font-weight: bold;
	font-size: 1.333em;
	text-decoration: blink;
}
.table1{
	border: 1px solid #f0f0f0;
}
.paragrafop{
	line-height:250%;
	font-size:1.223em;
	text-align:justify;
	text-indent:30px;
}
.paragrafon{
	text-align:justify;
	text-indent:30px;
	font-weight:bold;
	font-size:small;
}

.paragrafon1{
	text-align:justify;
	text-indent:10px;
	font-size:1.5em;
}
/*a.linkp:link{
	color:#006400; 
	font-size:110%; 
}
a.linkp:hover{  
	color:#000; 
	background:#ff0;
	font-size:130%; 
}*/

.tabeltd{
	border-bottom: 1px solid #f7f7f7;
	text-align: center;
}
.tabeltd1{
	border-bottom: 1px solid #f7f7f7;
	border-right: 1px solid #f7f7f7;
	text-align:center;
}
.tabeltd2{
	border-bottom: 1px solid #f7f7f7;
	text-align:justify;
}

div.table1{
	width:90%;
	margin:0 auto;
}

div.table1 > span{
	padding-top:5px;
	color:#ff0000;
}

div.table1 p{
	text-align:left;
}

.edital{
	text-decoration: none;
	font-size:1.0em;
	color:#000;
	text-indent:5px;
}


a.edital{
	text-decoration: none;
	font-size:1.256em;
	color:green;
	text-indent:10px;
}


a.complementar{
	font-size:0.952em;
	list-style-type: none;
	color:blue;
	text-indent:25px;
}

a.documentos{	
	font-size:0.952em;
	list-style-type: none;
	color:gray;
	text-indent:25px;
}




/* CSS do accordion */
 
   body{
        font-family:Calibri, Verdana, Tahoma, Arial
    }
    .navBar{
        height:auto;
        overflow:hidden;
    }
 
    .grupo{
        height:auto;
        border:solid 1px;      
    }
 
    .titulo{
    	padding:5px;
        height:20px;
        cursor:pointer;
        text-align: center;
    }
 
    .conteudo{
        display:none;
        padding:5px;
    }
 
    .cabecalho{
        border:solid 1px;
        font-size:1.5em;
        border-radius:5px 5px 0 0;
        padding: 5px;
        height:20px;
        background: rgb(69, 179, 113);
        text-align:center;
    }
 
    .rodape{
        border:solid 1px;
        border-radius: 0 0 5px 5px;
        padding: 5px;
        height:20px;
        background: rgb(69, 179, 113);
    }  
    
.data-publicacao{
		color:#ff0000;
}    
/*</style>*/