.coord A:link{
	text-decoration: none;
	color: #168b22;
}
.coord A:visited{
	text-decoration: none; 
	color: #168b22;
}
.coord A:active{
	text-decoration: none;
	color: #168b22;
}
.coord A:hover{
	text-decoration: none;
	color: #168b22;
}
.coord{
	text-indent: 0px;
}
.curso A:link{
	text-decoration: none;
	color: blue;
}
.curso A:visited{
	text-decoration: none; 
	color: green;
}
.curso A:active{
	text-decoration: none;
	color: blue;
}
.curso A:hover{
	text-decoration: none;
	color: red;
}
.menup{
	border-right:0;
	width:160px;
	vertical-align:top;
	border-right:1px dotted #525c04;
	background-color:#d4ffd4;
}
.menutd{
	border-bottom:1px dotted #525c04;
	width:160px;
	vertical-align:top;
	padding:3px;
	background-color:#edffef;
}
.paragrafop{
	text-indent:30px;
	text-align:justify;
	line-height:150%;
	font-size: 0.90em;
}
.paragrafon{
	text-indent:30px;
	text-align:justify;
	font-weight:bold;
}
.paragrafoiden{
	text-indent:40px;
	text-align:justify;
}
.paragrafod{
	text-indent:15px;
	text-align:justify;
}

a.links:link{
	color:#006400; 
	 
}
a.links:hover{  
	color:#000; 
	background:#3CB371; 
}

.titulo1{
	color:#289028;
	text-transform: uppercase;
	text-align: center;
	text-indent:0px;
}
.email{
	text-decoration: underline;
	font-style: italic;
	color: 000080;
}
.tit1{
	text-indent: 0px;
	text-transform: uppercase;
	color:#c51408;
	font-weight:bold;
}
.tit{
	text-indent: 0px;
	color:#168b22;
	font-weight:bold;
}
.final{
	text-indent: 20px; 
}
.titvermelho{
	color:#ffffff;
	font-weight:bold;
	text-align: center;
	background-color:#c51408;
}
.texttabel{
	text-align: right;
	font-weight: bold;
	background-color:#e8f4ff;
}
.Tituloprinc{
	color:#00388b;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	text-indent: 0px;
}
.Tituloprinc2{
	color:#006B3F;
	text-transform: uppercase;
	text-align: center;
	text-indent: 0px;	
	font-weight: bold;
	font-size: 15px;
	border: 1px dotted #bedddd;
	background:#F0FFEC;
	font-family:Verdana, Arial, sans-serif;
}

.divisao{
	color: #006B3F;
	text-transform: uppercase;
	text-align: center;
	text-indent: 0px;
	font-weight: bold;
	font-size: 15px;
	border: 1px dotted #bedddd;
	background: #F0FFEC;
	font-family: Verdana, Arial, sans-serif;
}
.tittr{
	text-align: center;
	font-weight: bold;
}
.ref{
	text-align: center;
	text-indent: 0px;
}
.pat{
	text-align: justify;
	text-indent: 0px;
}
.nome{
	font-weight:200;
	font-size:1.5em;
	list-style-type: none;
	color:black;
	text-indent:5px;
}
.cargo{
	font-weight: bold;
	font-size:1.3em;
	list-style-type: none;
	color:gray;
	text-indent:5px;
}
.email{
	text-decoration: disc;
	font-size:15px;
	list-style-type: none;
	color:blue;
	text-indent:5px;
}

.linha1 {
    width:25%;
    text-align: center;
}
.linha {
    width:25%;
    text-align: center;
}

ul{
	text-decoration: none;
	list-style-type: none;
	list-style-position: inside;
	text-indent:5px;
}
ul li{
	text-decoration: none;
	text-indent:0px;
	padding-bottom: 5px;
}


.data{
	color:#ff0000;
}

/* 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;
    }
 
    .conteudo{
        display:none;
        padding:5px;
    }
 
    .cabecalho{
        border:solid 1px;
        border-radius:5px 5px 0 0;
        padding: 5px;
        height:20px;
        background: rgb(69, 179, 113)
    }
 
    .rodape{
        border:solid 1px;
        border-radius: 0 0 5px 5px;
        padding: 5px;
        height:20px;
        background: rgb(69, 179, 113);
    }  
    
.data-publicacao{
		color:#ff0000;
}    
/*</style>*/