Logo CEWEB.br Logo NIC.br Logo CGI.br
Home Sobre o projeto

Sites Pertecentes a (o) SP

Recomendações Avaliadas
1.1 Respeitar os Padrões Web.

Recomendações

Número Descrição Quantidade Linhas Código Fonte
1.1.3 Presença de CSS(s) in-line 167 49 81 99 358 358 361 361 364 364 367 367 370 370 373 373 376 376 379 379 390 390 393 393 396 396 399 399 402 402 405 405 408 408 411 411 414 414 425 425 436 436 439 439 442 442 453 453 456 456 459 459 462 462 465 465 468 468 471 471 474 474 477 477 488 488 491 491 502 502 505 505 508 508 519 519 522 522 525 525 536 536 539 539 661 671 675 691 1591 1595 1596 1599 1603 1604 1608 1609 1637 1641 1642 1646 1647 1650 1654 1655 1658 1662 1663 1666 1670 1671 1674 1678 1679 1684 1685 1689 1690 1694 1695 1702 1704 1705 1707 1708 1709 1710 1713 1718 1719 1720 1721 1724 1729 1730 1731 1732 1735 1740 1741 1742 1743 1746 1751 1752 1753 1754 1757 1762 1763 1764 1765 1768 1773 1774 1776 1777 1780 1783 1784 1819 1868 1869 1870 1873 2018 2027 2028 2180
1.1.4 Presença de CSS(s) interno 4 634 683 1346 1893
1.1.6 Presença de javascript(s) interno 8 59 103 113 1801 1837 1875 1941 2007
49 <![CDATA[<div class="page-wrapper color-scheme-red" style=""> <div vw class="enabled"> <div vw-access-button class="active"></div> <div vw-plugin-wrapper> <div class="vw-plugin-top-wrapper"></div> </div> </div> <script src="https://www.weblinesistemas.com/responsivo/js/vlibras-plugin.js"></script> <script> //verificação se o vlibras está OnLine ou OffLine var xhr = new XMLHttpRequest(); var url = "https://vlibras.gov.br/doc/widget/"; xhr.open("GET", url, true); //Defina TRUE //Usando callback xhr.onreadystatechange = function () { if(xhr.status >= 200 && xhr.status < 300) { // A página está online. new window.VLibras.Widget('https://vlibras.gov.br/app'); } else { //página está offline } }; xhr.send(null); </script> <div class="icone-acess" onClick="abrirAba();"> <img src="https://www.weblinesistemas.com/acessibilidade/imagens/acess2.png"> </div> <div class="dropAba" style="display: none;"> <a class="acess-texto" data-sinal="+" > <i class="fas fa-plus icones-fa"></i> ;Aumentar Fonte </a><br> <hr> <a class="acess-texto" data-sinal="-"> <i class="fas fa-minus icones-fa"></i> ;Diminuir Fonte </a><br> <hr> <a class="acess-contraste"> <i class="fas fa-adjust icones-fa"></i> ;Inverter Cores </a><br> <hr> <!--<a class="acess-texto" href="?pag=T1RjPU5tWT1PR009T0RjPU9UYz1PRGc9T1dFPQ=="> <i class="fas fa-american-sign-language-interpreting icones-fa"></i> ;Libras </a><br> <hr>--> <a href="?pag=T0RJPU9EWT1PRGc9T1RnPU9UZz1PVFk9T0RZPU9UST1PVGM9T1RFPU9XRT1PV1k9T1dFPU9UQT1PVEk9T1RJPVlUQT0="> <img src="https://www.weblinesistemas.com/acessibilidade/imagens/icone_acessibilidade.png" style="margin: 5px;"> ;<span class="acess-verde">Acesso &agrave; Informa&ccedil;&atilde;o</span> </a> </div> <script> function abrirAba() { if($("div.dropAba").css("display")=="none"){ $("div.dropAba").show(); }else{ $("div.dropAba").hide(); } } </script> <script> $(document).ready(function(){ //***********************************************************************************Faz o aumentar e diminuir a fonte********************* function aumentaFonte(sinal) { if(sinal == '+') { novoTamanho = parseInt(sessionStorage.fonte_atual)+ 2; } else { novoTamanho = parseInt(sessionStorage.fonte_atual)- 2; } if(novoTamanho >= 8/*12*/ && novoTamanho <= 22/*18*/){ sessionStorage.fonte_atual = novoTamanho; $("*").css('font-size' , novoTamanho); } } if(!sessionStorage.fonte_atual > 0){ sessionStorage.fonte_atual = $('body').css('font-size'); } $('.acess-texto').click(function(){ aumentaFonte($(this).attr('data-sinal')) }); //*********************************************************************************************************Fim acessibilida fonte********** //***********************************************************************************Contraste********************************************* function mudaContraste(contraste){ if(typeof sessionStorage.contraste != "undefined"){ var padrao = JSON.parse(sessionStorage.contrastePadrao); } if(contraste == 1){ location.reload(); $('body').css('background-color' , padrao.body ); $('.navbar-default').css('background-color' , padrao.navbardefault ); $('header').css('background-color' , padrao.header ); $('.bgAzulescuro').css('background-color' , padrao.bgAzulescuro ); $('.tituloBox ').css('color' , padrao.tituloBox ); $('.textoBox ').css('color' , padrao.textoBox ); $('.box').css('background' , padrao.box ); $('.box2').css('background' , padrao.box2 ); $('.mapa_site').css('background-color' , padrao.mapa_site ); $('.copy').css('background-color' , padrao.copy ); $('.panel-heading').css('background-color' , padrao.panelheading ); $('.border5pxAzul').css('border-top' , padrao.border5pxAzul ); $('#areaMeioPag *').css('color' , padrao.areaMeioPag ); $('.linksNoticias ').css('color' , padrao.linksNoticias ); $('#legendas a').css('color' , padrao.legendas_a ); $('.listaVereadores').css('color' , padrao.listaVereadores ); $('.dropdown-menu').css('background' , padrao.dropdownmenu ); $('.titulo_noticia').css('color' , padrao.tituloNoticia ); $('.subtitulo_noticia').css('color' , padrao.subtituloNoticia ); $('.chamada_noticia').css('color' , padrao.chamadaNoticia ); $('.tituloPagina').css('color' , padrao.tituloPagina ); $('.listaUltimasGalerias div').css('color' , padrao.listaUltimasGalerias ); $( "tr" ).css( "background-color", "" ); $( ".table-striped > tbody > tr:nth-of-type(odd)" ).css( "background-color", "" ); $('.tiposBuscador').css('color' , padrao.tiposBuscador ); $('.dropdown-toggle').css('color' , padrao.dropdown-toggle ); $('.paddingLeft0px').css('color' , padrao.paddingLeft0px); $('.breadcrumb').css('color' , padrao.breadcrumb); $('.form-control').css('color' , padrao.form-control); $('.pagination > li > a, .pagination > li > span').css("background-color", ""); $('.numberDiaAcess').css('color', padrao.numberDiaAcess); $('.legendaAcess').css('color', padrao.legendaAcess); $('.list-group-item').css('color', padrao.list-group-item); $('.tituloBoxEnquete').css('color', padrao.tituloBoxEnquete); $('.radioEnquete').css('color', padrao.radioEnquete); $('.page-wrapper').css('background-color', padrao.page-wrapper); $('.sec-title > h3').css('color', padrao.sec-title_h3); $('.text').css('color', padrao.text); $('.info-box').css('background-color', padrao.team-block); $('.lower-content').css('background-color', padrao.lower-content); $('.lower-content .text').css('color', padrao.lower-content .text); $('.text-2').css('color', padrao.text-2); $('.textomenu').css('color', padra.textomenu); $('img').each(function(){ //percorre todas imagens da tela e se tiver image de contraste retorna para normal if($(this).attr("data-contraste") == 1){//adicionar na tag da imagem que tiver outra de contraste var arraySrc = $(this).attr("src").split('/'); Newarray = arraySrc.filter((value)=>value!='contraste'); neWarraySrc = Newarray.join("/"); $(this).attr("src" , neWarraySrc ); } }); }else if(contraste == 0){ $('body').css('background-color' ,'#000000'); $('.navbar-default').css('background-color' ,'transparent' ); $('header').css('background-color' , '#585858' ); $('.bgAzulescuro').css('background-color' ,'#000' ); $('.tituloBox').css('color' ,'yellow' ); $('.textoBox').css('color' ,'yellow' ); $('.box').css('background' ,'transparent' ); $('.box2').css('background' ,'transparent' ); $('.mapa_site').css('background-color' , '#585858' ); $('.copy').css('background-color' ,'#000' ); $('.panel-heading').css('background-color' ,'#585858' ); $('.border5pxAzul').css('border-top' ,'0' ); $('#areaMeioPag *').css('color' ,'#FFF' ); $('.linksNoticias ').css('color' ,'#FFF' ); $('#legendas a').css('color' ,'#FFF' ); $('.listaVereadores').css('color' ,'#FFF' ); $('.titulo_noticia').css('color' ,'#FFF' ); $('.subtitulo_noticia').css('color' ,'#FFF' ); $('.chamada_noticia').css('color' ,'#FFF' ); $('.listaUltimasGalerias div').css('color' ,'yellow' ); $('.tituloPagina').css('color' ,'#FFF' ); $('.dropdown-menu').css('background-image', 'url( "https://www.weblinesistemas.com/responsivo/imagens/submenu_preto.png" )'); $( "tr" ).css( "background-color", "#000000" ); $( ".table-striped > tbody > tr:nth-of-type(odd)" ).css( "background-color", "#42545d" ); $('.tiposBuscador').css('color' , '#FFF'); $('.btn-default').css('color' , '#333'); $('.dropdown-toggle').css('color' , 'white' ); $('.paddingLeft0px').css('color' , '#FFF'); $('.breadcrumb').css('background-color' , 'transparent'); $('.form-control').css('color' , '#555'); $('.pagination > li > a, .pagination > li > span').css("background-color", "transparent"); $('.numberDiaAcess').css('color', '#FFF'); $('.legendaAcess').css('color', '#FFF'); $('.list-group-item').css('background-color', '#000'); $('.tituloBoxEnquete').css('color', '#a5a2a2'); $('.radioEnquete').css('color', '#a5a2a2'); $('.page-wrapper').css('background-color', '#0000'); $('.sec-title > h3').css('color', '#FFF'); $('.text').css('color', '#FFF'); $('.info-box').css('background-color', '#fff'); $('.lower-content').css('background-color', '#FFF'); $('.lower-content .text').css('color', '#000'); $('.text-2').css('color', '#FFF'); $('.textomenu').css('color', '#FFF'); $('img').each(function(){ //percorre todas imagens da tela e se tiver image de contraste retorna para normal if($(this).attr("data-contraste") == 1){//adicionar na tag da imagem que tiver outra de contraste var arraySrc = $(this).attr("src").split('/'); arraySrc.splice( arraySrc.length-1 ,0 ,'contraste'); neWarraySrc = arraySrc.join("/"); $(this).attr("src" , neWarraySrc ); } }); } } if(sessionStorage.contraste == 0){ mudaContraste(sessionStorage.contraste); } if(typeof sessionStorage.contraste == "undefined"){ sessionStorage.contraste = 1; //inicializa a session sessionStorage.contrastePadrao = JSON.stringify({ body:$('body').css('background-color'), header:$('header').css('background-color'), navbardefault:$('.navbar-default').css('background-color'), bgAzulescuro:$('.bgAzulescuro').css('background-color'), tituloBox :$('.tituloBox ').css('color'), textoBox :$('.textoBox ').css('color'), box :$('.box').css('background'), box2 :$('.box2').css('background'), mapa_site :$('.mapa_site').css('background-color'), border5pxAzul :$('.border5pxAzul').css('border-top'), panelheading :$('.panel-heading ').css('background-color'), copy :$('.copy ').css('background-color'), areaMeioPag :$('#areaMeioPag ').css('color'), linksNoticias :$('.linksNoticias ').css('color'), legendas_a : $('#legendas a').css('color'), listaVereadores : $('.listaVereadores').css('color'), dropdownmenu : $('.dropdown-menu').css('background'), tituloNoticia : $('.titulo_noticia').css('color'), subtituloNoticia : $('.subtitulo_noticia').css('color'), chamadaNoticia : $('.chamada_noticia').css('color'), listaUltimasGalerias : $('.listaUltimasGalerias div').css('color'), tituloPagina : $('.tituloPagina').css('color'), }); //Obj com as tags para mudar a cor e guardar o valor padrao. } $('.acess-contraste').click(function(){ sessionStorage.contraste = sessionStorage.contraste == 1 ? 0 : 1 ; mudaContraste(sessionStorage.contraste); }); //*********************************************************************************************************Fim Contraste********** }); </script><!-- Main Header--> <header class="main-header header-style-two"> <!-- Header top --> <div class="header-top"> <div class="inner-container"> <div class="top-left"> <div class="service-num"> <a href="tel:(18)3267-1195"><i class="fa fa-phone"></i>(18)3267-1195</a> </div> </div> <div class="top-right"> <ul class="contact-list"> <li><i class="fa fa-envelope"></i>admin@camarasantoexpedito.sp.gov.br</li> <li><i class="fas fa-map-marker-alt"></i>Rua Rui Barbosa, 480 - Santo Expedito/SP</li> </ul> </div> </div> </div> <!-- End Header Top --> <!-- Main box --> <div class="main-box"> <div class="menu-box"> <div class="logo"> <a href="./" class="main-logo"><img src="images/logo.png" alt="" title="" ></a> <a href="./" class="sticky-logo"><img src="images/logo.png" alt="" title="" ></a> </div> <!--Nav Box--> <div class="nav-outer"> <!-- Main Menu --> <nav class="main-menu navbar-expand-md navbar-light"> <div class="collapse navbar-collapse" id="navbarSupportedContent"> <ul class="navigation clearfix"> <li class="dropdown"> <a href="#" target=""><span>Câmara</span></a> <ul> <li> <a href="?pag=" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Página Principal</a> </li> <li> <a href="?pag=T0RRPU9UST1PVEE9T0dVPU9UZz1PV0U9T1RZPU9HVT1PV009" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Comissões</a> </li> <li> <a href="?pag=T0RjPU9HTT1PVEU9T0RZPU9UTT1PR0U9T0dNPU9UST1PV0k9T1dFPQ==" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Contas Públicas da Câmara</a> </li> <li> <a href="?pag=T0RVPU9EUT1PRGM9T1RRPU9UZz1Oamc9T0RrPU9HVT1PV0k9T1dZPU9XRT1ZVEE9" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Dados Abertos</a> </li> <li> <a href="https://camarasantoexpedito.sp.gov.br/arquivos_cliente/Estrutura Organizacional.pdf" target="_blank" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Estrutura Organizacional</a> </li> <li> <a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=113" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Galeria dos Presidentes</a> </li> <li> <a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=152" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> História do Municí­pio</a> </li> <li> <a href="?pag=T0dRPU9EZz1PR0U9T0dVPU9UZz1PVE09T0RnPU9XUT1PV1U9T1dRPU9HTT1ZVEE9" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Legislaturas</a> </li> </ul> </li> <li class="dropdown"> <a href="#" target=""><span>Legislação</span></a> <ul> <li> <a href="http://www.legislacao.sp.gov.br/legislacao/dg280202.nsf/a2dc3f553380ee0f83256cfb00501463/46e2576658b1c52903256d63004f305a?OpenDocument" target="_blank" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Constituição Estadual</a> </li> <li> <a href="http://www.planalto.gov.br/ccivil_03/constituicao/constituicao.htm" target="_blank" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Constituição Federal</a> </li> <li> <a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&idtipolei=4" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Decretos Legislativos</a> </li> <li> <a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&idtipolei=24" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Emendas a LOM</a> </li> <li> <a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&idtipolei=19" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Lei Orgânica do Municipio</a> </li> <li> <a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&idtipolei=2" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Leis Complementares</a> </li> <li> <a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&idtipolei=1" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Leis Ordinárias</a> </li> <li> <a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&idtipolei=12" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Regimento Interno</a> </li> <li> <a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&idtipolei=3" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Resoluções</a> </li> </ul> </li> <li class="dropdown"> <a href="#" target=""><span>Vereador</span></a> <ul> <li> <a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST1PR1U9T1dVPQ==" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Vereadores</a> </li> </ul> </li> <li class="dropdown"> <a href="#" target=""><span>Sessão</span></a> <ul> <li> <a href="?pag=T0RJPU9UYz1PRFE9T1RnPU56az1PVEE9T1RjPU9UZz1PV009TjJVPU9UQT1ZVEE9WVRBPU9XVT1PVFE9WVRRPQ==" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Atas</a> </li> <li> <a href="?pag=T1RFPU9EUT1PVGc9T1RrPU9EWT1PV0U9TnpVPU9HVT1ZVEE9" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Pautas</a> </li> <li> <a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=162" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Resumo</a> </li> </ul> </li> <li class="dropdown"> <a href="#" target=""><span>Processo Legislativo</span></a> <ul> <li> <a href="?pag=T0RJPU9UYz1PVEk9T1RnPQ==&tipo=m" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Atos da Mesa</a> </li> <li> <a href="?pag=T0RJPU9UYz1PVEk9T1RnPQ==&tipo=p" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Atos do presidente</a> </li> <li> <a href="?pag=T1RVPU9HTT1PVE09T1RRPU5tRT1PVFE9T0dNPU9UYz1PR1E9T0dNPQ==" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Emendas</a> </li> <li> <a href="?pag=T0RVPU9UST1PRFk9T1dFPU9UST1PR009T1RVPU9XUT1PVGc9T1dVPQ==&tp=5" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Indicações</a> </li> <li> <a href="?pag=T0RVPU9UST1PRFk9T1dFPU9UST1PR009T1RVPU9XUT1PVGc9T1dVPQ==&tp=4" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Moções</a> </li> <li> <a href="?pag=T1RFPU9UST1PVFU9T1RrPU9EWT1PVGs9T1RBPU9HRT1PV009T0dNPU9Uaz1PV009" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Portarias</a> </li> <li> <a href="?pag=T1RFPU9UVT1PVEk9T0dZPU9HRT1PV0k9T1RZPU9XTT1PV1E9T1dRPU9HTT1PV0U9T1RZPVlUTT1PVEE9T1RRPU9UST1ZVEk9" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Projetos em Tramitação</a> </li> <li> <a href="?pag=T1RVPU9HTT1PVE09T1RRPU9UZz1PVGM9T1RrPU9UZz1PVE09T1RBPU9XWT1PV009WVRBPVlUTT1ZVEU9T1RJPU9XVT1PV009WVRjPU9UWT1PVGs9WVRZPVlXRT0=" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Projetos Tramitados</a> </li> <li> <a href="?pag=T0RVPU9UST1PRFk9T1dFPU9UST1PR009T1RVPU9XUT1PVGc9T1dVPQ==&tp=3" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Requerimentos</a> </li> </ul> </li> <li class="dropdown"> <a href="#" target=""><span>Financeiro</span></a> <ul> <li> <a href="?pag=TmpJPU9UZz1PRGM9T0dVPU9HRT1PVFU9T0dFPU9UST1PR0U9TjJJPVlUQT1PR1k9T1RrPU9UZz1PVEk9T1RJPU56ST1ZVEU9WVRJPVlUZz0=" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Audiências Públicas</a> </li> <li> <a href="?pag=T0RjPU9HTT1PVEU9T0RZPU9UTT1PR0U9T0dNPU9UST1PV0k9T1dFPQ==" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Contas Públicas da Câmara</a> </li> </ul> </li> <li class="dropdown"> <a href="#" target=""><span>Editais</span></a> <ul> <li> <a href="?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVEE9T1dFPQ==&view=LISTA_EDITAIS&tp=2" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Concursos</a> </li> <li> <a href="?pag=T0RRPU9UST1PVEU9T1RrPU9UYz1PRGc9T1dJPU9UZz1PV009T0dFPU9HTT1PV0k9T1dNPVlUST0=" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Contratos</a> </li> <li> <a href="?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVEE9T1dFPQ==&view=LISTA_EDITAIS&tp=3" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Licitações</a> </li> </ul> </li> <li class="dropdown"> <a href="#" target=""><span>Relatórios</span></a> <ul> <li> <a href="?pag=T0dVPU9UST1PRGM9T1dFPU9URT1PVFk9Tm1JPU9UZz1PR009WVRBPU9UZz1PVEk9T1dJPVlUTT1PV1U9WVRRPQ==&tipo_doc=3&view=LIST" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Cargos e Salários</a> </li> <li> <a href="?pag=T0dVPU9UST1PRGM9T1dFPU9URT1PVFk9Tm1JPU9UZz1PR009WVRBPU9UZz1PVEk9T1dJPVlUTT1PV1U9WVRRPQ==&tipo_doc=1&view=LIST" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Controle Interno</a> </li> <li> <a href="?pag=T0dVPU9UST1PRGM9T1dFPU9URT1PVFk9Tm1JPU9UZz1PR009WVRBPU9UZz1PVEk9T1dJPVlUTT1PV1U9WVRRPQ==&tipo_doc=2&view=LIST" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Ouvidoria</a> </li> </ul> </li> <li class="dropdown"> <a href="#" target=""><span>Expediente</span></a> <ul> <li> <a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=139" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Expediente da Câmara</a> </li> <li> <a href="?pag=TmpjPU9UST1PVFU9T1RJPU9XRT1PVE09T0RnPU9XST1PVEk9T1dFPU56RT1PR1U9T1RrPU9UUT1Oekk9WVRBPU9XWT1ZVEk9WVRZPU9UZz1ZVFE9&form=TRUE" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Fale Conosco</a> </li> </ul> </li> </ul> </div> </nav> <!-- Main Menu End--> </div> <div class="outer-box"> <!-- Search Btn --> <div class="search-box"> <button class="search-btn"><i class="fa fa-search fa-2x"></i></button> </div> </div> </div> </div> <!-- Sticky Header --> <div class="sticky-header"> <div class="main-box"> <!--Keep This Empty / Menu will come through Javascript--> </div> </div><!-- End Sticky Menu --> <!-- Mobile Header --> <div class="mobile-header"> <div class="logo"><a href="./"><img src="images/logo-2.png" alt="" title="" ></a></div> <!--Nav Box--> <div class="nav-outer clearfix"> <!--Keep This Empty / Menu will come through Javascript--> </div> </div> <!-- Mobile Sticky Header --> <div class="mobile-sticky-header"> <div class="logo"><a href="./"><img src="images/logo-2.png" alt="" title="" ></a></div> <!--Nav Box--> <div class="nav-outer clearfix"> <!--Keep This Empty / Menu will come through Javascript--> </div> </div> <!-- Mobile Menu --> <div class="mobile-menu"> <span class="mobile-menu-back-drop"></span> <div class="menu-outer"> <nav class="menu-box"> <div class="nav-logo"><a href="./"><img src="images/logo-2.png" alt="" title="" ></a></div><!--Here Menu Will Come Automatically Via Javascript / Same Menu as in Header--> </nav> <div class="menu-search"> <form method="GET" id="form-escolha-busca"> <div class="form-group"> <input type="hidden" name="pag" value="T0RNPU9UZz1PVFk9T0RnPU9EWT1PV0U9TnpBPU9UYz1PV1E9T1RBPU9UST1PV1k9T0dVPU9UTT1PVEE9WVRRPQ=="> <input type="text" class="input inputBuscadorHome" id="palavraChave" name="palavraChave" value="" placeholder="Busca..." required=""> <button type="submit"><i class="fa fa-search"></i></button> </div> </form> </div> </div> </div><!-- End Mobile Menu --> <!-- Header Search --> <div class="search-popup"> <span class="search-back-drop"></span> <div class="search-inner"> <div class="auto-container"> <div class="upper-text"> <div class="text">Pesquise aqui.</div> <button class="close-search"><span class="fa fa-times"></span></button> </div> <form method="GET" id="form-escolha-busca"> <div class="form-group"> <input type="hidden" name="pag" value="T0RNPU9UZz1PVFk9T0RnPU9EWT1PV0U9TnpBPU9UYz1PV1E9T1RBPU9UST1PV1k9T0dVPU9UTT1PVEE9WVRRPQ=="> <input type="text" class="input inputBuscadorHome" id="palavraChave" name="palavraChave" value="" placeholder="Busca..." required=""> <button type="submit"><i class="fa fa-search"></i></button> </div> </form> </div> </div> </div> <!-- End Header Search --></header> <!--End Main Header --> <div class="container"> <style> .img_cont_noticia{ border-radius:6px; margin:auto; display: inline-block; } @media (max-width: 520px){ #cont-noticia{ padding-left: 5%; padding-right: 5%; } } </style> <div class='row'> <div class='col-md-12'> <ol class="breadcrumb"> <li class="breadcrumb-item"><a href="http://www.camarasantoexpedito.sp.gov.br/?pag=">P&aacute;gina Inicial </a></li> <li class="breadcrumb-item"><a href="http://www.camarasantoexpedito.sp.gov.br/?pag=T0RNPU9UZz1PVFk9T0RnPU9EWT1OelU9T1RZPU9XUT1PVEk9T0dVPU9UUT1PR1U9WVRBPQ==">Imprensa</a></li> <li class="breadcrumb-item"><a href="http://www.camarasantoexpedito.sp.gov.br/?pag=T0RNPU9UZz1PVFk9T0RnPU9EWT1OelU9T1RZPU9XUT1PVEk9T0dVPU9UUT1PR1U9WVRBPQ==">Not&iacute;cias</a></li> <li class="breadcrumb-item active">Expediente</li> </ol> </div> </div> <div id="lightbox" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel" aria-hidden="true"> <div class="modal-dialog" style="width: fit-content;"> <button type="button" class="close hidden" data-dismiss="modal" aria-hidden="true">� </button> <div class="modal-content"> <div class="modal-body"> <img src="https://www.weblinesistemas.com/sic_images/sem_imagem.jpg" alt="" /> </div> </div> </div> </div> <div style="font-size:10px; text-align:left; font-family:tahoma;"> </div> <div id="titulo"> <div class="tituloTextoVereador text-center" style="margin-top:5px; font-size: 30px;"> Expediente </div> </div> <div class="h10px"></div> <div class="h10px"></div> <div> <style> span, p { margin: revert; } ul { padding-inline-start: 40px; } </style> <div id="cont-noticia" style="width: 100%;" ><html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"> <head> <meta http-equiv=Content-Type content="text/html; charset=windows-1252"> <meta name=ProgId content=Word.Document> <meta name=Generator content="Microsoft Word 15"> <meta name=Originator content="Microsoft Word 15"> <link rel=File-List href="https://www.camarasantoexpedito.sp.gov.br/images/imagesnoticias/3/principal_arquivos/filelist.xml"> <link rel=Edit-Time-Data href="https://www.camarasantoexpedito.sp.gov.br/images/imagesnoticias/3/principal_arquivos/editdata.mso"> <!--[if !mso]> <style> v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} </style> <![endif]--><!--[if gte mso 9]><xml> <o:DocumentProperties> <o:Author>Camila Rodrigues</o:Author> <o:Template>Normal</o:Template> <o:LastAuthor>Contato</o:LastAuthor> <o:Revision>5</o:Revision> <o:TotalTime>11</o:TotalTime> <o:Created>2018-12-19T15:08:00Z</o:Created> <o:LastSaved>2020-09-23T13:42:00Z</o:LastSaved> <o:Pages>1</o:Pages> <o:Words>83</o:Words> <o:Characters>452</o:Characters> <o:Lines>3</o:Lines> <o:Paragraphs>1</o:Paragraphs> <o:CharactersWithSpaces>534</o:CharactersWithSpaces> <o:Version>16.00</o:Version> </o:DocumentProperties> <o:OfficeDocumentSettings> <o:AllowPNG/> </o:OfficeDocumentSettings> </xml><![endif]--> <link rel=themeData href="https://www.camarasantoexpedito.sp.gov.br/images/imagesnoticias/3/principal_arquivos/themedata.thmx"> <link rel=colorSchemeMapping href="https://www.camarasantoexpedito.sp.gov.br/images/imagesnoticias/3/principal_arquivos/colorschememapping.xml"> <!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Print</w:View> <w:SpellingState>Clean</w:SpellingState> <w:GrammarState>Clean</w:GrammarState> <w:TrackMoves>false</w:TrackMoves> <w:TrackFormatting/> <w:HyphenationZone>21</w:HyphenationZone> <w:PunctuationKerning/> <w:ValidateAgainstSchemas/> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:DoNotPromoteQF/> <w:LidThemeOther>PT-BR</w:LidThemeOther> <w:LidThemeAsian>X-NONE</w:LidThemeAsian> <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript> <w:Compatibility> <w:BreakWrappedTables/> <w:SnapToGridInCell/> <w:WrapTextWithPunct/> <w:UseAsianBreakRules/> <w:DontGrowAutofit/> <w:SplitPgBreakAndParaMark/> <w:EnableOpenTypeKerning/> <w:DontFlipMirrorIndents/> <w:OverrideTableStyleHps/> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> <m:mathPr> <m:mathFont m:val="Cambria Math"/> <m:brkBin m:val="before"/> <m:brkBinSub m:val="&#45;-"/> <m:smallFrac m:val="off"/> <m:dispDef/> <m:lMargin m:val="0"/> <m:rMargin m:val="0"/> <m:defJc m:val="centerGroup"/> <m:wrapIndent m:val="1440"/> <m:intLim m:val="subSup"/> <m:naryLim m:val="undOvr"/> </m:mathPr></w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="false" DefSemiHidden="false" DefQFormat="false" DefPriority="99" LatentStyleCount="371"> <w:LsdException Locked="false" Priority="0" QFormat="true" Name="Normal"/> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 1"/> <w:LsdException Locked="false" Priority="9" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="heading 2"/> <w:LsdException Locked="false" Priority="9" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="heading 3"/> <w:LsdException Locked="false" Priority="9" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="heading 4"/> <w:LsdException Locked="false" Priority="9" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="heading 5"/> <w:LsdException Locked="false" Priority="9" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="heading 6"/> <w:LsdException Locked="false" Priority="9" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="heading 7"/> <w:LsdException Locked="false" Priority="9" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="heading 8"/> <w:LsdException Locked="false" Priority="9" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="heading 9"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index 1"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index 2"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index 3"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index 4"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index 5"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index 6"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index 7"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index 8"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index 9"/> <w:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" Name="toc 1"/> <w:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" Name="toc 2"/> <w:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" Name="toc 3"/> <w:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" Name="toc 4"/> <w:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" Name="toc 5"/> <w:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" Name="toc 6"/> <w:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" Name="toc 7"/> <w:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" Name="toc 8"/> <w:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" Name="toc 9"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Normal Indent"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="footnote text"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="annotation text"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="header"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="footer"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index heading"/> <w:LsdException Locked="false" Priority="35" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="caption"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="table of figures"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="envelope address"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="envelope return"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="footnote reference"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="annotation reference"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="line number"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="page number"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="endnote reference"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="endnote text"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="table of authorities"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="macro"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="toa heading"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Bullet"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Number"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List 2"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List 3"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List 4"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List 5"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Bullet 2"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Bullet 3"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Bullet 4"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Bullet 5"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Number 2"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Number 3"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Number 4"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Number 5"/> <w:LsdException Locked="false" Priority="10" QFormat="true" Name="Title"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Closing"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Signature"/> <w:LsdException Locked="false" Priority="1" SemiHidden="true" UnhideWhenUsed="true" Name="Default Paragraph Font"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Body Text"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Body Text Indent"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Continue"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Continue 2"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Continue 3"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Continue 4"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Continue 5"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Message Header"/> <w:LsdException Locked="false" Priority="11" QFormat="true" Name="Subtitle"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Salutation"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Date"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Body Text First Indent"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Body Text First Indent 2"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Note Heading"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Body Text 2"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Body Text 3"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Body Text Indent 2"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Body Text Indent 3"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Block Text"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Hyperlink"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="FollowedHyperlink"/> <w:LsdException Locked="false" Priority="22" QFormat="true" Name="Strong"/> <w:LsdException Locked="false" Priority="20" QFormat="true" Name="Emphasis"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Document Map"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Plain Text"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="E-mail Signature"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Top of Form"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Bottom of Form"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Normal (Web)"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Acronym"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Address"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Cite"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Code"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Definition"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Keyboard"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Preformatted"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Sample"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Typewriter"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Variable"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Normal Table"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="annotation subject"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="No List"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Outline List 1"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Outline List 2"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Outline List 3"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Simple 1"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Simple 2"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Simple 3"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Classic 1"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Classic 2"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Classic 3"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Classic 4"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Colorful 1"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Colorful 2"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Colorful 3"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Columns 1"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Columns 2"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Columns 3"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Columns 4"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Columns 5"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Grid 1"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Grid 2"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Grid 3"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Grid 4"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Grid 5"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Grid 6"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Grid 7"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Grid 8"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table List 1"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table List 2"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table List 3"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table List 4"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table List 5"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table List 6"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table List 7"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table List 8"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table 3D effects 1"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table 3D effects 2"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table 3D effects 3"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Contemporary"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Elegant"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Professional"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Subtle 1"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Subtle 2"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Web 1"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Web 2"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Web 3"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Balloon Text"/> <w:LsdException Locked="false" Priority="39" Name="Table Grid"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Theme"/> <w:LsdException Locked="false" SemiHidden="true" Name="Placeholder Text"/> <w:LsdException Locked="false" Priority="1" QFormat="true" Name="No Spacing"/> <w:LsdException Locked="false" Priority="60" Name="Light Shading"/> <w:LsdException Locked="false" Priority="61" Name="Light List"/> <w:LsdException Locked="false" Priority="62" Name="Light Grid"/> <w:LsdException Locked="false" Priority="63" Name="Medium Shading 1"/> <w:LsdException Locked="false" Priority="64" Name="Medium Shading 2"/> <w:LsdException Locked="false" Priority="65" Name="Medium List 1"/> <w:LsdException Locked="false" Priority="66" Name="Medium List 2"/> <w:LsdException Locked="false" Priority="67" Name="Medium Grid 1"/> <w:LsdException Locked="false" Priority="68" Name="Medium Grid 2"/> <w:LsdException Locked="false" Priority="69" Name="Medium Grid 3"/> <w:LsdException Locked="false" Priority="70" Name="Dark List"/> <w:LsdException Locked="false" Priority="71" Name="Colorful Shading"/> <w:LsdException Locked="false" Priority="72" Name="Colorful List"/> <w:LsdException Locked="false" Priority="73" Name="Colorful Grid"/> <w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 1"/> <w:LsdException Locked="false" Priority="61" Name="Light List Accent 1"/> <w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 1"/> <w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 1"/> <w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 1"/> <w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 1"/> <w:LsdException Locked="false" SemiHidden="true" Name="Revision"/> <w:LsdException Locked="false" Priority="34" QFormat="true" Name="List Paragraph"/> <w:LsdException Locked="false" Priority="29" QFormat="true" Name="Quote"/> <w:LsdException Locked="false" Priority="30" QFormat="true" Name="Intense Quote"/> <w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 1"/> <w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 1"/> <w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 1"/> <w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 1"/> <w:LsdException Locked="false" Priority="70" Name="Dark List Accent 1"/> <w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 1"/> <w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 1"/> <w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 1"/> <w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 2"/> <w:LsdException Locked="false" Priority="61" Name="Light List Accent 2"/> <w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 2"/> <w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 2"/> <w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 2"/> <w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 2"/> <w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 2"/> <w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 2"/> <w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 2"/> <w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 2"/> <w:LsdException Locked="false" Priority="70" Name="Dark List Accent 2"/> <w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 2"/> <w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 2"/> <w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 2"/> <w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 3"/> <w:LsdException Locked="false" Priority="61" Name="Light List Accent 3"/> <w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 3"/> <w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 3"/> <w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 3"/> <w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 3"/> <w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 3"/> <w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 3"/> <w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 3"/> <w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 3"/> <w:LsdException Locked="false" Priority="70" Name="Dark List Accent 3"/> <w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 3"/> <w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 3"/> <w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 3"/> <w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 4"/> <w:LsdException Locked="false" Priority="61" Name="Light List Accent 4"/> <w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 4"/> <w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 4"/> <w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 4"/> <w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 4"/> <w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 4"/> <w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 4"/> <w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 4"/> <w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 4"/> <w:LsdException Locked="false" Priority="70" Name="Dark List Accent 4"/> <w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 4"/> <w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 4"/> <w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 4"/> <w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 5"/> <w:LsdException Locked="false" Priority="61" Name="Light List Accent 5"/> <w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 5"/> <w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 5"/> <w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 5"/> <w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 5"/> <w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 5"/> <w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 5"/> <w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 5"/> <w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 5"/> <w:LsdException Locked="false" Priority="70" Name="Dark List Accent 5"/> <w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 5"/> <w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 5"/> <w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 5"/> <w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 6"/> <w:LsdException Locked="false" Priority="61" Name="Light List Accent 6"/> <w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 6"/> <w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 6"/> <w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 6"/> <w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 6"/> <w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 6"/> <w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 6"/> <w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 6"/> <w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 6"/> <w:LsdException Locked="false" Priority="70" Name="Dark List Accent 6"/> <w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 6"/> <w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 6"/> <w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 6"/> <w:LsdException Locked="false" Priority="19" QFormat="true" Name="Subtle Emphasis"/> <w:LsdException Locked="false" Priority="21" QFormat="true" Name="Intense Emphasis"/> <w:LsdException Locked="false" Priority="31" QFormat="true" Name="Subtle Reference"/> <w:LsdException Locked="false" Priority="32" QFormat="true" Name="Intense Reference"/> <w:LsdException Locked="false" Priority="33" QFormat="true" Name="Book Title"/> <w:LsdException Locked="false" Priority="37" SemiHidden="true" UnhideWhenUsed="true" Name="Bibliography"/> <w:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="TOC Heading"/> <w:LsdException Locked="false" Priority="41" Name="Plain Table 1"/> <w:LsdException Locked="false" Priority="42" Name="Plain Table 2"/> <w:LsdException Locked="false" Priority="43" Name="Plain Table 3"/> <w:LsdException Locked="false" Priority="44" Name="Plain Table 4"/> <w:LsdException Locked="false" Priority="45" Name="Plain Table 5"/> <w:LsdException Locked="false" Priority="40" Name="Grid Table Light"/> <w:LsdException Locked="false" Priority="46" Name="Grid Table 1 Light"/> <w:LsdException Locked="false" Priority="47" Name="Grid Table 2"/> <w:LsdException Locked="false" Priority="48" Name="Grid Table 3"/> <w:LsdException Locked="false" Priority="49" Name="Grid Table 4"/> <w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark"/> <w:LsdException Locked="false" Priority="51" Name="Grid Table 6 Colorful"/> <w:LsdException Locked="false" Priority="52" Name="Grid Table 7 Colorful"/> <w:LsdException Locked="false" Priority="46" Name="Grid Table 1 Light Accent 1"/> <w:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 1"/> <w:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 1"/> <w:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 1"/> <w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 1"/> <w:LsdException Locked="false" Priority="51" Name="Grid Table 6 Colorful Accent 1"/> <w:LsdException Locked="false" Priority="52" Name="Grid Table 7 Colorful Accent 1"/> <w:LsdException Locked="false" Priority="46" Name="Grid Table 1 Light Accent 2"/> <w:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 2"/> <w:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 2"/> <w:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 2"/> <w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 2"/> <w:LsdException Locked="false" Priority="51" Name="Grid Table 6 Colorful Accent 2"/> <w:LsdException Locked="false" Priority="52" Name="Grid Table 7 Colorful Accent 2"/> <w:LsdException Locked="false" Priority="46" Name="Grid Table 1 Light Accent 3"/> <w:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 3"/> <w:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 3"/> <w:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 3"/> <w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 3"/> <w:LsdException Locked="false" Priority="51" Name="Grid Table 6 Colorful Accent 3"/> <w:LsdException Locked="false" Priority="52" Name="Grid Table 7 Colorful Accent 3"/> <w:LsdException Locked="false" Priority="46" Name="Grid Table 1 Light Accent 4"/> <w:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 4"/> <w:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 4"/> <w:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 4"/> <w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 4"/> <w:LsdException Locked="false" Priority="51" Name="Grid Table 6 Colorful Accent 4"/> <w:LsdException Locked="false" Priority="52" Name="Grid Table 7 Colorful Accent 4"/> <w:LsdException Locked="false" Priority="46" Name="Grid Table 1 Light Accent 5"/> <w:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 5"/> <w:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 5"/> <w:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 5"/> <w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 5"/> <w:LsdException Locked="false" Priority="51" Name="Grid Table 6 Colorful Accent 5"/> <w:LsdException Locked="false" Priority="52" Name="Grid Table 7 Colorful Accent 5"/> <w:LsdException Locked="false" Priority="46" Name="Grid Table 1 Light Accent 6"/> <w:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 6"/> <w:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 6"/> <w:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 6"/> <w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 6"/> <w:LsdException Locked="false" Priority="51" Name="Grid Table 6 Colorful Accent 6"/> <w:LsdException Locked="false" Priority="52" Name="Grid Table 7 Colorful Accent 6"/> <w:LsdException Locked="false" Priority="46" Name="List Table 1 Light"/> <w:LsdException Locked="false" Priority="47" Name="List Table 2"/> <w:LsdException Locked="false" Priority="48" Name="List Table 3"/> <w:LsdException Locked="false" Priority="49" Name="List Table 4"/> <w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark"/> <w:LsdException Locked="false" Priority="51" Name="List Table 6 Colorful"/> <w:LsdException Locked="false" Priority="52" Name="List Table 7 Colorful"/> <w:LsdException Locked="false" Priority="46" Name="List Table 1 Light Accent 1"/> <w:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 1"/> <w:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 1"/> <w:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 1"/> <w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 1"/> <w:LsdException Locked="false" Priority="51" Name="List Table 6 Colorful Accent 1"/> <w:LsdException Locked="false" Priority="52" Name="List Table 7 Colorful Accent 1"/> <w:LsdException Locked="false" Priority="46" Name="List Table 1 Light Accent 2"/> <w:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 2"/> <w:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 2"/> <w:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 2"/> <w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 2"/> <w:LsdException Locked="false" Priority="51" Name="List Table 6 Colorful Accent 2"/> <w:LsdException Locked="false" Priority="52" Name="List Table 7 Colorful Accent 2"/> <w:LsdException Locked="false" Priority="46" Name="List Table 1 Light Accent 3"/> <w:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 3"/> <w:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 3"/> <w:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 3"/> <w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 3"/> <w:LsdException Locked="false" Priority="51" Name="List Table 6 Colorful Accent 3"/> <w:LsdException Locked="false" Priority="52" Name="List Table 7 Colorful Accent 3"/> <w:LsdException Locked="false" Priority="46" Name="List Table 1 Light Accent 4"/> <w:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 4"/> <w:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 4"/> <w:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 4"/> <w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 4"/> <w:LsdException Locked="false" Priority="51" Name="List Table 6 Colorful Accent 4"/> <w:LsdException Locked="false" Priority="52" Name="List Table 7 Colorful Accent 4"/> <w:LsdException Locked="false" Priority="46" Name="List Table 1 Light Accent 5"/> <w:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 5"/> <w:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 5"/> <w:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 5"/> <w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 5"/> <w:LsdException Locked="false" Priority="51" Name="List Table 6 Colorful Accent 5"/> <w:LsdException Locked="false" Priority="52" Name="List Table 7 Colorful Accent 5"/> <w:LsdException Locked="false" Priority="46" Name="List Table 1 Light Accent 6"/> <w:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 6"/> <w:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 6"/> <w:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 6"/> <w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 6"/> <w:LsdException Locked="false" Priority="51" Name="List Table 6 Colorful Accent 6"/> <w:LsdException Locked="false" Priority="52" Name="List Table 7 Colorful Accent 6"/> </w:LatentStyles> </xml><![endif]--> <style> <!-- /* Font Definitions */ @font-face {font-family:"Cambria Math"; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:1; mso-generic-font-family:roman; mso-font-pitch:variable; mso-font-signature:0 0 0 0 0 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-536870145 1073786111 1 0 415 0;} @font-face {font-family:Tahoma; panose-1:2 11 6 4 3 5 4 4 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-520081665 -1073717157 41 0 66047 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:""; margin-top:0cm; margin-right:0cm; margin-bottom:8.0pt; margin-left:0cm; line-height:105%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri",sans-serif; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} cssa, span.MsoHyperlink {mso-style-noshow:yes; mso-style-priority:99; color:blue; text-decoration:underline; text-underline:single;} cssa, span.MsoHyperlinkFollowed {mso-style-noshow:yes; mso-style-priority:99; color:#954F72; mso-themecolor:followedhyperlink; text-decoration:underline; text-underline:single;} p.MsoAcetate, li.MsoAcetate, div.MsoAcetate {mso-style-noshow:yes; mso-style-priority:99; mso-style-link:"Texto de balão Char"; margin:0cm; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:8.0pt; font-family:"Tahoma",sans-serif; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-fareast-language:EN-US;} p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph {mso-style-priority:34; mso-style-unhide:no; mso-style-qformat:yes; margin-top:0cm; margin-right:0cm; margin-bottom:8.0pt; margin-left:36.0pt; mso-add-space:auto; line-height:105%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri",sans-serif; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} p.MsoListParagraphCxSpFirst, li.MsoListParagraphCxSpFirst, div.MsoListParagraphCxSpFirst {mso-style-priority:34; mso-style-unhide:no; mso-style-qformat:yes; mso-style-type:export-only; margin-top:0cm; margin-right:0cm; margin-bottom:0cm; margin-left:36.0pt; margin-bottom:.0001pt; mso-add-space:auto; line-height:105%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri",sans-serif; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} p.MsoListParagraphCxSpMiddle, li.MsoListParagraphCxSpMiddle, div.MsoListParagraphCxSpMiddle {mso-style-priority:34; mso-style-unhide:no; mso-style-qformat:yes; mso-style-type:export-only; margin-top:0cm; margin-right:0cm; margin-bottom:0cm; margin-left:36.0pt; margin-bottom:.0001pt; mso-add-space:auto; line-height:105%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri",sans-serif; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} p.MsoListParagraphCxSpLast, li.MsoListParagraphCxSpLast, div.MsoListParagraphCxSpLast {mso-style-priority:34; mso-style-unhide:no; mso-style-qformat:yes; mso-style-type:export-only; margin-top:0cm; margin-right:0cm; margin-bottom:8.0pt; margin-left:36.0pt; mso-add-space:auto; line-height:105%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri",sans-serif; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} p.msonormal0, li.msonormal0, div.msonormal0 {mso-style-name:msonormal; mso-style-unhide:no; mso-margin-top-alt:auto; margin-right:0cm; mso-margin-bottom-alt:auto; margin-left:0cm; mso-pagination:widow-orphan; font-size:12.0pt; font-family:"Times New Roman",serif; mso-fareast-font-family:"Times New Roman"; mso-fareast-theme-font:minor-fareast;} span.TextodebaloChar {mso-style-name:"Texto de balão Char"; mso-style-noshow:yes; mso-style-priority:99; mso-style-unhide:no; mso-style-locked:yes; mso-style-link:"Texto de balão"; mso-ansi-font-size:8.0pt; mso-bidi-font-size:8.0pt; font-family:"Tahoma",sans-serif; mso-ascii-font-family:Tahoma; mso-hansi-font-family:Tahoma; mso-bidi-font-family:Tahoma;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; font-size:10.0pt; mso-ansi-font-size:10.0pt; mso-bidi-font-size:10.0pt; font-family:"Calibri",sans-serif; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} @page WordSection1 {size:595.3pt 841.9pt; margin:70.85pt 3.0cm 70.85pt 3.0cm; mso-header-margin:35.4pt; mso-footer-margin:35.4pt; mso-paper-source:0;} div.WordSection1 {page:WordSection1;} --> </style> <!--[if gte mso 10]> <style> /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Tabela normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-parent:""; mso-padding-alt:0cm 5.4pt 0cm 5.4pt; mso-para-margin:0cm; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.0pt; font-family:"Calibri",sans-serif; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-fareast-language:EN-US;} </style> <![endif]--><!--[if gte mso 9]><xml> <o:shapedefaults v:ext="edit" spidmax="1026"/> </xml><![endif]--><!--[if gte mso 9]><xml> <o:shapelayout v:ext="edit"> <o:idmap v:ext="edit" data="1"/> </o:shapelayout></xml><![endif]--> </head> <body lang=PT-BR link=blue vlink="#954F72" style='tab-interval:35.4pt'> <div class=WordSection1> <p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;line-height:normal;background:white'><b><span style='font-size:14.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Câmara Municipal de Santo Expedito</span></b><span style='font-size:12.0pt;font-family:"Arial",sans-serif; mso-fareast-font-family:"Times New Roman";color:#333333;mso-fareast-language: PT-BR'><o:p></o:p></span></p> <p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;line-height:normal;background:white'><span style='font-size: 12.0pt;font-family:"Times New Roman",serif;mso-fareast-font-family:"Times New Roman"; color:#333333;mso-fareast-language:PT-BR'><o:p> ;</o:p></span></p> <p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;line-height:normal;background:white'><span style='font-size: 12.0pt;font-family:"Times New Roman",serif;mso-fareast-font-family:"Times New Roman"; color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shapetype id="_x0000_t75" coordsize="21600,21600" o:spt="75" o:preferrelative="t" path="m@4@5l@4@11@9@11@9@5xe" filled="f" stroked="f"> <v:stroke joinstyle="miter"/> <v:formulas> <v:f eqn="if lineDrawn pixelLineWidth 0"/> <v:f eqn="sum @0 1 0"/> <v:f eqn="sum 0 0 @1"/> <v:f eqn="prod @2 1 2"/> <v:f eqn="prod @3 21600 pixelWidth"/> <v:f eqn="prod @3 21600 pixelHeight"/> <v:f eqn="sum @0 0 1"/> <v:f eqn="prod @6 1 2"/> <v:f eqn="prod @7 21600 pixelWidth"/> <v:f eqn="sum @8 21600 0"/> <v:f eqn="prod @7 21600 pixelHeight"/> <v:f eqn="sum @10 21600 0"/> </v:formulas> <v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect"/> <o:lock v:ext="edit" aspectratio="t"/> </v:shapetype><v:shape id="Picture_x0020_3" o:spid="_x0000_i1025" type="#_x0000_t75" alt="Brasão Município de Santo Expedito" style='width:200.25pt;height:216.75pt; visibility:visible;mso-wrap-style:square'> <img class="img-responsive img_cont_noticia" style='max-width:100%' src="https://www.camarasantoexpedito.sp.gov.br/images/imagesnoticias/3/principal_arquivos/image001.jpg" o:title="Brasão Município de Santo Expedito"/> </v:shape><![endif]--><img class="img-responsive img_cont_noticia" width=267 height=289 src="https://www.camarasantoexpedito.sp.gov.br/images/imagesnoticias/3/principal_arquivos/image002.jpg" alt="Brasão Município de Santo Expedito" vshapes="Picture_x0020_3"></span><span style='font-size:12.0pt; font-family:"Times New Roman",serif;mso-fareast-font-family:"Times New Roman"; color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p> <p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;line-height:normal;background:white'><span style='font-size: 12.0pt;font-family:"Times New Roman",serif;mso-fareast-font-family:"Times New Roman"; color:#333333;mso-fareast-language:PT-BR'><o:p> ;</o:p></span></p> <p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;line-height:normal;background:white'><span style='font-size: 14.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; color:#333333;mso-fareast-language:PT-BR'>Local e Horário de Atendimento ao Público</span><span style='font-size:12.0pt;font-family:"Arial",sans-serif; mso-fareast-font-family:"Times New Roman";color:#333333;mso-fareast-language: PT-BR'><o:p></o:p></span></p> <p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;line-height:normal;background:white'><span style='font-size: 12.0pt;mso-bidi-font-size:14.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#333333;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>Rua Rui Barbosa, 480 – Centro</span><span style='mso-bidi-font-size:12.0pt; font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p> <p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;line-height:normal;background:white'><span style='font-size: 14.0pt;mso-bidi-font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#333333;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>De segunda a Sexta Feira</span><span style='font-size:14.0pt;mso-bidi-font-size: 12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p> <p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;line-height:normal;background:white'><span style='font-size: 12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; color:#333333;mso-fareast-language:PT-BR;mso-bidi-font-weight:bold'>Das 07:00 às 13:00 horas (Ato da Mesa nº 0015/2020)</span><span style='font-size:12.0pt; font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p> <p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;line-height:normal;background:white'><span style='font-size: 12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; color:#333333;mso-fareast-language:PT-BR;mso-bidi-font-weight:bold'>Fone: (18) 3267-1195<o:p></o:p></span></p> <p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;line-height:normal;background:white'><span style='font-size: 12.0pt;font-family:"Times New Roman",serif;mso-fareast-font-family:"Times New Roman"; color:#333333;mso-fareast-language:PT-BR'><o:p> ;</o:p></span></p> <p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;line-height:normal;background:white'><span style='font-size: 12.0pt;font-family:"Times New Roman",serif;mso-fareast-font-family:"Times New Roman"; color:#333333;mso-fareast-language:PT-BR'><o:p> ;</o:p></span></p> <p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;line-height:normal;background:white'><span style='font-size: 14.0pt;mso-bidi-font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#333333;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>E-mails para contatos:<o:p></o:p></span></p> <div align=center> <table class=MsoNormalTable border=0 cellspacing=0 cellpadding=0 style='border-collapse:collapse;mso-yfti-tbllook:1184;mso-padding-alt:0cm 0cm 0cm 0cm'> <tr style='mso-yfti-irow:0;mso-yfti-firstrow:yes'> <td width=430 valign=top style='width:322.5pt;padding:0cm 5.4pt 0cm 5.4pt'></td> </tr> <tr style='mso-yfti-irow:1'> <td width=430 valign=top style='width:322.5pt;padding:0cm 5.4pt 0cm 5.4pt'> <p class=MsoNormal style='margin-top:0cm;margin-right:0cm;margin-bottom:0cm; margin-left:18.0pt;margin-bottom:.0001pt;line-height:normal'><span style='font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#337AB7;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>contato@camarasantoexpedito.sp.gov.br</span><span style='font-size: 12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; mso-fareast-language:PT-BR'><o:p></o:p></span></p> </td> </tr> <tr style='mso-yfti-irow:2'> <td width=430 valign=top style='width:322.5pt;padding:0cm 5.4pt 0cm 5.4pt'> <p class=MsoNormal style='margin-top:0cm;margin-right:0cm;margin-bottom:0cm; margin-left:18.0pt;margin-bottom:.0001pt;line-height:normal'><span style='font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#337AB7;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>presidência@camarasantoexpedito.sp.gov.br</span><span style='font-size: 12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; mso-fareast-language:PT-BR'><o:p></o:p></span></p> </td> </tr> <tr style='mso-yfti-irow:3'> <td width=430 valign=top style='width:322.5pt;padding:0cm 5.4pt 0cm 5.4pt'> <p class=MsoNormal style='margin-top:0cm;margin-right:0cm;margin-bottom:0cm; margin-left:18.0pt;margin-bottom:.0001pt;line-height:normal'><span style='font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#337AB7;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>secretaria@camarasantoexpedito.sp.gov.br</span><span style='font-size: 12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; mso-fareast-language:PT-BR'><o:p></o:p></span></p> </td> </tr> <tr style='mso-yfti-irow:4'> <td width=430 valign=top style='width:322.5pt;padding:0cm 5.4pt 0cm 5.4pt'> <p class=MsoNormal style='margin-top:0cm;margin-right:0cm;margin-bottom:0cm; margin-left:18.0pt;margin-bottom:.0001pt;line-height:normal'><span style='font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#337AB7;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>tesouraria@camarasantoexpedito.sp.gov.br</span><span style='font-size: 12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; mso-fareast-language:PT-BR'><o:p></o:p></span></p> </td> </tr> <tr style='mso-yfti-irow:5'> <td width=430 valign=top style='width:322.5pt;padding:0cm 5.4pt 0cm 5.4pt'> <p class=MsoNormal style='margin-top:0cm;margin-right:0cm;margin-bottom:0cm; margin-left:18.0pt;margin-bottom:.0001pt;line-height:normal'><span style='font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#337AB7;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>contadoria@camarasantoexpedito.sp.gov.br</span><span style='font-size: 12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; mso-fareast-language:PT-BR'><o:p></o:p></span></p> </td> </tr> <tr style='mso-yfti-irow:6'> <td width=430 valign=top style='width:322.5pt;padding:0cm 5.4pt 0cm 5.4pt'> <p class=MsoNormal style='margin-top:0cm;margin-right:0cm;margin-bottom:0cm; margin-left:18.0pt;margin-bottom:.0001pt;line-height:normal'><span style='font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#337AB7;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>compras@camarasantoexpedito.sp.gov.br</span><span style='font-size: 12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; mso-fareast-language:PT-BR'><o:p></o:p></span></p> </td> </tr> <tr style='mso-yfti-irow:7;mso-yfti-lastrow:yes;height:30.95pt'> <td width=430 valign=top style='width:322.5pt;padding:0cm 5.4pt 0cm 5.4pt; height:30.95pt'> <p class=MsoNormal style='margin-top:0cm;margin-right:0cm;margin-bottom:0cm; margin-left:18.0pt;margin-bottom:.0001pt;line-height:normal'><span style='font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#337AB7;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>assessoriajurídica@camarasantoexpedito.sp.gov.br</span><span style='font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";mso-fareast-language:PT-BR'><o:p></o:p></span></p> <p class=MsoListParagraph style='margin-bottom:0cm;margin-bottom:.0001pt; mso-add-space:auto;line-height:normal'><span style='font-size:12.0pt; font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; mso-fareast-language:PT-BR'><o:p> ;</o:p></span></p> </td> </tr> </table> </div> <p class=MsoNormal><o:p> ;</o:p></p> </div> </body> </html> </div></div> <script> $( ".textoNoticia a" ).each(function() { if($(this).attr('href')==null){ $(this).css("text-decoration","none"); if($(this).css("color")=="#337ab7" || $(this).css("color")=="rgb(51, 122, 183)"){ $(this).css("color","#000000"); } } }); $( ".MsoNormalTable" ).removeAttr( "align" ); $( "#cont-noticia .breadcrumb-item" ).removeClass( "breadcrumb-item" ); </script> <div class="areaBtnBuscaVereador areaHistoriaVereador"> <h3 class="tituloPagina" >Arquivos para Download</h3> <div class="h10px" ></div> <table class="table"><tr><td> <form name="arq_abre" id="arq_abre" action="indexAjax.php?pag=T0RJPU9UVT1PVFE9T1dFPU9HVT1PV1E9T1RZPQ==" method="post" target="_blank" style="border: 0px; padding:0px;"> <input type="hidden" name="nome_arquivo" value="CALENDÁRIODASSESSÕES-2020.pdf"> <input type="hidden" name="extensao_arquivo" value=".pdf"> <input type="hidden" name="nome_tabela" value="web_arquivos_noticias"> <input type="hidden" name="id" value="24"> <input type="image" src="https://www.weblinesistemas.com/imagens_camaras/PDF.jpg"> </form> </td><td>CALENDÁRIO DAS SESSÕES - 2020</td></tr></table> </div> <div class="row"> <div class="col-md-12"> </div> </div> <div class="h10px"></div><div class="h10px"></div> <script> $(document).ready(function() { var $lightbox = $('#lightbox'); $('[data-target="#lightbox"]').on('click', function(event) { var $img = $(this).find('img'), src = $img.attr('src'), alt = $img.attr('alt'), css = { 'maxWidth': $(window).width() - 100, 'maxHeight': $(window).height() - 100 }; $lightbox.find('.close').addClass('hidden'); $lightbox.find('img').attr('src', src); $lightbox.find('img').attr('alt', alt); $lightbox.find('img').css(css); }); $lightbox.on('shown.bs.modal', function (e) { var $img = $lightbox.find('img'); $lightbox.find('.modal-dialog').css({'width': $img.width()}); $lightbox.find('.close').removeClass('hidden'); }); }); </script> <br> <div class="row" > <div class="col-md-2 col-sm-2 col-xs-6" style="/*text-align: right;*/ margin-top: -20px;" > <a target="_blank" href="https://web.whatsapp.com/send?text=Expediente - https%3A%2F%2Fcamarasantoexpedito.sp.gov.br%2F%3Fpag%3DT1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0%3D%26idmenu%3D139%26dataatualizacao%3D202301301031 " style="margin-left: 50px;" > <img src="https://www.weblinesistemas.com/imagens_camaras/whatsapp2.ico" style="width:40px;"/> </a> </div> <div class="col-md-12 col-xs-6 text-center" style="margin-left: -35px;" > <div id="fb-root"></div> <script> $(document).ready(function(){ (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = 'https://connect.facebook.net/pt_BR/sdk.js#xfbml=1&version=v3.1'; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk')); }); </script> <div class="fb-like" data-href="https://www.camarasantoexpedito.sp.gov.br/weblineprimeirapagina.php?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=139&dataatualizacao=202301301031" data-layout="button_count" data-action="like" data-size="small" data-show-faces="true" data-share="true"></div> </div> </div> <br> </div> <div class="h10px"></div> <style type="text/css"> .cookiealert { position: fixed; bottom: 0; left: 0; width: 100%; margin: 0 !important; z-index: 999; opacity: 0; visibility: hidden; border-radius: 0; transform: translateY(100%); transition: all 500ms ease-out; color: #ecf0f1; background: #212327; } .cookiealert.show { opacity: 1; visibility: visible; transform: translateY(0%); transition-delay: 1000ms; } .cookiealert a { text-decoration: underline; color: #337ab7 !important; } .cookiealert .acceptcookies { margin-left: 10px; vertical-align: baseline; } .btn-primary{ color: #fff !important; background-color: #337ab7 !important; border-color: #2e6da4 !important; } </style> <!-- START Bootstrap-Cookie-Alert --> <div class="alert text-center cookiealert" role="alert"> <b>N&oacute;s usamos cookies para melhorar sua experi&ecirc;ncia de navega&ccedil;&atilde;o no portal. Ao continuar voc&ecirc; concorda com a nossa <a href="?pag=T1RFPU9UST1PR1k9T0dVPU9Uaz1PVEE9T0dFPU9HRT1ObU09T1dFPU9XRT1PVEE9T1RnPU9UZz1PVFE9WVRRPQ==" target="_blank">Pol&iacute;tica de cookies.</a> <button type="button" class="btn btn-primary btn-sm acceptcookies"> Aceito </button> </b> </div> <!-- END Bootstrap-Cookie-Alert --> <script type="text/javascript"> (function () { "use strict"; var cookieAlert = document.querySelector(".cookiealert"); var acceptCookies = document.querySelector(".acceptcookies"); if (!cookieAlert) { return; } cookieAlert.offsetHeight; // Force browser to trigger reflow // Show the alert if we cant find the "acceptCookies" cookie if (!getCookie("acceptCookies")) { cookieAlert.classList.add("show"); } // When clicking on the agree button, create a 1 year // cookie to remember user's choice and close the banner acceptCookies.addEventListener("click", function () { setCookie("acceptCookies", true, 365); cookieAlert.classList.remove("show"); // dispatch the accept event window.dispatchEvent(new Event("cookieAlertAccept")); $.ajax({ url: "indexAjax.php?pag=T1RRPU9EUT1PR1k9T1dJPU9EWT1ObUk9T0RnPU9HUT1PVGc9T1dVPU5tVT1PV009T1dNPU9XRT1PVGc9T1RZPVlUUT0=", context: document.body }).done(function() { $( this ).addClass( "done" ); }); }); // Cookie functions from w3schools function setCookie(cname, cvalue, exdays) { var d = new Date(); d.setTime(d.getTime() + (exdays * 24 * 60 * 60 * 1000)); var expires = "expires=" + d.toUTCString(); if(location.protocol == 'https:'){ document.cookie = cname + "=" + cvalue + ";" + expires + ";path=/;SameSite=None;Secure"; }else{ document.cookie = cname + "=" + cvalue + ";" + expires + ";"; } } function getCookie(cname) { var name = cname + "="; var decodedCookie = decodeURIComponent(document.cookie); var ca = decodedCookie.split(';'); for (var i = 0; i < ca.length; i++) { var c = ca[i]; while (c.charAt(0) === ' ') { c = c.substring(1); } if (c.indexOf(name) === 0) { return c.substring(name.length, c.length); } } return ""; } })(); </script><script> function abrirMapaSite() { if($("div.mapa_site").css("display")=="none"){ $("div.mapa_site").show(); } else { $("div.mapa_site").hide(); } } </script> <center> <img onClick="abrirMapaSite();" style="text-decoration:none; cursor:pointer;" src="https://www.weblinesistemas.com/imagens_camaras/mapa_site2_150x30.png" class="img-responsive center-block" width="150" /> </center> <!-- Main Footer --> <footer class="main-footer"> <div class="auto-container"> <!--Widgets Section--> <div class="widgets-section"> <div class="row"> <div class="mapa_site" style="display:none;"> <div class="big-column col-xl-12 col-lg-12 col-md-12" style="margin-bottom: 10px;"> <div class="row"> <div class="footer-column col-lg-2 col-md-4 col-sm-12"> <div class="footer-widget links-widget"> <h2 class="widget-title"><a href="" >Câmara</a></h2> <div class="widget-content"> <ul class="list"> <li><a href="?pag=T0RRPU9UST1PVEE9T0dVPU9UZz1PV0U9T1RZPU9HVT1PV009">Comissões</a></li> <li><a href="?pag=T0RjPU9HTT1PVEU9T0RZPU9UTT1PR0U9T0dNPU9UST1PV0k9T1dFPQ==">Contas Públicas da Câmara</a></li> <li><a href="?pag=T0RVPU9EUT1PRGM9T1RRPU9UZz1Oamc9T0RrPU9HVT1PV0k9T1dZPU9XRT1ZVEE9">Dados Abertos</a></li> <li><a href="https://camarasantoexpedito.sp.gov.br/arquivos_cliente/Estrutura Organizacional.pdf">Estrutura Organizacional</a></li> <li><a href="https:www.camarasantoexpedito.sp.gov.br?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=113">Galeria dos Presidentes</a></li> <li><a href="https:www.camarasantoexpedito.sp.gov.br?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=152">História do Municí­pio</a></li> <li><a href="?pag=T0dRPU9EZz1PR0U9T0dVPU9UZz1PVE09T0RnPU9XUT1PV1U9T1dRPU9HTT1ZVEE9">Legislaturas</a></li> <li><a href="?pag=">Página Principal</a></li> </ul> </div> </div> </div> <div class="footer-column col-lg-2 col-md-4 col-sm-12"> <div class="footer-widget links-widget"> <h2 class="widget-title"><a href="" >Legislação</a></h2> <div class="widget-content"> <ul class="list"> <li><a href="http://www.legislacao.sp.gov.br/legislacao/dg280202.nsf/a2dc3f553380ee0f83256cfb00501463/46e2576658b1c52903256d63004f305a?OpenDocument">Constituição Estadual</a></li> <li><a href="http://www.planalto.gov.br/ccivil_03/constituicao/constituicao.htm">Constituição Federal</a></li> <li><a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&idtipolei=4">Decretos Legislativos</a></li> <li><a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&idtipolei=24">Emendas a LOM</a></li> <li><a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&idtipolei=19">Lei Orgânica do Municipio</a></li> <li><a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&idtipolei=2">Leis Complementares</a></li> <li><a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&idtipolei=1">Leis Ordinárias</a></li> <li><a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&idtipolei=12">Regimento Interno</a></li> <li><a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&idtipolei=3">Resoluções</a></li> </ul> </div> </div> </div> <div class="footer-column col-lg-2 col-md-4 col-sm-12"> <div class="footer-widget links-widget"> <h2 class="widget-title"><a href="" >Vereador</a></h2> <div class="widget-content"> <ul class="list"> <li><a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST1PR1U9T1dVPQ==">Vereadores</a></li> </ul> </div> </div> </div> <div class="footer-column col-lg-2 col-md-4 col-sm-12"> <div class="footer-widget links-widget"> <h2 class="widget-title"><a href="" >Sessão</a></h2> <div class="widget-content"> <ul class="list"> <li><a href="?pag=T0RJPU9UYz1PRFE9T1RnPU56az1PVEE9T1RjPU9UZz1PV009TjJVPU9UQT1ZVEE9WVRBPU9XVT1PVFE9WVRRPQ==">Atas</a></li> <li><a href="?pag=T1RFPU9EUT1PVGc9T1RrPU9EWT1PV0U9TnpVPU9HVT1ZVEE9">Pautas</a></li> <li><a href="https:www.camarasantoexpedito.sp.gov.br?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=162">Resumo</a></li> </ul> </div> </div> </div> <div class="footer-column col-lg-2 col-md-4 col-sm-12"> <div class="footer-widget links-widget"> <h2 class="widget-title"><a href="" >Processo Legislativo</a></h2> <div class="widget-content"> <ul class="list"> <li><a href="?pag=T0RJPU9UYz1PVEk9T1RnPQ==&tipo=m">Atos da Mesa</a></li> <li><a href="?pag=T0RJPU9UYz1PVEk9T1RnPQ==&tipo=p">Atos do presidente</a></li> <li><a href="?pag=T1RVPU9HTT1PVE09T1RRPU5tRT1PVFE9T0dNPU9UYz1PR1E9T0dNPQ==">Emendas</a></li> <li><a href="?pag=T0RVPU9UST1PRFk9T1dFPU9UST1PR009T1RVPU9XUT1PVGc9T1dVPQ==&tp=5">Indicações</a></li> <li><a href="?pag=T0RVPU9UST1PRFk9T1dFPU9UST1PR009T1RVPU9XUT1PVGc9T1dVPQ==&tp=4">Moções</a></li> <li><a href="?pag=T1RFPU9UST1PVFU9T1RrPU9EWT1PVGs9T1RBPU9HRT1PV009T0dNPU9Uaz1PV009">Portarias</a></li> <li><a href="?pag=T1RFPU9UVT1PVEk9T0dZPU9HRT1PV0k9T1RZPU9XTT1PV1E9T1dRPU9HTT1PV0U9T1RZPVlUTT1PVEE9T1RRPU9UST1ZVEk9">Projetos em Tramitação</a></li> <li><a href="?pag=T1RVPU9HTT1PVE09T1RRPU9UZz1PVGM9T1RrPU9UZz1PVE09T1RBPU9XWT1PV009WVRBPVlUTT1ZVEU9T1RJPU9XVT1PV009WVRjPU9UWT1PVGs9WVRZPVlXRT0=">Projetos Tramitados</a></li> <li><a href="?pag=T0RVPU9UST1PRFk9T1dFPU9UST1PR009T1RVPU9XUT1PVGc9T1dVPQ==&tp=3">Requerimentos</a></li> </ul> </div> </div> </div> <div class="footer-column col-lg-2 col-md-4 col-sm-12"> <div class="footer-widget links-widget"> <h2 class="widget-title"><a href="" >Financeiro</a></h2> <div class="widget-content"> <ul class="list"> <li><a href="?pag=TmpJPU9UZz1PRGM9T0dVPU9HRT1PVFU9T0dFPU9UST1PR0U9TjJJPVlUQT1PR1k9T1RrPU9UZz1PVEk9T1RJPU56ST1ZVEU9WVRJPVlUZz0=">Audiências Públicas</a></li> <li><a href="?pag=T0RjPU9HTT1PVEU9T0RZPU9UTT1PR0U9T0dNPU9UST1PV0k9T1dFPQ==">Contas Públicas da Câmara</a></li> </ul> </div> </div> </div> <div class="footer-column col-lg-2 col-md-4 col-sm-12"> <div class="footer-widget links-widget"> <h2 class="widget-title"><a href="" >Editais</a></h2> <div class="widget-content"> <ul class="list"> <li><a href="?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVEE9T1dFPQ==&view=LISTA_EDITAIS&tp=2">Concursos</a></li> <li><a href="?pag=T0RRPU9UST1PVEU9T1RrPU9UYz1PRGc9T1dJPU9UZz1PV009T0dFPU9HTT1PV0k9T1dNPVlUST0=">Contratos</a></li> <li><a href="?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVEE9T1dFPQ==&view=LISTA_EDITAIS&tp=3">Licitações</a></li> </ul> </div> </div> </div> <div class="footer-column col-lg-2 col-md-4 col-sm-12"> <div class="footer-widget links-widget"> <h2 class="widget-title"><a href="" >Relatórios</a></h2> <div class="widget-content"> <ul class="list"> <li><a href="?pag=T0dVPU9UST1PRGM9T1dFPU9URT1PVFk9Tm1JPU9UZz1PR009WVRBPU9UZz1PVEk9T1dJPVlUTT1PV1U9WVRRPQ==&tipo_doc=3&view=LIST">Cargos e Salários</a></li> <li><a href="?pag=T0dVPU9UST1PRGM9T1dFPU9URT1PVFk9Tm1JPU9UZz1PR009WVRBPU9UZz1PVEk9T1dJPVlUTT1PV1U9WVRRPQ==&tipo_doc=1&view=LIST">Controle Interno</a></li> <li><a href="?pag=T0dVPU9UST1PRGM9T1dFPU9URT1PVFk9Tm1JPU9UZz1PR009WVRBPU9UZz1PVEk9T1dJPVlUTT1PV1U9WVRRPQ==&tipo_doc=2&view=LIST">Ouvidoria</a></li> </ul> </div> </div> </div> <div class="footer-column col-lg-2 col-md-4 col-sm-12"> <div class="footer-widget links-widget"> <h2 class="widget-title"><a href="" >Expediente</a></h2> <div class="widget-content"> <ul class="list"> <li><a href="https:www.camarasantoexpedito.sp.gov.br?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=139">Expediente da Câmara</a></li> <li><a href="?pag=TmpjPU9UST1PVFU9T1RJPU9XRT1PVE09T0RnPU9XST1PVEk9T1dFPU56RT1PR1U9T1RrPU9UUT1Oekk9WVRBPU9XWT1ZVEk9WVRZPU9UZz1ZVFE9&form=TRUE">Fale Conosco</a></li> </ul> </div> </div> </div> </div> </div> </div> <div class="big-column col-xl-12 col-lg-12 col-md-12"> <div class="row"> <!--Footer Column--> <div class="footer-column col-lg-8 col-md-8 col-sm-8"> <div class="logo"><a href="#"><img src="images/logo.png" alt=""></a></div> <p class="text-historia">A história de Santo Expedito remonta de 1943, quando chegaram à região, de certa maneira ainda hostil, Joaquim José Passos e Arthur Bispo de Oliveira, trazendo com eles várias famílias, que, em busca de novas perspectivas de trabalhos e de melhores condições econômicas, foram de fato os pioneiros, os desbravadores da região, onde hoje se ergue a cidade de Santo Expedito. Em 26 de abril de 1948, foi fundado o povoado de Santo Expedito, pela Companhia Colonizadora denominada "Ciampolino & Braga", sob a responsabilidade de Carlos Pavanhos Braga.<br><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=" >Saiba mais</a></p> <br> <div class="call-us"> <div class="service-num"><i class="fa fa-phone"></i>(18) 3267-1195</div> <div class="service-num"><i class="fa fa-home"></i>Santo Expedito/SP</div> <div class="service-num"><i class="fas fa-map-marked-alt"></i>Rua Rui Barbosa, 480 - Centro</div> <div class="service-num"><i class="fa fa-clock"></i>Atendimento: Segunda a Sexta Feira das 8:00 as 11:00 e das 13:00 as 17:00 horas</div> </div> </div> <div class="col-sm-12 col-md-12 col-lg-4"> <div class="row "> <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3703.2051249037786!2d-51.3954067850533!3d-21.849622185559504!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x949155836a1c7fb1%3A0xa8155eb9ce53a1d!2sC%C3%A2mara%20Municipal%20de%20Santo%20Expedito!5e0!3m2!1spt-BR!2sbr!4v1649424428970!5m2!1spt-BR!2sbr" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade5" width="355" height="300" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe> </div> </div> </div> </div> </div> </div> </div> <!-- FECHA NO COPYRIGHT --> <div class="footer-bottom"> <div class="auto-container"> <div class="row copyright-text"> <div class="col-lg-5"> 2023 &copy; Todos os direitos reservados. ;<a href="https://www.weblinesistemas.com/" target="_blank">Webline Sistemas &reg;</a> </div> <div class="col-lg-3"> <span class="fs12px" >Total de Visitas: 5219 | </span><span class="fs12px" >Online: 1</span> </div> <div class="col-lg-4"> </div> </div> </div> </div> </footer> <!-- End Main Footer --> </div>]]>
81 <![CDATA[<div class="dropAba" style="display: none;"> <a class="acess-texto" data-sinal="+" > <i class="fas fa-plus icones-fa"></i> ;Aumentar Fonte </a><br> <hr> <a class="acess-texto" data-sinal="-"> <i class="fas fa-minus icones-fa"></i> ;Diminuir Fonte </a><br> <hr> <a class="acess-contraste"> <i class="fas fa-adjust icones-fa"></i> ;Inverter Cores </a><br> <hr> <!--<a class="acess-texto" href="?pag=T1RjPU5tWT1PR009T0RjPU9UYz1PRGc9T1dFPQ=="> <i class="fas fa-american-sign-language-interpreting icones-fa"></i> ;Libras </a><br> <hr>--> <a href="?pag=T0RJPU9EWT1PRGc9T1RnPU9UZz1PVFk9T0RZPU9UST1PVGM9T1RFPU9XRT1PV1k9T1dFPU9UQT1PVEk9T1RJPVlUQT0="> <img src="https://www.weblinesistemas.com/acessibilidade/imagens/icone_acessibilidade.png" style="margin: 5px;"> ;<span class="acess-verde">Acesso &agrave; Informa&ccedil;&atilde;o</span> </a> </div>]]>
99 <![CDATA[<img src="https://www.weblinesistemas.com/acessibilidade/imagens/icone_acessibilidade.png" style="margin: 5px;">]]>
358 <![CDATA[<a href="?pag=" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Página Principal</a>]]>
358 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
361 <![CDATA[<a href="?pag=T0RRPU9UST1PVEE9T0dVPU9UZz1PV0U9T1RZPU9HVT1PV009" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Comissões</a>]]>
361 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
364 <![CDATA[<a href="?pag=T0RjPU9HTT1PVEU9T0RZPU9UTT1PR0U9T0dNPU9UST1PV0k9T1dFPQ==" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Contas Públicas da Câmara</a>]]>
364 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
367 <![CDATA[<a href="?pag=T0RVPU9EUT1PRGM9T1RRPU9UZz1Oamc9T0RrPU9HVT1PV0k9T1dZPU9XRT1ZVEE9" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Dados Abertos</a>]]>
367 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
370 <![CDATA[<a href="https://camarasantoexpedito.sp.gov.br/arquivos_cliente/Estrutura Organizacional.pdf" target="_blank" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Estrutura Organizacional</a>]]>
370 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
373 <![CDATA[<a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=113" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Galeria dos Presidentes</a>]]>
373 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
376 <![CDATA[<a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=152" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> História do Municí­pio</a>]]>
376 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
379 <![CDATA[<a href="?pag=T0dRPU9EZz1PR0U9T0dVPU9UZz1PVE09T0RnPU9XUT1PV1U9T1dRPU9HTT1ZVEE9" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Legislaturas</a>]]>
379 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
390 <![CDATA[<a href="http://www.legislacao.sp.gov.br/legislacao/dg280202.nsf/a2dc3f553380ee0f83256cfb00501463/46e2576658b1c52903256d63004f305a?OpenDocument" target="_blank" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Constituição Estadual</a>]]>
390 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
393 <![CDATA[<a href="http://www.planalto.gov.br/ccivil_03/constituicao/constituicao.htm" target="_blank" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Constituição Federal</a>]]>
393 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
396 <![CDATA[<a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&idtipolei=4" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Decretos Legislativos</a>]]>
396 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
399 <![CDATA[<a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&idtipolei=24" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Emendas a LOM</a>]]>
399 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
402 <![CDATA[<a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&idtipolei=19" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Lei Orgânica do Municipio</a>]]>
402 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
405 <![CDATA[<a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&idtipolei=2" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Leis Complementares</a>]]>
405 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
408 <![CDATA[<a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&idtipolei=1" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Leis Ordinárias</a>]]>
408 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
411 <![CDATA[<a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&idtipolei=12" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Regimento Interno</a>]]>
411 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
414 <![CDATA[<a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&idtipolei=3" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Resoluções</a>]]>
414 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
425 <![CDATA[<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST1PR1U9T1dVPQ==" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Vereadores</a>]]>
425 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
436 <![CDATA[<a href="?pag=T0RJPU9UYz1PRFE9T1RnPU56az1PVEE9T1RjPU9UZz1PV009TjJVPU9UQT1ZVEE9WVRBPU9XVT1PVFE9WVRRPQ==" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Atas</a>]]>
436 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
439 <![CDATA[<a href="?pag=T1RFPU9EUT1PVGc9T1RrPU9EWT1PV0U9TnpVPU9HVT1ZVEE9" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Pautas</a>]]>
439 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
442 <![CDATA[<a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=162" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Resumo</a>]]>
442 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
453 <![CDATA[<a href="?pag=T0RJPU9UYz1PVEk9T1RnPQ==&tipo=m" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Atos da Mesa</a>]]>
453 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
456 <![CDATA[<a href="?pag=T0RJPU9UYz1PVEk9T1RnPQ==&tipo=p" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Atos do presidente</a>]]>
456 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
459 <![CDATA[<a href="?pag=T1RVPU9HTT1PVE09T1RRPU5tRT1PVFE9T0dNPU9UYz1PR1E9T0dNPQ==" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Emendas</a>]]>
459 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
462 <![CDATA[<a href="?pag=T0RVPU9UST1PRFk9T1dFPU9UST1PR009T1RVPU9XUT1PVGc9T1dVPQ==&tp=5" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Indicações</a>]]>
462 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
465 <![CDATA[<a href="?pag=T0RVPU9UST1PRFk9T1dFPU9UST1PR009T1RVPU9XUT1PVGc9T1dVPQ==&tp=4" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Moções</a>]]>
465 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
468 <![CDATA[<a href="?pag=T1RFPU9UST1PVFU9T1RrPU9EWT1PVGs9T1RBPU9HRT1PV009T0dNPU9Uaz1PV009" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Portarias</a>]]>
468 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
471 <![CDATA[<a href="?pag=T1RFPU9UVT1PVEk9T0dZPU9HRT1PV0k9T1RZPU9XTT1PV1E9T1dRPU9HTT1PV0U9T1RZPVlUTT1PVEE9T1RRPU9UST1ZVEk9" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Projetos em Tramitação</a>]]>
471 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
474 <![CDATA[<a href="?pag=T1RVPU9HTT1PVE09T1RRPU9UZz1PVGM9T1RrPU9UZz1PVE09T1RBPU9XWT1PV009WVRBPVlUTT1ZVEU9T1RJPU9XVT1PV009WVRjPU9UWT1PVGs9WVRZPVlXRT0=" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Projetos Tramitados</a>]]>
474 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
477 <![CDATA[<a href="?pag=T0RVPU9UST1PRFk9T1dFPU9UST1PR009T1RVPU9XUT1PVGc9T1dVPQ==&tp=3" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Requerimentos</a>]]>
477 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
488 <![CDATA[<a href="?pag=TmpJPU9UZz1PRGM9T0dVPU9HRT1PVFU9T0dFPU9UST1PR0U9TjJJPVlUQT1PR1k9T1RrPU9UZz1PVEk9T1RJPU56ST1ZVEU9WVRJPVlUZz0=" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Audiências Públicas</a>]]>
488 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
491 <![CDATA[<a href="?pag=T0RjPU9HTT1PVEU9T0RZPU9UTT1PR0U9T0dNPU9UST1PV0k9T1dFPQ==" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Contas Públicas da Câmara</a>]]>
491 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
502 <![CDATA[<a href="?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVEE9T1dFPQ==&view=LISTA_EDITAIS&tp=2" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Concursos</a>]]>
502 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
505 <![CDATA[<a href="?pag=T0RRPU9UST1PVEU9T1RrPU9UYz1PRGc9T1dJPU9UZz1PV009T0dFPU9HTT1PV0k9T1dNPVlUST0=" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Contratos</a>]]>
505 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
508 <![CDATA[<a href="?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVEE9T1dFPQ==&view=LISTA_EDITAIS&tp=3" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Licitações</a>]]>
508 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
519 <![CDATA[<a href="?pag=T0dVPU9UST1PRGM9T1dFPU9URT1PVFk9Tm1JPU9UZz1PR009WVRBPU9UZz1PVEk9T1dJPVlUTT1PV1U9WVRRPQ==&tipo_doc=3&view=LIST" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Cargos e Salários</a>]]>
519 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
522 <![CDATA[<a href="?pag=T0dVPU9UST1PRGM9T1dFPU9URT1PVFk9Tm1JPU9UZz1PR009WVRBPU9UZz1PVEk9T1dJPVlUTT1PV1U9WVRRPQ==&tipo_doc=1&view=LIST" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Controle Interno</a>]]>
522 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
525 <![CDATA[<a href="?pag=T0dVPU9UST1PRGM9T1dFPU9URT1PVFk9Tm1JPU9UZz1PR009WVRBPU9UZz1PVEk9T1dJPVlUTT1PV1U9WVRRPQ==&tipo_doc=2&view=LIST" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Ouvidoria</a>]]>
525 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
536 <![CDATA[<a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=139" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Expediente da Câmara</a>]]>
536 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
539 <![CDATA[<a href="?pag=TmpjPU9UST1PVFU9T1RJPU9XRT1PVE09T0RnPU9XST1PVEk9T1dFPU56RT1PR1U9T1RrPU9UUT1Oekk9WVRBPU9XWT1ZVEk9WVRZPU9UZz1ZVFE9&form=TRUE" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Fale Conosco</a>]]>
539 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
661 <![CDATA[<div class="modal-dialog" style="width: fit-content;"> <button type="button" class="close hidden" data-dismiss="modal" aria-hidden="true">� </button> <div class="modal-content"> <div class="modal-body"> <img src="https://www.weblinesistemas.com/sic_images/sem_imagem.jpg" alt="" /> </div> </div> </div>]]>
671 <![CDATA[<div style="font-size:10px; text-align:left; font-family:tahoma;"> </div>]]>
675 <![CDATA[<div class="tituloTextoVereador text-center" style="margin-top:5px; font-size: 30px;"> Expediente </div>]]>
691 <![CDATA[<div id="cont-noticia" style="width: 100%;" ><html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"> <head> <meta http-equiv=Content-Type content="text/html; charset=windows-1252"> <meta name=ProgId content=Word.Document> <meta name=Generator content="Microsoft Word 15"> <meta name=Originator content="Microsoft Word 15"> <link rel=File-List href="https://www.camarasantoexpedito.sp.gov.br/images/imagesnoticias/3/principal_arquivos/filelist.xml"> <link rel=Edit-Time-Data href="https://www.camarasantoexpedito.sp.gov.br/images/imagesnoticias/3/principal_arquivos/editdata.mso"> <!--[if !mso]> <style> v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} </style> <![endif]--><!--[if gte mso 9]><xml> <o:DocumentProperties> <o:Author>Camila Rodrigues</o:Author> <o:Template>Normal</o:Template> <o:LastAuthor>Contato</o:LastAuthor> <o:Revision>5</o:Revision> <o:TotalTime>11</o:TotalTime> <o:Created>2018-12-19T15:08:00Z</o:Created> <o:LastSaved>2020-09-23T13:42:00Z</o:LastSaved> <o:Pages>1</o:Pages> <o:Words>83</o:Words> <o:Characters>452</o:Characters> <o:Lines>3</o:Lines> <o:Paragraphs>1</o:Paragraphs> <o:CharactersWithSpaces>534</o:CharactersWithSpaces> <o:Version>16.00</o:Version> </o:DocumentProperties> <o:OfficeDocumentSettings> <o:AllowPNG/> </o:OfficeDocumentSettings> </xml><![endif]--> <link rel=themeData href="https://www.camarasantoexpedito.sp.gov.br/images/imagesnoticias/3/principal_arquivos/themedata.thmx"> <link rel=colorSchemeMapping href="https://www.camarasantoexpedito.sp.gov.br/images/imagesnoticias/3/principal_arquivos/colorschememapping.xml"> <!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Print</w:View> <w:SpellingState>Clean</w:SpellingState> <w:GrammarState>Clean</w:GrammarState> <w:TrackMoves>false</w:TrackMoves> <w:TrackFormatting/> <w:HyphenationZone>21</w:HyphenationZone> <w:PunctuationKerning/> <w:ValidateAgainstSchemas/> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:DoNotPromoteQF/> <w:LidThemeOther>PT-BR</w:LidThemeOther> <w:LidThemeAsian>X-NONE</w:LidThemeAsian> <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript> <w:Compatibility> <w:BreakWrappedTables/> <w:SnapToGridInCell/> <w:WrapTextWithPunct/> <w:UseAsianBreakRules/> <w:DontGrowAutofit/> <w:SplitPgBreakAndParaMark/> <w:EnableOpenTypeKerning/> <w:DontFlipMirrorIndents/> <w:OverrideTableStyleHps/> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> <m:mathPr> <m:mathFont m:val="Cambria Math"/> <m:brkBin m:val="before"/> <m:brkBinSub m:val="&#45;-"/> <m:smallFrac m:val="off"/> <m:dispDef/> <m:lMargin m:val="0"/> <m:rMargin m:val="0"/> <m:defJc m:val="centerGroup"/> <m:wrapIndent m:val="1440"/> <m:intLim m:val="subSup"/> <m:naryLim m:val="undOvr"/> </m:mathPr></w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="false" DefSemiHidden="false" DefQFormat="false" DefPriority="99" LatentStyleCount="371"> <w:LsdException Locked="false" Priority="0" QFormat="true" Name="Normal"/> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 1"/> <w:LsdException Locked="false" Priority="9" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="heading 2"/> <w:LsdException Locked="false" Priority="9" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="heading 3"/> <w:LsdException Locked="false" Priority="9" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="heading 4"/> <w:LsdException Locked="false" Priority="9" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="heading 5"/> <w:LsdException Locked="false" Priority="9" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="heading 6"/> <w:LsdException Locked="false" Priority="9" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="heading 7"/> <w:LsdException Locked="false" Priority="9" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="heading 8"/> <w:LsdException Locked="false" Priority="9" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="heading 9"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index 1"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index 2"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index 3"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index 4"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index 5"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index 6"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index 7"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index 8"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index 9"/> <w:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" Name="toc 1"/> <w:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" Name="toc 2"/> <w:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" Name="toc 3"/> <w:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" Name="toc 4"/> <w:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" Name="toc 5"/> <w:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" Name="toc 6"/> <w:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" Name="toc 7"/> <w:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" Name="toc 8"/> <w:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" Name="toc 9"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Normal Indent"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="footnote text"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="annotation text"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="header"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="footer"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index heading"/> <w:LsdException Locked="false" Priority="35" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="caption"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="table of figures"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="envelope address"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="envelope return"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="footnote reference"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="annotation reference"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="line number"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="page number"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="endnote reference"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="endnote text"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="table of authorities"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="macro"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="toa heading"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Bullet"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Number"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List 2"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List 3"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List 4"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List 5"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Bullet 2"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Bullet 3"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Bullet 4"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Bullet 5"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Number 2"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Number 3"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Number 4"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Number 5"/> <w:LsdException Locked="false" Priority="10" QFormat="true" Name="Title"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Closing"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Signature"/> <w:LsdException Locked="false" Priority="1" SemiHidden="true" UnhideWhenUsed="true" Name="Default Paragraph Font"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Body Text"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Body Text Indent"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Continue"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Continue 2"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Continue 3"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Continue 4"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Continue 5"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Message Header"/> <w:LsdException Locked="false" Priority="11" QFormat="true" Name="Subtitle"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Salutation"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Date"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Body Text First Indent"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Body Text First Indent 2"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Note Heading"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Body Text 2"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Body Text 3"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Body Text Indent 2"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Body Text Indent 3"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Block Text"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Hyperlink"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="FollowedHyperlink"/> <w:LsdException Locked="false" Priority="22" QFormat="true" Name="Strong"/> <w:LsdException Locked="false" Priority="20" QFormat="true" Name="Emphasis"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Document Map"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Plain Text"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="E-mail Signature"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Top of Form"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Bottom of Form"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Normal (Web)"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Acronym"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Address"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Cite"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Code"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Definition"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Keyboard"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Preformatted"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Sample"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Typewriter"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Variable"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Normal Table"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="annotation subject"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="No List"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Outline List 1"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Outline List 2"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Outline List 3"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Simple 1"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Simple 2"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Simple 3"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Classic 1"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Classic 2"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Classic 3"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Classic 4"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Colorful 1"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Colorful 2"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Colorful 3"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Columns 1"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Columns 2"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Columns 3"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Columns 4"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Columns 5"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Grid 1"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Grid 2"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Grid 3"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Grid 4"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Grid 5"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Grid 6"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Grid 7"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Grid 8"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table List 1"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table List 2"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table List 3"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table List 4"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table List 5"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table List 6"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table List 7"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table List 8"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table 3D effects 1"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table 3D effects 2"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table 3D effects 3"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Contemporary"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Elegant"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Professional"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Subtle 1"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Subtle 2"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Web 1"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Web 2"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Web 3"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Balloon Text"/> <w:LsdException Locked="false" Priority="39" Name="Table Grid"/> <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Theme"/> <w:LsdException Locked="false" SemiHidden="true" Name="Placeholder Text"/> <w:LsdException Locked="false" Priority="1" QFormat="true" Name="No Spacing"/> <w:LsdException Locked="false" Priority="60" Name="Light Shading"/> <w:LsdException Locked="false" Priority="61" Name="Light List"/> <w:LsdException Locked="false" Priority="62" Name="Light Grid"/> <w:LsdException Locked="false" Priority="63" Name="Medium Shading 1"/> <w:LsdException Locked="false" Priority="64" Name="Medium Shading 2"/> <w:LsdException Locked="false" Priority="65" Name="Medium List 1"/> <w:LsdException Locked="false" Priority="66" Name="Medium List 2"/> <w:LsdException Locked="false" Priority="67" Name="Medium Grid 1"/> <w:LsdException Locked="false" Priority="68" Name="Medium Grid 2"/> <w:LsdException Locked="false" Priority="69" Name="Medium Grid 3"/> <w:LsdException Locked="false" Priority="70" Name="Dark List"/> <w:LsdException Locked="false" Priority="71" Name="Colorful Shading"/> <w:LsdException Locked="false" Priority="72" Name="Colorful List"/> <w:LsdException Locked="false" Priority="73" Name="Colorful Grid"/> <w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 1"/> <w:LsdException Locked="false" Priority="61" Name="Light List Accent 1"/> <w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 1"/> <w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 1"/> <w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 1"/> <w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 1"/> <w:LsdException Locked="false" SemiHidden="true" Name="Revision"/> <w:LsdException Locked="false" Priority="34" QFormat="true" Name="List Paragraph"/> <w:LsdException Locked="false" Priority="29" QFormat="true" Name="Quote"/> <w:LsdException Locked="false" Priority="30" QFormat="true" Name="Intense Quote"/> <w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 1"/> <w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 1"/> <w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 1"/> <w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 1"/> <w:LsdException Locked="false" Priority="70" Name="Dark List Accent 1"/> <w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 1"/> <w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 1"/> <w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 1"/> <w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 2"/> <w:LsdException Locked="false" Priority="61" Name="Light List Accent 2"/> <w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 2"/> <w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 2"/> <w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 2"/> <w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 2"/> <w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 2"/> <w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 2"/> <w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 2"/> <w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 2"/> <w:LsdException Locked="false" Priority="70" Name="Dark List Accent 2"/> <w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 2"/> <w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 2"/> <w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 2"/> <w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 3"/> <w:LsdException Locked="false" Priority="61" Name="Light List Accent 3"/> <w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 3"/> <w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 3"/> <w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 3"/> <w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 3"/> <w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 3"/> <w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 3"/> <w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 3"/> <w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 3"/> <w:LsdException Locked="false" Priority="70" Name="Dark List Accent 3"/> <w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 3"/> <w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 3"/> <w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 3"/> <w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 4"/> <w:LsdException Locked="false" Priority="61" Name="Light List Accent 4"/> <w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 4"/> <w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 4"/> <w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 4"/> <w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 4"/> <w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 4"/> <w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 4"/> <w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 4"/> <w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 4"/> <w:LsdException Locked="false" Priority="70" Name="Dark List Accent 4"/> <w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 4"/> <w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 4"/> <w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 4"/> <w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 5"/> <w:LsdException Locked="false" Priority="61" Name="Light List Accent 5"/> <w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 5"/> <w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 5"/> <w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 5"/> <w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 5"/> <w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 5"/> <w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 5"/> <w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 5"/> <w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 5"/> <w:LsdException Locked="false" Priority="70" Name="Dark List Accent 5"/> <w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 5"/> <w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 5"/> <w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 5"/> <w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 6"/> <w:LsdException Locked="false" Priority="61" Name="Light List Accent 6"/> <w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 6"/> <w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 6"/> <w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 6"/> <w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 6"/> <w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 6"/> <w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 6"/> <w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 6"/> <w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 6"/> <w:LsdException Locked="false" Priority="70" Name="Dark List Accent 6"/> <w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 6"/> <w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 6"/> <w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 6"/> <w:LsdException Locked="false" Priority="19" QFormat="true" Name="Subtle Emphasis"/> <w:LsdException Locked="false" Priority="21" QFormat="true" Name="Intense Emphasis"/> <w:LsdException Locked="false" Priority="31" QFormat="true" Name="Subtle Reference"/> <w:LsdException Locked="false" Priority="32" QFormat="true" Name="Intense Reference"/> <w:LsdException Locked="false" Priority="33" QFormat="true" Name="Book Title"/> <w:LsdException Locked="false" Priority="37" SemiHidden="true" UnhideWhenUsed="true" Name="Bibliography"/> <w:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="TOC Heading"/> <w:LsdException Locked="false" Priority="41" Name="Plain Table 1"/> <w:LsdException Locked="false" Priority="42" Name="Plain Table 2"/> <w:LsdException Locked="false" Priority="43" Name="Plain Table 3"/> <w:LsdException Locked="false" Priority="44" Name="Plain Table 4"/> <w:LsdException Locked="false" Priority="45" Name="Plain Table 5"/> <w:LsdException Locked="false" Priority="40" Name="Grid Table Light"/> <w:LsdException Locked="false" Priority="46" Name="Grid Table 1 Light"/> <w:LsdException Locked="false" Priority="47" Name="Grid Table 2"/> <w:LsdException Locked="false" Priority="48" Name="Grid Table 3"/> <w:LsdException Locked="false" Priority="49" Name="Grid Table 4"/> <w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark"/> <w:LsdException Locked="false" Priority="51" Name="Grid Table 6 Colorful"/> <w:LsdException Locked="false" Priority="52" Name="Grid Table 7 Colorful"/> <w:LsdException Locked="false" Priority="46" Name="Grid Table 1 Light Accent 1"/> <w:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 1"/> <w:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 1"/> <w:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 1"/> <w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 1"/> <w:LsdException Locked="false" Priority="51" Name="Grid Table 6 Colorful Accent 1"/> <w:LsdException Locked="false" Priority="52" Name="Grid Table 7 Colorful Accent 1"/> <w:LsdException Locked="false" Priority="46" Name="Grid Table 1 Light Accent 2"/> <w:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 2"/> <w:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 2"/> <w:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 2"/> <w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 2"/> <w:LsdException Locked="false" Priority="51" Name="Grid Table 6 Colorful Accent 2"/> <w:LsdException Locked="false" Priority="52" Name="Grid Table 7 Colorful Accent 2"/> <w:LsdException Locked="false" Priority="46" Name="Grid Table 1 Light Accent 3"/> <w:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 3"/> <w:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 3"/> <w:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 3"/> <w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 3"/> <w:LsdException Locked="false" Priority="51" Name="Grid Table 6 Colorful Accent 3"/> <w:LsdException Locked="false" Priority="52" Name="Grid Table 7 Colorful Accent 3"/> <w:LsdException Locked="false" Priority="46" Name="Grid Table 1 Light Accent 4"/> <w:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 4"/> <w:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 4"/> <w:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 4"/> <w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 4"/> <w:LsdException Locked="false" Priority="51" Name="Grid Table 6 Colorful Accent 4"/> <w:LsdException Locked="false" Priority="52" Name="Grid Table 7 Colorful Accent 4"/> <w:LsdException Locked="false" Priority="46" Name="Grid Table 1 Light Accent 5"/> <w:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 5"/> <w:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 5"/> <w:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 5"/> <w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 5"/> <w:LsdException Locked="false" Priority="51" Name="Grid Table 6 Colorful Accent 5"/> <w:LsdException Locked="false" Priority="52" Name="Grid Table 7 Colorful Accent 5"/> <w:LsdException Locked="false" Priority="46" Name="Grid Table 1 Light Accent 6"/> <w:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 6"/> <w:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 6"/> <w:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 6"/> <w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 6"/> <w:LsdException Locked="false" Priority="51" Name="Grid Table 6 Colorful Accent 6"/> <w:LsdException Locked="false" Priority="52" Name="Grid Table 7 Colorful Accent 6"/> <w:LsdException Locked="false" Priority="46" Name="List Table 1 Light"/> <w:LsdException Locked="false" Priority="47" Name="List Table 2"/> <w:LsdException Locked="false" Priority="48" Name="List Table 3"/> <w:LsdException Locked="false" Priority="49" Name="List Table 4"/> <w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark"/> <w:LsdException Locked="false" Priority="51" Name="List Table 6 Colorful"/> <w:LsdException Locked="false" Priority="52" Name="List Table 7 Colorful"/> <w:LsdException Locked="false" Priority="46" Name="List Table 1 Light Accent 1"/> <w:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 1"/> <w:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 1"/> <w:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 1"/> <w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 1"/> <w:LsdException Locked="false" Priority="51" Name="List Table 6 Colorful Accent 1"/> <w:LsdException Locked="false" Priority="52" Name="List Table 7 Colorful Accent 1"/> <w:LsdException Locked="false" Priority="46" Name="List Table 1 Light Accent 2"/> <w:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 2"/> <w:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 2"/> <w:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 2"/> <w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 2"/> <w:LsdException Locked="false" Priority="51" Name="List Table 6 Colorful Accent 2"/> <w:LsdException Locked="false" Priority="52" Name="List Table 7 Colorful Accent 2"/> <w:LsdException Locked="false" Priority="46" Name="List Table 1 Light Accent 3"/> <w:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 3"/> <w:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 3"/> <w:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 3"/> <w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 3"/> <w:LsdException Locked="false" Priority="51" Name="List Table 6 Colorful Accent 3"/> <w:LsdException Locked="false" Priority="52" Name="List Table 7 Colorful Accent 3"/> <w:LsdException Locked="false" Priority="46" Name="List Table 1 Light Accent 4"/> <w:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 4"/> <w:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 4"/> <w:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 4"/> <w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 4"/> <w:LsdException Locked="false" Priority="51" Name="List Table 6 Colorful Accent 4"/> <w:LsdException Locked="false" Priority="52" Name="List Table 7 Colorful Accent 4"/> <w:LsdException Locked="false" Priority="46" Name="List Table 1 Light Accent 5"/> <w:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 5"/> <w:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 5"/> <w:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 5"/> <w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 5"/> <w:LsdException Locked="false" Priority="51" Name="List Table 6 Colorful Accent 5"/> <w:LsdException Locked="false" Priority="52" Name="List Table 7 Colorful Accent 5"/> <w:LsdException Locked="false" Priority="46" Name="List Table 1 Light Accent 6"/> <w:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 6"/> <w:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 6"/> <w:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 6"/> <w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 6"/> <w:LsdException Locked="false" Priority="51" Name="List Table 6 Colorful Accent 6"/> <w:LsdException Locked="false" Priority="52" Name="List Table 7 Colorful Accent 6"/> </w:LatentStyles> </xml><![endif]--> <style> <!-- /* Font Definitions */ @font-face {font-family:"Cambria Math"; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:1; mso-generic-font-family:roman; mso-font-pitch:variable; mso-font-signature:0 0 0 0 0 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-536870145 1073786111 1 0 415 0;} @font-face {font-family:Tahoma; panose-1:2 11 6 4 3 5 4 4 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-520081665 -1073717157 41 0 66047 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:""; margin-top:0cm; margin-right:0cm; margin-bottom:8.0pt; margin-left:0cm; line-height:105%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri",sans-serif; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} cssa, span.MsoHyperlink {mso-style-noshow:yes; mso-style-priority:99; color:blue; text-decoration:underline; text-underline:single;} cssa, span.MsoHyperlinkFollowed {mso-style-noshow:yes; mso-style-priority:99; color:#954F72; mso-themecolor:followedhyperlink; text-decoration:underline; text-underline:single;} p.MsoAcetate, li.MsoAcetate, div.MsoAcetate {mso-style-noshow:yes; mso-style-priority:99; mso-style-link:"Texto de balão Char"; margin:0cm; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:8.0pt; font-family:"Tahoma",sans-serif; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-fareast-language:EN-US;} p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph {mso-style-priority:34; mso-style-unhide:no; mso-style-qformat:yes; margin-top:0cm; margin-right:0cm; margin-bottom:8.0pt; margin-left:36.0pt; mso-add-space:auto; line-height:105%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri",sans-serif; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} p.MsoListParagraphCxSpFirst, li.MsoListParagraphCxSpFirst, div.MsoListParagraphCxSpFirst {mso-style-priority:34; mso-style-unhide:no; mso-style-qformat:yes; mso-style-type:export-only; margin-top:0cm; margin-right:0cm; margin-bottom:0cm; margin-left:36.0pt; margin-bottom:.0001pt; mso-add-space:auto; line-height:105%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri",sans-serif; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} p.MsoListParagraphCxSpMiddle, li.MsoListParagraphCxSpMiddle, div.MsoListParagraphCxSpMiddle {mso-style-priority:34; mso-style-unhide:no; mso-style-qformat:yes; mso-style-type:export-only; margin-top:0cm; margin-right:0cm; margin-bottom:0cm; margin-left:36.0pt; margin-bottom:.0001pt; mso-add-space:auto; line-height:105%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri",sans-serif; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} p.MsoListParagraphCxSpLast, li.MsoListParagraphCxSpLast, div.MsoListParagraphCxSpLast {mso-style-priority:34; mso-style-unhide:no; mso-style-qformat:yes; mso-style-type:export-only; margin-top:0cm; margin-right:0cm; margin-bottom:8.0pt; margin-left:36.0pt; mso-add-space:auto; line-height:105%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri",sans-serif; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} p.msonormal0, li.msonormal0, div.msonormal0 {mso-style-name:msonormal; mso-style-unhide:no; mso-margin-top-alt:auto; margin-right:0cm; mso-margin-bottom-alt:auto; margin-left:0cm; mso-pagination:widow-orphan; font-size:12.0pt; font-family:"Times New Roman",serif; mso-fareast-font-family:"Times New Roman"; mso-fareast-theme-font:minor-fareast;} span.TextodebaloChar {mso-style-name:"Texto de balão Char"; mso-style-noshow:yes; mso-style-priority:99; mso-style-unhide:no; mso-style-locked:yes; mso-style-link:"Texto de balão"; mso-ansi-font-size:8.0pt; mso-bidi-font-size:8.0pt; font-family:"Tahoma",sans-serif; mso-ascii-font-family:Tahoma; mso-hansi-font-family:Tahoma; mso-bidi-font-family:Tahoma;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; font-size:10.0pt; mso-ansi-font-size:10.0pt; mso-bidi-font-size:10.0pt; font-family:"Calibri",sans-serif; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} @page WordSection1 {size:595.3pt 841.9pt; margin:70.85pt 3.0cm 70.85pt 3.0cm; mso-header-margin:35.4pt; mso-footer-margin:35.4pt; mso-paper-source:0;} div.WordSection1 {page:WordSection1;} --> </style> <!--[if gte mso 10]> <style> /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Tabela normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-parent:""; mso-padding-alt:0cm 5.4pt 0cm 5.4pt; mso-para-margin:0cm; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.0pt; font-family:"Calibri",sans-serif; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-fareast-language:EN-US;} </style> <![endif]--><!--[if gte mso 9]><xml> <o:shapedefaults v:ext="edit" spidmax="1026"/> </xml><![endif]--><!--[if gte mso 9]><xml> <o:shapelayout v:ext="edit"> <o:idmap v:ext="edit" data="1"/> </o:shapelayout></xml><![endif]--> </head> <body lang=PT-BR link=blue vlink="#954F72" style='tab-interval:35.4pt'> <div class=WordSection1> <p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;line-height:normal;background:white'><b><span style='font-size:14.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Câmara Municipal de Santo Expedito</span></b><span style='font-size:12.0pt;font-family:"Arial",sans-serif; mso-fareast-font-family:"Times New Roman";color:#333333;mso-fareast-language: PT-BR'><o:p></o:p></span></p> <p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;line-height:normal;background:white'><span style='font-size: 12.0pt;font-family:"Times New Roman",serif;mso-fareast-font-family:"Times New Roman"; color:#333333;mso-fareast-language:PT-BR'><o:p> ;</o:p></span></p> <p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;line-height:normal;background:white'><span style='font-size: 12.0pt;font-family:"Times New Roman",serif;mso-fareast-font-family:"Times New Roman"; color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shapetype id="_x0000_t75" coordsize="21600,21600" o:spt="75" o:preferrelative="t" path="m@4@5l@4@11@9@11@9@5xe" filled="f" stroked="f"> <v:stroke joinstyle="miter"/> <v:formulas> <v:f eqn="if lineDrawn pixelLineWidth 0"/> <v:f eqn="sum @0 1 0"/> <v:f eqn="sum 0 0 @1"/> <v:f eqn="prod @2 1 2"/> <v:f eqn="prod @3 21600 pixelWidth"/> <v:f eqn="prod @3 21600 pixelHeight"/> <v:f eqn="sum @0 0 1"/> <v:f eqn="prod @6 1 2"/> <v:f eqn="prod @7 21600 pixelWidth"/> <v:f eqn="sum @8 21600 0"/> <v:f eqn="prod @7 21600 pixelHeight"/> <v:f eqn="sum @10 21600 0"/> </v:formulas> <v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect"/> <o:lock v:ext="edit" aspectratio="t"/> </v:shapetype><v:shape id="Picture_x0020_3" o:spid="_x0000_i1025" type="#_x0000_t75" alt="Brasão Município de Santo Expedito" style='width:200.25pt;height:216.75pt; visibility:visible;mso-wrap-style:square'> <img class="img-responsive img_cont_noticia" style='max-width:100%' src="https://www.camarasantoexpedito.sp.gov.br/images/imagesnoticias/3/principal_arquivos/image001.jpg" o:title="Brasão Município de Santo Expedito"/> </v:shape><![endif]--><img class="img-responsive img_cont_noticia" width=267 height=289 src="https://www.camarasantoexpedito.sp.gov.br/images/imagesnoticias/3/principal_arquivos/image002.jpg" alt="Brasão Município de Santo Expedito" vshapes="Picture_x0020_3"></span><span style='font-size:12.0pt; font-family:"Times New Roman",serif;mso-fareast-font-family:"Times New Roman"; color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p> <p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;line-height:normal;background:white'><span style='font-size: 12.0pt;font-family:"Times New Roman",serif;mso-fareast-font-family:"Times New Roman"; color:#333333;mso-fareast-language:PT-BR'><o:p> ;</o:p></span></p> <p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;line-height:normal;background:white'><span style='font-size: 14.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; color:#333333;mso-fareast-language:PT-BR'>Local e Horário de Atendimento ao Público</span><span style='font-size:12.0pt;font-family:"Arial",sans-serif; mso-fareast-font-family:"Times New Roman";color:#333333;mso-fareast-language: PT-BR'><o:p></o:p></span></p> <p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;line-height:normal;background:white'><span style='font-size: 12.0pt;mso-bidi-font-size:14.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#333333;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>Rua Rui Barbosa, 480 – Centro</span><span style='mso-bidi-font-size:12.0pt; font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p> <p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;line-height:normal;background:white'><span style='font-size: 14.0pt;mso-bidi-font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#333333;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>De segunda a Sexta Feira</span><span style='font-size:14.0pt;mso-bidi-font-size: 12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p> <p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;line-height:normal;background:white'><span style='font-size: 12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; color:#333333;mso-fareast-language:PT-BR;mso-bidi-font-weight:bold'>Das 07:00 às 13:00 horas (Ato da Mesa nº 0015/2020)</span><span style='font-size:12.0pt; font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p> <p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;line-height:normal;background:white'><span style='font-size: 12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; color:#333333;mso-fareast-language:PT-BR;mso-bidi-font-weight:bold'>Fone: (18) 3267-1195<o:p></o:p></span></p> <p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;line-height:normal;background:white'><span style='font-size: 12.0pt;font-family:"Times New Roman",serif;mso-fareast-font-family:"Times New Roman"; color:#333333;mso-fareast-language:PT-BR'><o:p> ;</o:p></span></p> <p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;line-height:normal;background:white'><span style='font-size: 12.0pt;font-family:"Times New Roman",serif;mso-fareast-font-family:"Times New Roman"; color:#333333;mso-fareast-language:PT-BR'><o:p> ;</o:p></span></p> <p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;line-height:normal;background:white'><span style='font-size: 14.0pt;mso-bidi-font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#333333;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>E-mails para contatos:<o:p></o:p></span></p> <div align=center> <table class=MsoNormalTable border=0 cellspacing=0 cellpadding=0 style='border-collapse:collapse;mso-yfti-tbllook:1184;mso-padding-alt:0cm 0cm 0cm 0cm'> <tr style='mso-yfti-irow:0;mso-yfti-firstrow:yes'> <td width=430 valign=top style='width:322.5pt;padding:0cm 5.4pt 0cm 5.4pt'></td> </tr> <tr style='mso-yfti-irow:1'> <td width=430 valign=top style='width:322.5pt;padding:0cm 5.4pt 0cm 5.4pt'> <p class=MsoNormal style='margin-top:0cm;margin-right:0cm;margin-bottom:0cm; margin-left:18.0pt;margin-bottom:.0001pt;line-height:normal'><span style='font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#337AB7;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>contato@camarasantoexpedito.sp.gov.br</span><span style='font-size: 12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; mso-fareast-language:PT-BR'><o:p></o:p></span></p> </td> </tr> <tr style='mso-yfti-irow:2'> <td width=430 valign=top style='width:322.5pt;padding:0cm 5.4pt 0cm 5.4pt'> <p class=MsoNormal style='margin-top:0cm;margin-right:0cm;margin-bottom:0cm; margin-left:18.0pt;margin-bottom:.0001pt;line-height:normal'><span style='font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#337AB7;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>presidência@camarasantoexpedito.sp.gov.br</span><span style='font-size: 12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; mso-fareast-language:PT-BR'><o:p></o:p></span></p> </td> </tr> <tr style='mso-yfti-irow:3'> <td width=430 valign=top style='width:322.5pt;padding:0cm 5.4pt 0cm 5.4pt'> <p class=MsoNormal style='margin-top:0cm;margin-right:0cm;margin-bottom:0cm; margin-left:18.0pt;margin-bottom:.0001pt;line-height:normal'><span style='font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#337AB7;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>secretaria@camarasantoexpedito.sp.gov.br</span><span style='font-size: 12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; mso-fareast-language:PT-BR'><o:p></o:p></span></p> </td> </tr> <tr style='mso-yfti-irow:4'> <td width=430 valign=top style='width:322.5pt;padding:0cm 5.4pt 0cm 5.4pt'> <p class=MsoNormal style='margin-top:0cm;margin-right:0cm;margin-bottom:0cm; margin-left:18.0pt;margin-bottom:.0001pt;line-height:normal'><span style='font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#337AB7;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>tesouraria@camarasantoexpedito.sp.gov.br</span><span style='font-size: 12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; mso-fareast-language:PT-BR'><o:p></o:p></span></p> </td> </tr> <tr style='mso-yfti-irow:5'> <td width=430 valign=top style='width:322.5pt;padding:0cm 5.4pt 0cm 5.4pt'> <p class=MsoNormal style='margin-top:0cm;margin-right:0cm;margin-bottom:0cm; margin-left:18.0pt;margin-bottom:.0001pt;line-height:normal'><span style='font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#337AB7;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>contadoria@camarasantoexpedito.sp.gov.br</span><span style='font-size: 12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; mso-fareast-language:PT-BR'><o:p></o:p></span></p> </td> </tr> <tr style='mso-yfti-irow:6'> <td width=430 valign=top style='width:322.5pt;padding:0cm 5.4pt 0cm 5.4pt'> <p class=MsoNormal style='margin-top:0cm;margin-right:0cm;margin-bottom:0cm; margin-left:18.0pt;margin-bottom:.0001pt;line-height:normal'><span style='font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#337AB7;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>compras@camarasantoexpedito.sp.gov.br</span><span style='font-size: 12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; mso-fareast-language:PT-BR'><o:p></o:p></span></p> </td> </tr> <tr style='mso-yfti-irow:7;mso-yfti-lastrow:yes;height:30.95pt'> <td width=430 valign=top style='width:322.5pt;padding:0cm 5.4pt 0cm 5.4pt; height:30.95pt'> <p class=MsoNormal style='margin-top:0cm;margin-right:0cm;margin-bottom:0cm; margin-left:18.0pt;margin-bottom:.0001pt;line-height:normal'><span style='font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#337AB7;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>assessoriajurídica@camarasantoexpedito.sp.gov.br</span><span style='font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";mso-fareast-language:PT-BR'><o:p></o:p></span></p> <p class=MsoListParagraph style='margin-bottom:0cm;margin-bottom:.0001pt; mso-add-space:auto;line-height:normal'><span style='font-size:12.0pt; font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; mso-fareast-language:PT-BR'><o:p> ;</o:p></span></p> </td> </tr> </table> </div> <p class=MsoNormal><o:p> ;</o:p></p> </div> </body> </html> </div>]]>
1591 <![CDATA[<body lang=PT-BR link=blue vlink="#954F72" style='tab-interval:35.4pt'> <div class=WordSection1> <p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;line-height:normal;background:white'><b><span style='font-size:14.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Câmara Municipal de Santo Expedito</span></b><span style='font-size:12.0pt;font-family:"Arial",sans-serif; mso-fareast-font-family:"Times New Roman";color:#333333;mso-fareast-language: PT-BR'><o:p></o:p></span></p> <p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;line-height:normal;background:white'><span style='font-size: 12.0pt;font-family:"Times New Roman",serif;mso-fareast-font-family:"Times New Roman"; color:#333333;mso-fareast-language:PT-BR'><o:p> ;</o:p></span></p> <p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;line-height:normal;background:white'><span style='font-size: 12.0pt;font-family:"Times New Roman",serif;mso-fareast-font-family:"Times New Roman"; color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shapetype id="_x0000_t75" coordsize="21600,21600" o:spt="75" o:preferrelative="t" path="m@4@5l@4@11@9@11@9@5xe" filled="f" stroked="f"> <v:stroke joinstyle="miter"/> <v:formulas> <v:f eqn="if lineDrawn pixelLineWidth 0"/> <v:f eqn="sum @0 1 0"/> <v:f eqn="sum 0 0 @1"/> <v:f eqn="prod @2 1 2"/> <v:f eqn="prod @3 21600 pixelWidth"/> <v:f eqn="prod @3 21600 pixelHeight"/> <v:f eqn="sum @0 0 1"/> <v:f eqn="prod @6 1 2"/> <v:f eqn="prod @7 21600 pixelWidth"/> <v:f eqn="sum @8 21600 0"/> <v:f eqn="prod @7 21600 pixelHeight"/> <v:f eqn="sum @10 21600 0"/> </v:formulas> <v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect"/> <o:lock v:ext="edit" aspectratio="t"/> </v:shapetype><v:shape id="Picture_x0020_3" o:spid="_x0000_i1025" type="#_x0000_t75" alt="Brasão Município de Santo Expedito" style='width:200.25pt;height:216.75pt; visibility:visible;mso-wrap-style:square'> <img class="img-responsive img_cont_noticia" style='max-width:100%' src="https://www.camarasantoexpedito.sp.gov.br/images/imagesnoticias/3/principal_arquivos/image001.jpg" o:title="Brasão Município de Santo Expedito"/> </v:shape><![endif]--><img class="img-responsive img_cont_noticia" width=267 height=289 src="https://www.camarasantoexpedito.sp.gov.br/images/imagesnoticias/3/principal_arquivos/image002.jpg" alt="Brasão Município de Santo Expedito" vshapes="Picture_x0020_3"></span><span style='font-size:12.0pt; font-family:"Times New Roman",serif;mso-fareast-font-family:"Times New Roman"; color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p> <p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;line-height:normal;background:white'><span style='font-size: 12.0pt;font-family:"Times New Roman",serif;mso-fareast-font-family:"Times New Roman"; color:#333333;mso-fareast-language:PT-BR'><o:p> ;</o:p></span></p> <p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;line-height:normal;background:white'><span style='font-size: 14.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; color:#333333;mso-fareast-language:PT-BR'>Local e Horário de Atendimento ao Público</span><span style='font-size:12.0pt;font-family:"Arial",sans-serif; mso-fareast-font-family:"Times New Roman";color:#333333;mso-fareast-language: PT-BR'><o:p></o:p></span></p> <p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;line-height:normal;background:white'><span style='font-size: 12.0pt;mso-bidi-font-size:14.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#333333;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>Rua Rui Barbosa, 480 – Centro</span><span style='mso-bidi-font-size:12.0pt; font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p> <p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;line-height:normal;background:white'><span style='font-size: 14.0pt;mso-bidi-font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#333333;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>De segunda a Sexta Feira</span><span style='font-size:14.0pt;mso-bidi-font-size: 12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p> <p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;line-height:normal;background:white'><span style='font-size: 12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; color:#333333;mso-fareast-language:PT-BR;mso-bidi-font-weight:bold'>Das 07:00 às 13:00 horas (Ato da Mesa nº 0015/2020)</span><span style='font-size:12.0pt; font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p> <p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;line-height:normal;background:white'><span style='font-size: 12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; color:#333333;mso-fareast-language:PT-BR;mso-bidi-font-weight:bold'>Fone: (18) 3267-1195<o:p></o:p></span></p> <p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;line-height:normal;background:white'><span style='font-size: 12.0pt;font-family:"Times New Roman",serif;mso-fareast-font-family:"Times New Roman"; color:#333333;mso-fareast-language:PT-BR'><o:p> ;</o:p></span></p> <p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;line-height:normal;background:white'><span style='font-size: 12.0pt;font-family:"Times New Roman",serif;mso-fareast-font-family:"Times New Roman"; color:#333333;mso-fareast-language:PT-BR'><o:p> ;</o:p></span></p> <p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;line-height:normal;background:white'><span style='font-size: 14.0pt;mso-bidi-font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#333333;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>E-mails para contatos:<o:p></o:p></span></p> <div align=center> <table class=MsoNormalTable border=0 cellspacing=0 cellpadding=0 style='border-collapse:collapse;mso-yfti-tbllook:1184;mso-padding-alt:0cm 0cm 0cm 0cm'> <tr style='mso-yfti-irow:0;mso-yfti-firstrow:yes'> <td width=430 valign=top style='width:322.5pt;padding:0cm 5.4pt 0cm 5.4pt'></td> </tr> <tr style='mso-yfti-irow:1'> <td width=430 valign=top style='width:322.5pt;padding:0cm 5.4pt 0cm 5.4pt'> <p class=MsoNormal style='margin-top:0cm;margin-right:0cm;margin-bottom:0cm; margin-left:18.0pt;margin-bottom:.0001pt;line-height:normal'><span style='font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#337AB7;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>contato@camarasantoexpedito.sp.gov.br</span><span style='font-size: 12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; mso-fareast-language:PT-BR'><o:p></o:p></span></p> </td> </tr> <tr style='mso-yfti-irow:2'> <td width=430 valign=top style='width:322.5pt;padding:0cm 5.4pt 0cm 5.4pt'> <p class=MsoNormal style='margin-top:0cm;margin-right:0cm;margin-bottom:0cm; margin-left:18.0pt;margin-bottom:.0001pt;line-height:normal'><span style='font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#337AB7;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>presidência@camarasantoexpedito.sp.gov.br</span><span style='font-size: 12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; mso-fareast-language:PT-BR'><o:p></o:p></span></p> </td> </tr> <tr style='mso-yfti-irow:3'> <td width=430 valign=top style='width:322.5pt;padding:0cm 5.4pt 0cm 5.4pt'> <p class=MsoNormal style='margin-top:0cm;margin-right:0cm;margin-bottom:0cm; margin-left:18.0pt;margin-bottom:.0001pt;line-height:normal'><span style='font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#337AB7;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>secretaria@camarasantoexpedito.sp.gov.br</span><span style='font-size: 12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; mso-fareast-language:PT-BR'><o:p></o:p></span></p> </td> </tr> <tr style='mso-yfti-irow:4'> <td width=430 valign=top style='width:322.5pt;padding:0cm 5.4pt 0cm 5.4pt'> <p class=MsoNormal style='margin-top:0cm;margin-right:0cm;margin-bottom:0cm; margin-left:18.0pt;margin-bottom:.0001pt;line-height:normal'><span style='font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#337AB7;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>tesouraria@camarasantoexpedito.sp.gov.br</span><span style='font-size: 12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; mso-fareast-language:PT-BR'><o:p></o:p></span></p> </td> </tr> <tr style='mso-yfti-irow:5'> <td width=430 valign=top style='width:322.5pt;padding:0cm 5.4pt 0cm 5.4pt'> <p class=MsoNormal style='margin-top:0cm;margin-right:0cm;margin-bottom:0cm; margin-left:18.0pt;margin-bottom:.0001pt;line-height:normal'><span style='font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#337AB7;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>contadoria@camarasantoexpedito.sp.gov.br</span><span style='font-size: 12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; mso-fareast-language:PT-BR'><o:p></o:p></span></p> </td> </tr> <tr style='mso-yfti-irow:6'> <td width=430 valign=top style='width:322.5pt;padding:0cm 5.4pt 0cm 5.4pt'> <p class=MsoNormal style='margin-top:0cm;margin-right:0cm;margin-bottom:0cm; margin-left:18.0pt;margin-bottom:.0001pt;line-height:normal'><span style='font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#337AB7;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>compras@camarasantoexpedito.sp.gov.br</span><span style='font-size: 12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; mso-fareast-language:PT-BR'><o:p></o:p></span></p> </td> </tr> <tr style='mso-yfti-irow:7;mso-yfti-lastrow:yes;height:30.95pt'> <td width=430 valign=top style='width:322.5pt;padding:0cm 5.4pt 0cm 5.4pt; height:30.95pt'> <p class=MsoNormal style='margin-top:0cm;margin-right:0cm;margin-bottom:0cm; margin-left:18.0pt;margin-bottom:.0001pt;line-height:normal'><span style='font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#337AB7;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>assessoriajurídica@camarasantoexpedito.sp.gov.br</span><span style='font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";mso-fareast-language:PT-BR'><o:p></o:p></span></p> <p class=MsoListParagraph style='margin-bottom:0cm;margin-bottom:.0001pt; mso-add-space:auto;line-height:normal'><span style='font-size:12.0pt; font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; mso-fareast-language:PT-BR'><o:p> ;</o:p></span></p> </td> </tr> </table> </div> <p class=MsoNormal><o:p> ;</o:p></p> </div> </body>]]>
1595 <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;line-height:normal;background:white'><b><span style='font-size:14.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Câmara Municipal de Santo Expedito</span></b><span style='font-size:12.0pt;font-family:"Arial",sans-serif; mso-fareast-font-family:"Times New Roman";color:#333333;mso-fareast-language: PT-BR'><o:p></o:p></span></p>]]>
1596 <![CDATA[<span style='font-size:14.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Câmara Municipal de Santo Expedito</span>]]>
1599 <![CDATA[<span style='font-size:12.0pt;font-family:"Arial",sans-serif; mso-fareast-font-family:"Times New Roman";color:#333333;mso-fareast-language: PT-BR'><o:p></o:p></span>]]>
1603 <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;line-height:normal;background:white'><span style='font-size: 12.0pt;font-family:"Times New Roman",serif;mso-fareast-font-family:"Times New Roman"; color:#333333;mso-fareast-language:PT-BR'><o:p> ;</o:p></span></p>]]>
1604 <![CDATA[<span style='font-size: 12.0pt;font-family:"Times New Roman",serif;mso-fareast-font-family:"Times New Roman"; color:#333333;mso-fareast-language:PT-BR'><o:p> ;</o:p></span>]]>
1608 <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;line-height:normal;background:white'><span style='font-size: 12.0pt;font-family:"Times New Roman",serif;mso-fareast-font-family:"Times New Roman"; color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shapetype id="_x0000_t75" coordsize="21600,21600" o:spt="75" o:preferrelative="t" path="m@4@5l@4@11@9@11@9@5xe" filled="f" stroked="f"> <v:stroke joinstyle="miter"/> <v:formulas> <v:f eqn="if lineDrawn pixelLineWidth 0"/> <v:f eqn="sum @0 1 0"/> <v:f eqn="sum 0 0 @1"/> <v:f eqn="prod @2 1 2"/> <v:f eqn="prod @3 21600 pixelWidth"/> <v:f eqn="prod @3 21600 pixelHeight"/> <v:f eqn="sum @0 0 1"/> <v:f eqn="prod @6 1 2"/> <v:f eqn="prod @7 21600 pixelWidth"/> <v:f eqn="sum @8 21600 0"/> <v:f eqn="prod @7 21600 pixelHeight"/> <v:f eqn="sum @10 21600 0"/> </v:formulas> <v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect"/> <o:lock v:ext="edit" aspectratio="t"/> </v:shapetype><v:shape id="Picture_x0020_3" o:spid="_x0000_i1025" type="#_x0000_t75" alt="Brasão Município de Santo Expedito" style='width:200.25pt;height:216.75pt; visibility:visible;mso-wrap-style:square'> <img class="img-responsive img_cont_noticia" style='max-width:100%' src="https://www.camarasantoexpedito.sp.gov.br/images/imagesnoticias/3/principal_arquivos/image001.jpg" o:title="Brasão Município de Santo Expedito"/> </v:shape><![endif]--><img class="img-responsive img_cont_noticia" width=267 height=289 src="https://www.camarasantoexpedito.sp.gov.br/images/imagesnoticias/3/principal_arquivos/image002.jpg" alt="Brasão Município de Santo Expedito" vshapes="Picture_x0020_3"></span><span style='font-size:12.0pt; font-family:"Times New Roman",serif;mso-fareast-font-family:"Times New Roman"; color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>]]>
1609 <![CDATA[<span style='font-size: 12.0pt;font-family:"Times New Roman",serif;mso-fareast-font-family:"Times New Roman"; color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shapetype id="_x0000_t75" coordsize="21600,21600" o:spt="75" o:preferrelative="t" path="m@4@5l@4@11@9@11@9@5xe" filled="f" stroked="f"> <v:stroke joinstyle="miter"/> <v:formulas> <v:f eqn="if lineDrawn pixelLineWidth 0"/> <v:f eqn="sum @0 1 0"/> <v:f eqn="sum 0 0 @1"/> <v:f eqn="prod @2 1 2"/> <v:f eqn="prod @3 21600 pixelWidth"/> <v:f eqn="prod @3 21600 pixelHeight"/> <v:f eqn="sum @0 0 1"/> <v:f eqn="prod @6 1 2"/> <v:f eqn="prod @7 21600 pixelWidth"/> <v:f eqn="sum @8 21600 0"/> <v:f eqn="prod @7 21600 pixelHeight"/> <v:f eqn="sum @10 21600 0"/> </v:formulas> <v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect"/> <o:lock v:ext="edit" aspectratio="t"/> </v:shapetype><v:shape id="Picture_x0020_3" o:spid="_x0000_i1025" type="#_x0000_t75" alt="Brasão Município de Santo Expedito" style='width:200.25pt;height:216.75pt; visibility:visible;mso-wrap-style:square'> <img class="img-responsive img_cont_noticia" style='max-width:100%' src="https://www.camarasantoexpedito.sp.gov.br/images/imagesnoticias/3/principal_arquivos/image001.jpg" o:title="Brasão Município de Santo Expedito"/> </v:shape><![endif]--><img class="img-responsive img_cont_noticia" width=267 height=289 src="https://www.camarasantoexpedito.sp.gov.br/images/imagesnoticias/3/principal_arquivos/image002.jpg" alt="Brasão Município de Santo Expedito" vshapes="Picture_x0020_3"></span>]]>
1637 <![CDATA[<span style='font-size:12.0pt; font-family:"Times New Roman",serif;mso-fareast-font-family:"Times New Roman"; color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span>]]>
1641 <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;line-height:normal;background:white'><span style='font-size: 12.0pt;font-family:"Times New Roman",serif;mso-fareast-font-family:"Times New Roman"; color:#333333;mso-fareast-language:PT-BR'><o:p> ;</o:p></span></p>]]>
1642 <![CDATA[<span style='font-size: 12.0pt;font-family:"Times New Roman",serif;mso-fareast-font-family:"Times New Roman"; color:#333333;mso-fareast-language:PT-BR'><o:p> ;</o:p></span>]]>
1646 <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;line-height:normal;background:white'><span style='font-size: 14.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; color:#333333;mso-fareast-language:PT-BR'>Local e Horário de Atendimento ao Público</span><span style='font-size:12.0pt;font-family:"Arial",sans-serif; mso-fareast-font-family:"Times New Roman";color:#333333;mso-fareast-language: PT-BR'><o:p></o:p></span></p>]]>
1647 <![CDATA[<span style='font-size: 14.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; color:#333333;mso-fareast-language:PT-BR'>Local e Horário de Atendimento ao Público</span>]]>
1650 <![CDATA[<span style='font-size:12.0pt;font-family:"Arial",sans-serif; mso-fareast-font-family:"Times New Roman";color:#333333;mso-fareast-language: PT-BR'><o:p></o:p></span>]]>
1654 <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;line-height:normal;background:white'><span style='font-size: 12.0pt;mso-bidi-font-size:14.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#333333;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>Rua Rui Barbosa, 480 – Centro</span><span style='mso-bidi-font-size:12.0pt; font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>]]>
1655 <![CDATA[<span style='font-size: 12.0pt;mso-bidi-font-size:14.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#333333;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>Rua Rui Barbosa, 480 – Centro</span>]]>
1658 <![CDATA[<span style='mso-bidi-font-size:12.0pt; font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span>]]>
1662 <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;line-height:normal;background:white'><span style='font-size: 14.0pt;mso-bidi-font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#333333;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>De segunda a Sexta Feira</span><span style='font-size:14.0pt;mso-bidi-font-size: 12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>]]>
1663 <![CDATA[<span style='font-size: 14.0pt;mso-bidi-font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#333333;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>De segunda a Sexta Feira</span>]]>
1666 <![CDATA[<span style='font-size:14.0pt;mso-bidi-font-size: 12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span>]]>
1670 <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;line-height:normal;background:white'><span style='font-size: 12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; color:#333333;mso-fareast-language:PT-BR;mso-bidi-font-weight:bold'>Das 07:00 às 13:00 horas (Ato da Mesa nº 0015/2020)</span><span style='font-size:12.0pt; font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>]]>
1671 <![CDATA[<span style='font-size: 12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; color:#333333;mso-fareast-language:PT-BR;mso-bidi-font-weight:bold'>Das 07:00 às 13:00 horas (Ato da Mesa nº 0015/2020)</span>]]>
1674 <![CDATA[<span style='font-size:12.0pt; font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span>]]>
1678 <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;line-height:normal;background:white'><span style='font-size: 12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; color:#333333;mso-fareast-language:PT-BR;mso-bidi-font-weight:bold'>Fone: (18) 3267-1195<o:p></o:p></span></p>]]>
1679 <![CDATA[<span style='font-size: 12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; color:#333333;mso-fareast-language:PT-BR;mso-bidi-font-weight:bold'>Fone: (18) 3267-1195<o:p></o:p></span>]]>
1684 <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;line-height:normal;background:white'><span style='font-size: 12.0pt;font-family:"Times New Roman",serif;mso-fareast-font-family:"Times New Roman"; color:#333333;mso-fareast-language:PT-BR'><o:p> ;</o:p></span></p>]]>
1685 <![CDATA[<span style='font-size: 12.0pt;font-family:"Times New Roman",serif;mso-fareast-font-family:"Times New Roman"; color:#333333;mso-fareast-language:PT-BR'><o:p> ;</o:p></span>]]>
1689 <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;line-height:normal;background:white'><span style='font-size: 12.0pt;font-family:"Times New Roman",serif;mso-fareast-font-family:"Times New Roman"; color:#333333;mso-fareast-language:PT-BR'><o:p> ;</o:p></span></p>]]>
1690 <![CDATA[<span style='font-size: 12.0pt;font-family:"Times New Roman",serif;mso-fareast-font-family:"Times New Roman"; color:#333333;mso-fareast-language:PT-BR'><o:p> ;</o:p></span>]]>
1694 <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt; text-align:center;line-height:normal;background:white'><span style='font-size: 14.0pt;mso-bidi-font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#333333;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>E-mails para contatos:<o:p></o:p></span></p>]]>
1695 <![CDATA[<span style='font-size: 14.0pt;mso-bidi-font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#333333;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>E-mails para contatos:<o:p></o:p></span>]]>
1702 <![CDATA[<table class=MsoNormalTable border=0 cellspacing=0 cellpadding=0 style='border-collapse:collapse;mso-yfti-tbllook:1184;mso-padding-alt:0cm 0cm 0cm 0cm'> <tr style='mso-yfti-irow:0;mso-yfti-firstrow:yes'> <td width=430 valign=top style='width:322.5pt;padding:0cm 5.4pt 0cm 5.4pt'></td> </tr> <tr style='mso-yfti-irow:1'> <td width=430 valign=top style='width:322.5pt;padding:0cm 5.4pt 0cm 5.4pt'> <p class=MsoNormal style='margin-top:0cm;margin-right:0cm;margin-bottom:0cm; margin-left:18.0pt;margin-bottom:.0001pt;line-height:normal'><span style='font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#337AB7;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>contato@camarasantoexpedito.sp.gov.br</span><span style='font-size: 12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; mso-fareast-language:PT-BR'><o:p></o:p></span></p> </td> </tr> <tr style='mso-yfti-irow:2'> <td width=430 valign=top style='width:322.5pt;padding:0cm 5.4pt 0cm 5.4pt'> <p class=MsoNormal style='margin-top:0cm;margin-right:0cm;margin-bottom:0cm; margin-left:18.0pt;margin-bottom:.0001pt;line-height:normal'><span style='font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#337AB7;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>presidência@camarasantoexpedito.sp.gov.br</span><span style='font-size: 12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; mso-fareast-language:PT-BR'><o:p></o:p></span></p> </td> </tr> <tr style='mso-yfti-irow:3'> <td width=430 valign=top style='width:322.5pt;padding:0cm 5.4pt 0cm 5.4pt'> <p class=MsoNormal style='margin-top:0cm;margin-right:0cm;margin-bottom:0cm; margin-left:18.0pt;margin-bottom:.0001pt;line-height:normal'><span style='font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#337AB7;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>secretaria@camarasantoexpedito.sp.gov.br</span><span style='font-size: 12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; mso-fareast-language:PT-BR'><o:p></o:p></span></p> </td> </tr> <tr style='mso-yfti-irow:4'> <td width=430 valign=top style='width:322.5pt;padding:0cm 5.4pt 0cm 5.4pt'> <p class=MsoNormal style='margin-top:0cm;margin-right:0cm;margin-bottom:0cm; margin-left:18.0pt;margin-bottom:.0001pt;line-height:normal'><span style='font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#337AB7;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>tesouraria@camarasantoexpedito.sp.gov.br</span><span style='font-size: 12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; mso-fareast-language:PT-BR'><o:p></o:p></span></p> </td> </tr> <tr style='mso-yfti-irow:5'> <td width=430 valign=top style='width:322.5pt;padding:0cm 5.4pt 0cm 5.4pt'> <p class=MsoNormal style='margin-top:0cm;margin-right:0cm;margin-bottom:0cm; margin-left:18.0pt;margin-bottom:.0001pt;line-height:normal'><span style='font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#337AB7;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>contadoria@camarasantoexpedito.sp.gov.br</span><span style='font-size: 12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; mso-fareast-language:PT-BR'><o:p></o:p></span></p> </td> </tr> <tr style='mso-yfti-irow:6'> <td width=430 valign=top style='width:322.5pt;padding:0cm 5.4pt 0cm 5.4pt'> <p class=MsoNormal style='margin-top:0cm;margin-right:0cm;margin-bottom:0cm; margin-left:18.0pt;margin-bottom:.0001pt;line-height:normal'><span style='font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#337AB7;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>compras@camarasantoexpedito.sp.gov.br</span><span style='font-size: 12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; mso-fareast-language:PT-BR'><o:p></o:p></span></p> </td> </tr> <tr style='mso-yfti-irow:7;mso-yfti-lastrow:yes;height:30.95pt'> <td width=430 valign=top style='width:322.5pt;padding:0cm 5.4pt 0cm 5.4pt; height:30.95pt'> <p class=MsoNormal style='margin-top:0cm;margin-right:0cm;margin-bottom:0cm; margin-left:18.0pt;margin-bottom:.0001pt;line-height:normal'><span style='font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#337AB7;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>assessoriajurídica@camarasantoexpedito.sp.gov.br</span><span style='font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";mso-fareast-language:PT-BR'><o:p></o:p></span></p> <p class=MsoListParagraph style='margin-bottom:0cm;margin-bottom:.0001pt; mso-add-space:auto;line-height:normal'><span style='font-size:12.0pt; font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; mso-fareast-language:PT-BR'><o:p> ;</o:p></span></p> </td> </tr> </table>]]>
1704 <![CDATA[<tr style='mso-yfti-irow:0;mso-yfti-firstrow:yes'> <td width=430 valign=top style='width:322.5pt;padding:0cm 5.4pt 0cm 5.4pt'></td> </tr>]]>
1705 <![CDATA[<td width=430 valign=top style='width:322.5pt;padding:0cm 5.4pt 0cm 5.4pt'></td>]]>
1707 <![CDATA[<tr style='mso-yfti-irow:1'> <td width=430 valign=top style='width:322.5pt;padding:0cm 5.4pt 0cm 5.4pt'> <p class=MsoNormal style='margin-top:0cm;margin-right:0cm;margin-bottom:0cm; margin-left:18.0pt;margin-bottom:.0001pt;line-height:normal'><span style='font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#337AB7;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>contato@camarasantoexpedito.sp.gov.br</span><span style='font-size: 12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; mso-fareast-language:PT-BR'><o:p></o:p></span></p> </td> </tr>]]>
1708 <![CDATA[<td width=430 valign=top style='width:322.5pt;padding:0cm 5.4pt 0cm 5.4pt'> <p class=MsoNormal style='margin-top:0cm;margin-right:0cm;margin-bottom:0cm; margin-left:18.0pt;margin-bottom:.0001pt;line-height:normal'><span style='font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#337AB7;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>contato@camarasantoexpedito.sp.gov.br</span><span style='font-size: 12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; mso-fareast-language:PT-BR'><o:p></o:p></span></p> </td>]]>
1709 <![CDATA[<p class=MsoNormal style='margin-top:0cm;margin-right:0cm;margin-bottom:0cm; margin-left:18.0pt;margin-bottom:.0001pt;line-height:normal'><span style='font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#337AB7;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>contato@camarasantoexpedito.sp.gov.br</span><span style='font-size: 12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; mso-fareast-language:PT-BR'><o:p></o:p></span></p>]]>
1710 <![CDATA[<span style='font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#337AB7;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>contato@camarasantoexpedito.sp.gov.br</span>]]>
1713 <![CDATA[<span style='font-size: 12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; mso-fareast-language:PT-BR'><o:p></o:p></span>]]>
1718 <![CDATA[<tr style='mso-yfti-irow:2'> <td width=430 valign=top style='width:322.5pt;padding:0cm 5.4pt 0cm 5.4pt'> <p class=MsoNormal style='margin-top:0cm;margin-right:0cm;margin-bottom:0cm; margin-left:18.0pt;margin-bottom:.0001pt;line-height:normal'><span style='font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#337AB7;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>presidência@camarasantoexpedito.sp.gov.br</span><span style='font-size: 12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; mso-fareast-language:PT-BR'><o:p></o:p></span></p> </td> </tr>]]>
1719 <![CDATA[<td width=430 valign=top style='width:322.5pt;padding:0cm 5.4pt 0cm 5.4pt'> <p class=MsoNormal style='margin-top:0cm;margin-right:0cm;margin-bottom:0cm; margin-left:18.0pt;margin-bottom:.0001pt;line-height:normal'><span style='font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#337AB7;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>presidência@camarasantoexpedito.sp.gov.br</span><span style='font-size: 12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; mso-fareast-language:PT-BR'><o:p></o:p></span></p> </td>]]>
1720 <![CDATA[<p class=MsoNormal style='margin-top:0cm;margin-right:0cm;margin-bottom:0cm; margin-left:18.0pt;margin-bottom:.0001pt;line-height:normal'><span style='font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#337AB7;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>presidência@camarasantoexpedito.sp.gov.br</span><span style='font-size: 12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; mso-fareast-language:PT-BR'><o:p></o:p></span></p>]]>
1721 <![CDATA[<span style='font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#337AB7;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>presidência@camarasantoexpedito.sp.gov.br</span>]]>
1724 <![CDATA[<span style='font-size: 12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; mso-fareast-language:PT-BR'><o:p></o:p></span>]]>
1729 <![CDATA[<tr style='mso-yfti-irow:3'> <td width=430 valign=top style='width:322.5pt;padding:0cm 5.4pt 0cm 5.4pt'> <p class=MsoNormal style='margin-top:0cm;margin-right:0cm;margin-bottom:0cm; margin-left:18.0pt;margin-bottom:.0001pt;line-height:normal'><span style='font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#337AB7;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>secretaria@camarasantoexpedito.sp.gov.br</span><span style='font-size: 12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; mso-fareast-language:PT-BR'><o:p></o:p></span></p> </td> </tr>]]>
1730 <![CDATA[<td width=430 valign=top style='width:322.5pt;padding:0cm 5.4pt 0cm 5.4pt'> <p class=MsoNormal style='margin-top:0cm;margin-right:0cm;margin-bottom:0cm; margin-left:18.0pt;margin-bottom:.0001pt;line-height:normal'><span style='font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#337AB7;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>secretaria@camarasantoexpedito.sp.gov.br</span><span style='font-size: 12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; mso-fareast-language:PT-BR'><o:p></o:p></span></p> </td>]]>
1731 <![CDATA[<p class=MsoNormal style='margin-top:0cm;margin-right:0cm;margin-bottom:0cm; margin-left:18.0pt;margin-bottom:.0001pt;line-height:normal'><span style='font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#337AB7;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>secretaria@camarasantoexpedito.sp.gov.br</span><span style='font-size: 12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; mso-fareast-language:PT-BR'><o:p></o:p></span></p>]]>
1732 <![CDATA[<span style='font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#337AB7;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>secretaria@camarasantoexpedito.sp.gov.br</span>]]>
1735 <![CDATA[<span style='font-size: 12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; mso-fareast-language:PT-BR'><o:p></o:p></span>]]>
1740 <![CDATA[<tr style='mso-yfti-irow:4'> <td width=430 valign=top style='width:322.5pt;padding:0cm 5.4pt 0cm 5.4pt'> <p class=MsoNormal style='margin-top:0cm;margin-right:0cm;margin-bottom:0cm; margin-left:18.0pt;margin-bottom:.0001pt;line-height:normal'><span style='font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#337AB7;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>tesouraria@camarasantoexpedito.sp.gov.br</span><span style='font-size: 12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; mso-fareast-language:PT-BR'><o:p></o:p></span></p> </td> </tr>]]>
1741 <![CDATA[<td width=430 valign=top style='width:322.5pt;padding:0cm 5.4pt 0cm 5.4pt'> <p class=MsoNormal style='margin-top:0cm;margin-right:0cm;margin-bottom:0cm; margin-left:18.0pt;margin-bottom:.0001pt;line-height:normal'><span style='font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#337AB7;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>tesouraria@camarasantoexpedito.sp.gov.br</span><span style='font-size: 12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; mso-fareast-language:PT-BR'><o:p></o:p></span></p> </td>]]>
1742 <![CDATA[<p class=MsoNormal style='margin-top:0cm;margin-right:0cm;margin-bottom:0cm; margin-left:18.0pt;margin-bottom:.0001pt;line-height:normal'><span style='font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#337AB7;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>tesouraria@camarasantoexpedito.sp.gov.br</span><span style='font-size: 12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; mso-fareast-language:PT-BR'><o:p></o:p></span></p>]]>
1743 <![CDATA[<span style='font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#337AB7;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>tesouraria@camarasantoexpedito.sp.gov.br</span>]]>
1746 <![CDATA[<span style='font-size: 12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; mso-fareast-language:PT-BR'><o:p></o:p></span>]]>
1751 <![CDATA[<tr style='mso-yfti-irow:5'> <td width=430 valign=top style='width:322.5pt;padding:0cm 5.4pt 0cm 5.4pt'> <p class=MsoNormal style='margin-top:0cm;margin-right:0cm;margin-bottom:0cm; margin-left:18.0pt;margin-bottom:.0001pt;line-height:normal'><span style='font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#337AB7;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>contadoria@camarasantoexpedito.sp.gov.br</span><span style='font-size: 12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; mso-fareast-language:PT-BR'><o:p></o:p></span></p> </td> </tr>]]>
1752 <![CDATA[<td width=430 valign=top style='width:322.5pt;padding:0cm 5.4pt 0cm 5.4pt'> <p class=MsoNormal style='margin-top:0cm;margin-right:0cm;margin-bottom:0cm; margin-left:18.0pt;margin-bottom:.0001pt;line-height:normal'><span style='font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#337AB7;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>contadoria@camarasantoexpedito.sp.gov.br</span><span style='font-size: 12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; mso-fareast-language:PT-BR'><o:p></o:p></span></p> </td>]]>
1753 <![CDATA[<p class=MsoNormal style='margin-top:0cm;margin-right:0cm;margin-bottom:0cm; margin-left:18.0pt;margin-bottom:.0001pt;line-height:normal'><span style='font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#337AB7;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>contadoria@camarasantoexpedito.sp.gov.br</span><span style='font-size: 12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; mso-fareast-language:PT-BR'><o:p></o:p></span></p>]]>
1754 <![CDATA[<span style='font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#337AB7;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>contadoria@camarasantoexpedito.sp.gov.br</span>]]>
1757 <![CDATA[<span style='font-size: 12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; mso-fareast-language:PT-BR'><o:p></o:p></span>]]>
1762 <![CDATA[<tr style='mso-yfti-irow:6'> <td width=430 valign=top style='width:322.5pt;padding:0cm 5.4pt 0cm 5.4pt'> <p class=MsoNormal style='margin-top:0cm;margin-right:0cm;margin-bottom:0cm; margin-left:18.0pt;margin-bottom:.0001pt;line-height:normal'><span style='font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#337AB7;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>compras@camarasantoexpedito.sp.gov.br</span><span style='font-size: 12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; mso-fareast-language:PT-BR'><o:p></o:p></span></p> </td> </tr>]]>
1763 <![CDATA[<td width=430 valign=top style='width:322.5pt;padding:0cm 5.4pt 0cm 5.4pt'> <p class=MsoNormal style='margin-top:0cm;margin-right:0cm;margin-bottom:0cm; margin-left:18.0pt;margin-bottom:.0001pt;line-height:normal'><span style='font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#337AB7;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>compras@camarasantoexpedito.sp.gov.br</span><span style='font-size: 12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; mso-fareast-language:PT-BR'><o:p></o:p></span></p> </td>]]>
1764 <![CDATA[<p class=MsoNormal style='margin-top:0cm;margin-right:0cm;margin-bottom:0cm; margin-left:18.0pt;margin-bottom:.0001pt;line-height:normal'><span style='font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#337AB7;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>compras@camarasantoexpedito.sp.gov.br</span><span style='font-size: 12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; mso-fareast-language:PT-BR'><o:p></o:p></span></p>]]>
1765 <![CDATA[<span style='font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#337AB7;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>compras@camarasantoexpedito.sp.gov.br</span>]]>
1768 <![CDATA[<span style='font-size: 12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; mso-fareast-language:PT-BR'><o:p></o:p></span>]]>
1773 <![CDATA[<tr style='mso-yfti-irow:7;mso-yfti-lastrow:yes;height:30.95pt'> <td width=430 valign=top style='width:322.5pt;padding:0cm 5.4pt 0cm 5.4pt; height:30.95pt'> <p class=MsoNormal style='margin-top:0cm;margin-right:0cm;margin-bottom:0cm; margin-left:18.0pt;margin-bottom:.0001pt;line-height:normal'><span style='font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#337AB7;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>assessoriajurídica@camarasantoexpedito.sp.gov.br</span><span style='font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";mso-fareast-language:PT-BR'><o:p></o:p></span></p> <p class=MsoListParagraph style='margin-bottom:0cm;margin-bottom:.0001pt; mso-add-space:auto;line-height:normal'><span style='font-size:12.0pt; font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; mso-fareast-language:PT-BR'><o:p> ;</o:p></span></p> </td> </tr>]]>
1774 <![CDATA[<td width=430 valign=top style='width:322.5pt;padding:0cm 5.4pt 0cm 5.4pt; height:30.95pt'> <p class=MsoNormal style='margin-top:0cm;margin-right:0cm;margin-bottom:0cm; margin-left:18.0pt;margin-bottom:.0001pt;line-height:normal'><span style='font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#337AB7;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>assessoriajurídica@camarasantoexpedito.sp.gov.br</span><span style='font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";mso-fareast-language:PT-BR'><o:p></o:p></span></p> <p class=MsoListParagraph style='margin-bottom:0cm;margin-bottom:.0001pt; mso-add-space:auto;line-height:normal'><span style='font-size:12.0pt; font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; mso-fareast-language:PT-BR'><o:p> ;</o:p></span></p> </td>]]>
1776 <![CDATA[<p class=MsoNormal style='margin-top:0cm;margin-right:0cm;margin-bottom:0cm; margin-left:18.0pt;margin-bottom:.0001pt;line-height:normal'><span style='font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#337AB7;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>assessoriajurídica@camarasantoexpedito.sp.gov.br</span><span style='font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";mso-fareast-language:PT-BR'><o:p></o:p></span></p>]]>
1777 <![CDATA[<span style='font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";color:#337AB7;mso-fareast-language:PT-BR;mso-bidi-font-weight: bold'>assessoriajurídica@camarasantoexpedito.sp.gov.br</span>]]>
1780 <![CDATA[<span style='font-size:12.0pt;font-family:"Arial",sans-serif;mso-fareast-font-family: "Times New Roman";mso-fareast-language:PT-BR'><o:p></o:p></span>]]>
1783 <![CDATA[<p class=MsoListParagraph style='margin-bottom:0cm;margin-bottom:.0001pt; mso-add-space:auto;line-height:normal'><span style='font-size:12.0pt; font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; mso-fareast-language:PT-BR'><o:p> ;</o:p></span></p>]]>
1784 <![CDATA[<span style='font-size:12.0pt; font-family:"Arial",sans-serif;mso-fareast-font-family:"Times New Roman"; mso-fareast-language:PT-BR'><o:p> ;</o:p></span>]]>
1819 <![CDATA[<form name="arq_abre" id="arq_abre" action="indexAjax.php?pag=T0RJPU9UVT1PVFE9T1dFPU9HVT1PV1E9T1RZPQ==" method="post" target="_blank" style="border: 0px; padding:0px;"> <input type="hidden" name="nome_arquivo" value="CALENDÁRIODASSESSÕES-2020.pdf"> <input type="hidden" name="extensao_arquivo" value=".pdf"> <input type="hidden" name="nome_tabela" value="web_arquivos_noticias"> <input type="hidden" name="id" value="24"> <input type="image" src="https://www.weblinesistemas.com/imagens_camaras/PDF.jpg"> </form>]]>
1868 <![CDATA[<div class="col-md-2 col-sm-2 col-xs-6" style="/*text-align: right;*/ margin-top: -20px;" > <a target="_blank" href="https://web.whatsapp.com/send?text=Expediente - https%3A%2F%2Fcamarasantoexpedito.sp.gov.br%2F%3Fpag%3DT1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0%3D%26idmenu%3D139%26dataatualizacao%3D202301301031 " style="margin-left: 50px;" > <img src="https://www.weblinesistemas.com/imagens_camaras/whatsapp2.ico" style="width:40px;"/> </a> </div>]]>
1869 <![CDATA[<a target="_blank" href="https://web.whatsapp.com/send?text=Expediente - https%3A%2F%2Fcamarasantoexpedito.sp.gov.br%2F%3Fpag%3DT1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0%3D%26idmenu%3D139%26dataatualizacao%3D202301301031 " style="margin-left: 50px;" > <img src="https://www.weblinesistemas.com/imagens_camaras/whatsapp2.ico" style="width:40px;"/> </a>]]>
1870 <![CDATA[<img src="https://www.weblinesistemas.com/imagens_camaras/whatsapp2.ico" style="width:40px;"/>]]>
1873 <![CDATA[<div class="col-md-12 col-xs-6 text-center" style="margin-left: -35px;" > <div id="fb-root"></div> <script> $(document).ready(function(){ (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = 'https://connect.facebook.net/pt_BR/sdk.js#xfbml=1&version=v3.1'; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk')); }); </script> <div class="fb-like" data-href="https://www.camarasantoexpedito.sp.gov.br/weblineprimeirapagina.php?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=139&dataatualizacao=202301301031" data-layout="button_count" data-action="like" data-size="small" data-show-faces="true" data-share="true"></div> </div>]]>
2018 <![CDATA[<img onClick="abrirMapaSite();" style="text-decoration:none; cursor:pointer;" src="https://www.weblinesistemas.com/imagens_camaras/mapa_site2_150x30.png" class="img-responsive center-block" width="150" />]]>
2027 <![CDATA[<div class="mapa_site" style="display:none;"> <div class="big-column col-xl-12 col-lg-12 col-md-12" style="margin-bottom: 10px;"> <div class="row"> <div class="footer-column col-lg-2 col-md-4 col-sm-12"> <div class="footer-widget links-widget"> <h2 class="widget-title"><a href="" >Câmara</a></h2> <div class="widget-content"> <ul class="list"> <li><a href="?pag=T0RRPU9UST1PVEE9T0dVPU9UZz1PV0U9T1RZPU9HVT1PV009">Comissões</a></li> <li><a href="?pag=T0RjPU9HTT1PVEU9T0RZPU9UTT1PR0U9T0dNPU9UST1PV0k9T1dFPQ==">Contas Públicas da Câmara</a></li> <li><a href="?pag=T0RVPU9EUT1PRGM9T1RRPU9UZz1Oamc9T0RrPU9HVT1PV0k9T1dZPU9XRT1ZVEE9">Dados Abertos</a></li> <li><a href="https://camarasantoexpedito.sp.gov.br/arquivos_cliente/Estrutura Organizacional.pdf">Estrutura Organizacional</a></li> <li><a href="https:www.camarasantoexpedito.sp.gov.br?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=113">Galeria dos Presidentes</a></li> <li><a href="https:www.camarasantoexpedito.sp.gov.br?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=152">História do Municí­pio</a></li> <li><a href="?pag=T0dRPU9EZz1PR0U9T0dVPU9UZz1PVE09T0RnPU9XUT1PV1U9T1dRPU9HTT1ZVEE9">Legislaturas</a></li> <li><a href="?pag=">Página Principal</a></li> </ul> </div> </div> </div> <div class="footer-column col-lg-2 col-md-4 col-sm-12"> <div class="footer-widget links-widget"> <h2 class="widget-title"><a href="" >Legislação</a></h2> <div class="widget-content"> <ul class="list"> <li><a href="http://www.legislacao.sp.gov.br/legislacao/dg280202.nsf/a2dc3f553380ee0f83256cfb00501463/46e2576658b1c52903256d63004f305a?OpenDocument">Constituição Estadual</a></li> <li><a href="http://www.planalto.gov.br/ccivil_03/constituicao/constituicao.htm">Constituição Federal</a></li> <li><a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&idtipolei=4">Decretos Legislativos</a></li> <li><a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&idtipolei=24">Emendas a LOM</a></li> <li><a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&idtipolei=19">Lei Orgânica do Municipio</a></li> <li><a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&idtipolei=2">Leis Complementares</a></li> <li><a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&idtipolei=1">Leis Ordinárias</a></li> <li><a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&idtipolei=12">Regimento Interno</a></li> <li><a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&idtipolei=3">Resoluções</a></li> </ul> </div> </div> </div> <div class="footer-column col-lg-2 col-md-4 col-sm-12"> <div class="footer-widget links-widget"> <h2 class="widget-title"><a href="" >Vereador</a></h2> <div class="widget-content"> <ul class="list"> <li><a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST1PR1U9T1dVPQ==">Vereadores</a></li> </ul> </div> </div> </div> <div class="footer-column col-lg-2 col-md-4 col-sm-12"> <div class="footer-widget links-widget"> <h2 class="widget-title"><a href="" >Sessão</a></h2> <div class="widget-content"> <ul class="list"> <li><a href="?pag=T0RJPU9UYz1PRFE9T1RnPU56az1PVEE9T1RjPU9UZz1PV009TjJVPU9UQT1ZVEE9WVRBPU9XVT1PVFE9WVRRPQ==">Atas</a></li> <li><a href="?pag=T1RFPU9EUT1PVGc9T1RrPU9EWT1PV0U9TnpVPU9HVT1ZVEE9">Pautas</a></li> <li><a href="https:www.camarasantoexpedito.sp.gov.br?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=162">Resumo</a></li> </ul> </div> </div> </div> <div class="footer-column col-lg-2 col-md-4 col-sm-12"> <div class="footer-widget links-widget"> <h2 class="widget-title"><a href="" >Processo Legislativo</a></h2> <div class="widget-content"> <ul class="list"> <li><a href="?pag=T0RJPU9UYz1PVEk9T1RnPQ==&tipo=m">Atos da Mesa</a></li> <li><a href="?pag=T0RJPU9UYz1PVEk9T1RnPQ==&tipo=p">Atos do presidente</a></li> <li><a href="?pag=T1RVPU9HTT1PVE09T1RRPU5tRT1PVFE9T0dNPU9UYz1PR1E9T0dNPQ==">Emendas</a></li> <li><a href="?pag=T0RVPU9UST1PRFk9T1dFPU9UST1PR009T1RVPU9XUT1PVGc9T1dVPQ==&tp=5">Indicações</a></li> <li><a href="?pag=T0RVPU9UST1PRFk9T1dFPU9UST1PR009T1RVPU9XUT1PVGc9T1dVPQ==&tp=4">Moções</a></li> <li><a href="?pag=T1RFPU9UST1PVFU9T1RrPU9EWT1PVGs9T1RBPU9HRT1PV009T0dNPU9Uaz1PV009">Portarias</a></li> <li><a href="?pag=T1RFPU9UVT1PVEk9T0dZPU9HRT1PV0k9T1RZPU9XTT1PV1E9T1dRPU9HTT1PV0U9T1RZPVlUTT1PVEE9T1RRPU9UST1ZVEk9">Projetos em Tramitação</a></li> <li><a href="?pag=T1RVPU9HTT1PVE09T1RRPU9UZz1PVGM9T1RrPU9UZz1PVE09T1RBPU9XWT1PV009WVRBPVlUTT1ZVEU9T1RJPU9XVT1PV009WVRjPU9UWT1PVGs9WVRZPVlXRT0=">Projetos Tramitados</a></li> <li><a href="?pag=T0RVPU9UST1PRFk9T1dFPU9UST1PR009T1RVPU9XUT1PVGc9T1dVPQ==&tp=3">Requerimentos</a></li> </ul> </div> </div> </div> <div class="footer-column col-lg-2 col-md-4 col-sm-12"> <div class="footer-widget links-widget"> <h2 class="widget-title"><a href="" >Financeiro</a></h2> <div class="widget-content"> <ul class="list"> <li><a href="?pag=TmpJPU9UZz1PRGM9T0dVPU9HRT1PVFU9T0dFPU9UST1PR0U9TjJJPVlUQT1PR1k9T1RrPU9UZz1PVEk9T1RJPU56ST1ZVEU9WVRJPVlUZz0=">Audiências Públicas</a></li> <li><a href="?pag=T0RjPU9HTT1PVEU9T0RZPU9UTT1PR0U9T0dNPU9UST1PV0k9T1dFPQ==">Contas Públicas da Câmara</a></li> </ul> </div> </div> </div> <div class="footer-column col-lg-2 col-md-4 col-sm-12"> <div class="footer-widget links-widget"> <h2 class="widget-title"><a href="" >Editais</a></h2> <div class="widget-content"> <ul class="list"> <li><a href="?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVEE9T1dFPQ==&view=LISTA_EDITAIS&tp=2">Concursos</a></li> <li><a href="?pag=T0RRPU9UST1PVEU9T1RrPU9UYz1PRGc9T1dJPU9UZz1PV009T0dFPU9HTT1PV0k9T1dNPVlUST0=">Contratos</a></li> <li><a href="?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVEE9T1dFPQ==&view=LISTA_EDITAIS&tp=3">Licitações</a></li> </ul> </div> </div> </div> <div class="footer-column col-lg-2 col-md-4 col-sm-12"> <div class="footer-widget links-widget"> <h2 class="widget-title"><a href="" >Relatórios</a></h2> <div class="widget-content"> <ul class="list"> <li><a href="?pag=T0dVPU9UST1PRGM9T1dFPU9URT1PVFk9Tm1JPU9UZz1PR009WVRBPU9UZz1PVEk9T1dJPVlUTT1PV1U9WVRRPQ==&tipo_doc=3&view=LIST">Cargos e Salários</a></li> <li><a href="?pag=T0dVPU9UST1PRGM9T1dFPU9URT1PVFk9Tm1JPU9UZz1PR009WVRBPU9UZz1PVEk9T1dJPVlUTT1PV1U9WVRRPQ==&tipo_doc=1&view=LIST">Controle Interno</a></li> <li><a href="?pag=T0dVPU9UST1PRGM9T1dFPU9URT1PVFk9Tm1JPU9UZz1PR009WVRBPU9UZz1PVEk9T1dJPVlUTT1PV1U9WVRRPQ==&tipo_doc=2&view=LIST">Ouvidoria</a></li> </ul> </div> </div> </div> <div class="footer-column col-lg-2 col-md-4 col-sm-12"> <div class="footer-widget links-widget"> <h2 class="widget-title"><a href="" >Expediente</a></h2> <div class="widget-content"> <ul class="list"> <li><a href="https:www.camarasantoexpedito.sp.gov.br?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=139">Expediente da Câmara</a></li> <li><a href="?pag=TmpjPU9UST1PVFU9T1RJPU9XRT1PVE09T0RnPU9XST1PVEk9T1dFPU56RT1PR1U9T1RrPU9UUT1Oekk9WVRBPU9XWT1ZVEk9WVRZPU9UZz1ZVFE9&form=TRUE">Fale Conosco</a></li> </ul> </div> </div> </div> </div> </div> </div>]]>
2028 <![CDATA[<div class="big-column col-xl-12 col-lg-12 col-md-12" style="margin-bottom: 10px;"> <div class="row"> <div class="footer-column col-lg-2 col-md-4 col-sm-12"> <div class="footer-widget links-widget"> <h2 class="widget-title"><a href="" >Câmara</a></h2> <div class="widget-content"> <ul class="list"> <li><a href="?pag=T0RRPU9UST1PVEE9T0dVPU9UZz1PV0U9T1RZPU9HVT1PV009">Comissões</a></li> <li><a href="?pag=T0RjPU9HTT1PVEU9T0RZPU9UTT1PR0U9T0dNPU9UST1PV0k9T1dFPQ==">Contas Públicas da Câmara</a></li> <li><a href="?pag=T0RVPU9EUT1PRGM9T1RRPU9UZz1Oamc9T0RrPU9HVT1PV0k9T1dZPU9XRT1ZVEE9">Dados Abertos</a></li> <li><a href="https://camarasantoexpedito.sp.gov.br/arquivos_cliente/Estrutura Organizacional.pdf">Estrutura Organizacional</a></li> <li><a href="https:www.camarasantoexpedito.sp.gov.br?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=113">Galeria dos Presidentes</a></li> <li><a href="https:www.camarasantoexpedito.sp.gov.br?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=152">História do Municí­pio</a></li> <li><a href="?pag=T0dRPU9EZz1PR0U9T0dVPU9UZz1PVE09T0RnPU9XUT1PV1U9T1dRPU9HTT1ZVEE9">Legislaturas</a></li> <li><a href="?pag=">Página Principal</a></li> </ul> </div> </div> </div> <div class="footer-column col-lg-2 col-md-4 col-sm-12"> <div class="footer-widget links-widget"> <h2 class="widget-title"><a href="" >Legislação</a></h2> <div class="widget-content"> <ul class="list"> <li><a href="http://www.legislacao.sp.gov.br/legislacao/dg280202.nsf/a2dc3f553380ee0f83256cfb00501463/46e2576658b1c52903256d63004f305a?OpenDocument">Constituição Estadual</a></li> <li><a href="http://www.planalto.gov.br/ccivil_03/constituicao/constituicao.htm">Constituição Federal</a></li> <li><a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&idtipolei=4">Decretos Legislativos</a></li> <li><a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&idtipolei=24">Emendas a LOM</a></li> <li><a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&idtipolei=19">Lei Orgânica do Municipio</a></li> <li><a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&idtipolei=2">Leis Complementares</a></li> <li><a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&idtipolei=1">Leis Ordinárias</a></li> <li><a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&idtipolei=12">Regimento Interno</a></li> <li><a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&idtipolei=3">Resoluções</a></li> </ul> </div> </div> </div> <div class="footer-column col-lg-2 col-md-4 col-sm-12"> <div class="footer-widget links-widget"> <h2 class="widget-title"><a href="" >Vereador</a></h2> <div class="widget-content"> <ul class="list"> <li><a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST1PR1U9T1dVPQ==">Vereadores</a></li> </ul> </div> </div> </div> <div class="footer-column col-lg-2 col-md-4 col-sm-12"> <div class="footer-widget links-widget"> <h2 class="widget-title"><a href="" >Sessão</a></h2> <div class="widget-content"> <ul class="list"> <li><a href="?pag=T0RJPU9UYz1PRFE9T1RnPU56az1PVEE9T1RjPU9UZz1PV009TjJVPU9UQT1ZVEE9WVRBPU9XVT1PVFE9WVRRPQ==">Atas</a></li> <li><a href="?pag=T1RFPU9EUT1PVGc9T1RrPU9EWT1PV0U9TnpVPU9HVT1ZVEE9">Pautas</a></li> <li><a href="https:www.camarasantoexpedito.sp.gov.br?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=162">Resumo</a></li> </ul> </div> </div> </div> <div class="footer-column col-lg-2 col-md-4 col-sm-12"> <div class="footer-widget links-widget"> <h2 class="widget-title"><a href="" >Processo Legislativo</a></h2> <div class="widget-content"> <ul class="list"> <li><a href="?pag=T0RJPU9UYz1PVEk9T1RnPQ==&tipo=m">Atos da Mesa</a></li> <li><a href="?pag=T0RJPU9UYz1PVEk9T1RnPQ==&tipo=p">Atos do presidente</a></li> <li><a href="?pag=T1RVPU9HTT1PVE09T1RRPU5tRT1PVFE9T0dNPU9UYz1PR1E9T0dNPQ==">Emendas</a></li> <li><a href="?pag=T0RVPU9UST1PRFk9T1dFPU9UST1PR009T1RVPU9XUT1PVGc9T1dVPQ==&tp=5">Indicações</a></li> <li><a href="?pag=T0RVPU9UST1PRFk9T1dFPU9UST1PR009T1RVPU9XUT1PVGc9T1dVPQ==&tp=4">Moções</a></li> <li><a href="?pag=T1RFPU9UST1PVFU9T1RrPU9EWT1PVGs9T1RBPU9HRT1PV009T0dNPU9Uaz1PV009">Portarias</a></li> <li><a href="?pag=T1RFPU9UVT1PVEk9T0dZPU9HRT1PV0k9T1RZPU9XTT1PV1E9T1dRPU9HTT1PV0U9T1RZPVlUTT1PVEE9T1RRPU9UST1ZVEk9">Projetos em Tramitação</a></li> <li><a href="?pag=T1RVPU9HTT1PVE09T1RRPU9UZz1PVGM9T1RrPU9UZz1PVE09T1RBPU9XWT1PV009WVRBPVlUTT1ZVEU9T1RJPU9XVT1PV009WVRjPU9UWT1PVGs9WVRZPVlXRT0=">Projetos Tramitados</a></li> <li><a href="?pag=T0RVPU9UST1PRFk9T1dFPU9UST1PR009T1RVPU9XUT1PVGc9T1dVPQ==&tp=3">Requerimentos</a></li> </ul> </div> </div> </div> <div class="footer-column col-lg-2 col-md-4 col-sm-12"> <div class="footer-widget links-widget"> <h2 class="widget-title"><a href="" >Financeiro</a></h2> <div class="widget-content"> <ul class="list"> <li><a href="?pag=TmpJPU9UZz1PRGM9T0dVPU9HRT1PVFU9T0dFPU9UST1PR0U9TjJJPVlUQT1PR1k9T1RrPU9UZz1PVEk9T1RJPU56ST1ZVEU9WVRJPVlUZz0=">Audiências Públicas</a></li> <li><a href="?pag=T0RjPU9HTT1PVEU9T0RZPU9UTT1PR0U9T0dNPU9UST1PV0k9T1dFPQ==">Contas Públicas da Câmara</a></li> </ul> </div> </div> </div> <div class="footer-column col-lg-2 col-md-4 col-sm-12"> <div class="footer-widget links-widget"> <h2 class="widget-title"><a href="" >Editais</a></h2> <div class="widget-content"> <ul class="list"> <li><a href="?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVEE9T1dFPQ==&view=LISTA_EDITAIS&tp=2">Concursos</a></li> <li><a href="?pag=T0RRPU9UST1PVEU9T1RrPU9UYz1PRGc9T1dJPU9UZz1PV009T0dFPU9HTT1PV0k9T1dNPVlUST0=">Contratos</a></li> <li><a href="?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVEE9T1dFPQ==&view=LISTA_EDITAIS&tp=3">Licitações</a></li> </ul> </div> </div> </div> <div class="footer-column col-lg-2 col-md-4 col-sm-12"> <div class="footer-widget links-widget"> <h2 class="widget-title"><a href="" >Relatórios</a></h2> <div class="widget-content"> <ul class="list"> <li><a href="?pag=T0dVPU9UST1PRGM9T1dFPU9URT1PVFk9Tm1JPU9UZz1PR009WVRBPU9UZz1PVEk9T1dJPVlUTT1PV1U9WVRRPQ==&tipo_doc=3&view=LIST">Cargos e Salários</a></li> <li><a href="?pag=T0dVPU9UST1PRGM9T1dFPU9URT1PVFk9Tm1JPU9UZz1PR009WVRBPU9UZz1PVEk9T1dJPVlUTT1PV1U9WVRRPQ==&tipo_doc=1&view=LIST">Controle Interno</a></li> <li><a href="?pag=T0dVPU9UST1PRGM9T1dFPU9URT1PVFk9Tm1JPU9UZz1PR009WVRBPU9UZz1PVEk9T1dJPVlUTT1PV1U9WVRRPQ==&tipo_doc=2&view=LIST">Ouvidoria</a></li> </ul> </div> </div> </div> <div class="footer-column col-lg-2 col-md-4 col-sm-12"> <div class="footer-widget links-widget"> <h2 class="widget-title"><a href="" >Expediente</a></h2> <div class="widget-content"> <ul class="list"> <li><a href="https:www.camarasantoexpedito.sp.gov.br?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=139">Expediente da Câmara</a></li> <li><a href="?pag=TmpjPU9UST1PVFU9T1RJPU9XRT1PVE09T0RnPU9XST1PVEk9T1dFPU56RT1PR1U9T1RrPU9UUT1Oekk9WVRBPU9XWT1ZVEk9WVRZPU9UZz1ZVFE9&form=TRUE">Fale Conosco</a></li> </ul> </div> </div> </div> </div> </div>]]>
2180 <![CDATA[<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3703.2051249037786!2d-51.3954067850533!3d-21.849622185559504!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x949155836a1c7fb1%3A0xa8155eb9ce53a1d!2sC%C3%A2mara%20Municipal%20de%20Santo%20Expedito!5e0!3m2!1spt-BR!2sbr!4v1649424428970!5m2!1spt-BR!2sbr" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade5" width="355" height="300" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>]]>
634 <![CDATA[<style> .img_cont_noticia{ border-radius:6px; margin:auto; display: inline-block; } @media (max-width: 520px){ #cont-noticia{ padding-left: 5%; padding-right: 5%; } } </style>]]>
683 <![CDATA[<style> span, p { margin: revert; } ul { padding-inline-start: 40px; } </style>]]>
1346 <![CDATA[<style> <!-- /* Font Definitions */ @font-face {font-family:"Cambria Math"; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:1; mso-generic-font-family:roman; mso-font-pitch:variable; mso-font-signature:0 0 0 0 0 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-536870145 1073786111 1 0 415 0;} @font-face {font-family:Tahoma; panose-1:2 11 6 4 3 5 4 4 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-520081665 -1073717157 41 0 66047 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:""; margin-top:0cm; margin-right:0cm; margin-bottom:8.0pt; margin-left:0cm; line-height:105%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri",sans-serif; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} cssa, span.MsoHyperlink {mso-style-noshow:yes; mso-style-priority:99; color:blue; text-decoration:underline; text-underline:single;} cssa, span.MsoHyperlinkFollowed {mso-style-noshow:yes; mso-style-priority:99; color:#954F72; mso-themecolor:followedhyperlink; text-decoration:underline; text-underline:single;} p.MsoAcetate, li.MsoAcetate, div.MsoAcetate {mso-style-noshow:yes; mso-style-priority:99; mso-style-link:"Texto de balão Char"; margin:0cm; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:8.0pt; font-family:"Tahoma",sans-serif; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-fareast-language:EN-US;} p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph {mso-style-priority:34; mso-style-unhide:no; mso-style-qformat:yes; margin-top:0cm; margin-right:0cm; margin-bottom:8.0pt; margin-left:36.0pt; mso-add-space:auto; line-height:105%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri",sans-serif; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} p.MsoListParagraphCxSpFirst, li.MsoListParagraphCxSpFirst, div.MsoListParagraphCxSpFirst {mso-style-priority:34; mso-style-unhide:no; mso-style-qformat:yes; mso-style-type:export-only; margin-top:0cm; margin-right:0cm; margin-bottom:0cm; margin-left:36.0pt; margin-bottom:.0001pt; mso-add-space:auto; line-height:105%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri",sans-serif; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} p.MsoListParagraphCxSpMiddle, li.MsoListParagraphCxSpMiddle, div.MsoListParagraphCxSpMiddle {mso-style-priority:34; mso-style-unhide:no; mso-style-qformat:yes; mso-style-type:export-only; margin-top:0cm; margin-right:0cm; margin-bottom:0cm; margin-left:36.0pt; margin-bottom:.0001pt; mso-add-space:auto; line-height:105%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri",sans-serif; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} p.MsoListParagraphCxSpLast, li.MsoListParagraphCxSpLast, div.MsoListParagraphCxSpLast {mso-style-priority:34; mso-style-unhide:no; mso-style-qformat:yes; mso-style-type:export-only; margin-top:0cm; margin-right:0cm; margin-bottom:8.0pt; margin-left:36.0pt; mso-add-space:auto; line-height:105%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri",sans-serif; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} p.msonormal0, li.msonormal0, div.msonormal0 {mso-style-name:msonormal; mso-style-unhide:no; mso-margin-top-alt:auto; margin-right:0cm; mso-margin-bottom-alt:auto; margin-left:0cm; mso-pagination:widow-orphan; font-size:12.0pt; font-family:"Times New Roman",serif; mso-fareast-font-family:"Times New Roman"; mso-fareast-theme-font:minor-fareast;} span.TextodebaloChar {mso-style-name:"Texto de balão Char"; mso-style-noshow:yes; mso-style-priority:99; mso-style-unhide:no; mso-style-locked:yes; mso-style-link:"Texto de balão"; mso-ansi-font-size:8.0pt; mso-bidi-font-size:8.0pt; font-family:"Tahoma",sans-serif; mso-ascii-font-family:Tahoma; mso-hansi-font-family:Tahoma; mso-bidi-font-family:Tahoma;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; font-size:10.0pt; mso-ansi-font-size:10.0pt; mso-bidi-font-size:10.0pt; font-family:"Calibri",sans-serif; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} @page WordSection1 {size:595.3pt 841.9pt; margin:70.85pt 3.0cm 70.85pt 3.0cm; mso-header-margin:35.4pt; mso-footer-margin:35.4pt; mso-paper-source:0;} div.WordSection1 {page:WordSection1;} --> </style>]]>
1893 <![CDATA[<style type="text/css"> .cookiealert { position: fixed; bottom: 0; left: 0; width: 100%; margin: 0 !important; z-index: 999; opacity: 0; visibility: hidden; border-radius: 0; transform: translateY(100%); transition: all 500ms ease-out; color: #ecf0f1; background: #212327; } .cookiealert.show { opacity: 1; visibility: visible; transform: translateY(0%); transition-delay: 1000ms; } .cookiealert a { text-decoration: underline; color: #337ab7 !important; } .cookiealert .acceptcookies { margin-left: 10px; vertical-align: baseline; } .btn-primary{ color: #fff !important; background-color: #337ab7 !important; border-color: #2e6da4 !important; } </style>]]>
59 <![CDATA[<script> //verificação se o vlibras está OnLine ou OffLine var xhr = new XMLHttpRequest(); var url = "https://vlibras.gov.br/doc/widget/"; xhr.open("GET", url, true); //Defina TRUE //Usando callback xhr.onreadystatechange = function () { if(xhr.status >= 200 && xhr.status < 300) { // A página está online. new window.VLibras.Widget('https://vlibras.gov.br/app'); } else { //página está offline } }; xhr.send(null); </script>]]>
103 <![CDATA[<script> function abrirAba() { if($("div.dropAba").css("display")=="none"){ $("div.dropAba").show(); }else{ $("div.dropAba").hide(); } } </script>]]>
113 <![CDATA[<script> $(document).ready(function(){ //***********************************************************************************Faz o aumentar e diminuir a fonte********************* function aumentaFonte(sinal) { if(sinal == '+') { novoTamanho = parseInt(sessionStorage.fonte_atual)+ 2; } else { novoTamanho = parseInt(sessionStorage.fonte_atual)- 2; } if(novoTamanho >= 8/*12*/ && novoTamanho <= 22/*18*/){ sessionStorage.fonte_atual = novoTamanho; $("*").css('font-size' , novoTamanho); } } if(!sessionStorage.fonte_atual > 0){ sessionStorage.fonte_atual = $('body').css('font-size'); } $('.acess-texto').click(function(){ aumentaFonte($(this).attr('data-sinal')) }); //*********************************************************************************************************Fim acessibilida fonte********** //***********************************************************************************Contraste********************************************* function mudaContraste(contraste){ if(typeof sessionStorage.contraste != "undefined"){ var padrao = JSON.parse(sessionStorage.contrastePadrao); } if(contraste == 1){ location.reload(); $('body').css('background-color' , padrao.body ); $('.navbar-default').css('background-color' , padrao.navbardefault ); $('header').css('background-color' , padrao.header ); $('.bgAzulescuro').css('background-color' , padrao.bgAzulescuro ); $('.tituloBox ').css('color' , padrao.tituloBox ); $('.textoBox ').css('color' , padrao.textoBox ); $('.box').css('background' , padrao.box ); $('.box2').css('background' , padrao.box2 ); $('.mapa_site').css('background-color' , padrao.mapa_site ); $('.copy').css('background-color' , padrao.copy ); $('.panel-heading').css('background-color' , padrao.panelheading ); $('.border5pxAzul').css('border-top' , padrao.border5pxAzul ); $('#areaMeioPag *').css('color' , padrao.areaMeioPag ); $('.linksNoticias ').css('color' , padrao.linksNoticias ); $('#legendas a').css('color' , padrao.legendas_a ); $('.listaVereadores').css('color' , padrao.listaVereadores ); $('.dropdown-menu').css('background' , padrao.dropdownmenu ); $('.titulo_noticia').css('color' , padrao.tituloNoticia ); $('.subtitulo_noticia').css('color' , padrao.subtituloNoticia ); $('.chamada_noticia').css('color' , padrao.chamadaNoticia ); $('.tituloPagina').css('color' , padrao.tituloPagina ); $('.listaUltimasGalerias div').css('color' , padrao.listaUltimasGalerias ); $( "tr" ).css( "background-color", "" ); $( ".table-striped > tbody > tr:nth-of-type(odd)" ).css( "background-color", "" ); $('.tiposBuscador').css('color' , padrao.tiposBuscador ); $('.dropdown-toggle').css('color' , padrao.dropdown-toggle ); $('.paddingLeft0px').css('color' , padrao.paddingLeft0px); $('.breadcrumb').css('color' , padrao.breadcrumb); $('.form-control').css('color' , padrao.form-control); $('.pagination > li > a, .pagination > li > span').css("background-color", ""); $('.numberDiaAcess').css('color', padrao.numberDiaAcess); $('.legendaAcess').css('color', padrao.legendaAcess); $('.list-group-item').css('color', padrao.list-group-item); $('.tituloBoxEnquete').css('color', padrao.tituloBoxEnquete); $('.radioEnquete').css('color', padrao.radioEnquete); $('.page-wrapper').css('background-color', padrao.page-wrapper); $('.sec-title > h3').css('color', padrao.sec-title_h3); $('.text').css('color', padrao.text); $('.info-box').css('background-color', padrao.team-block); $('.lower-content').css('background-color', padrao.lower-content); $('.lower-content .text').css('color', padrao.lower-content .text); $('.text-2').css('color', padrao.text-2); $('.textomenu').css('color', padra.textomenu); $('img').each(function(){ //percorre todas imagens da tela e se tiver image de contraste retorna para normal if($(this).attr("data-contraste") == 1){//adicionar na tag da imagem que tiver outra de contraste var arraySrc = $(this).attr("src").split('/'); Newarray = arraySrc.filter((value)=>value!='contraste'); neWarraySrc = Newarray.join("/"); $(this).attr("src" , neWarraySrc ); } }); }else if(contraste == 0){ $('body').css('background-color' ,'#000000'); $('.navbar-default').css('background-color' ,'transparent' ); $('header').css('background-color' , '#585858' ); $('.bgAzulescuro').css('background-color' ,'#000' ); $('.tituloBox').css('color' ,'yellow' ); $('.textoBox').css('color' ,'yellow' ); $('.box').css('background' ,'transparent' ); $('.box2').css('background' ,'transparent' ); $('.mapa_site').css('background-color' , '#585858' ); $('.copy').css('background-color' ,'#000' ); $('.panel-heading').css('background-color' ,'#585858' ); $('.border5pxAzul').css('border-top' ,'0' ); $('#areaMeioPag *').css('color' ,'#FFF' ); $('.linksNoticias ').css('color' ,'#FFF' ); $('#legendas a').css('color' ,'#FFF' ); $('.listaVereadores').css('color' ,'#FFF' ); $('.titulo_noticia').css('color' ,'#FFF' ); $('.subtitulo_noticia').css('color' ,'#FFF' ); $('.chamada_noticia').css('color' ,'#FFF' ); $('.listaUltimasGalerias div').css('color' ,'yellow' ); $('.tituloPagina').css('color' ,'#FFF' ); $('.dropdown-menu').css('background-image', 'url( "https://www.weblinesistemas.com/responsivo/imagens/submenu_preto.png" )'); $( "tr" ).css( "background-color", "#000000" ); $( ".table-striped > tbody > tr:nth-of-type(odd)" ).css( "background-color", "#42545d" ); $('.tiposBuscador').css('color' , '#FFF'); $('.btn-default').css('color' , '#333'); $('.dropdown-toggle').css('color' , 'white' ); $('.paddingLeft0px').css('color' , '#FFF'); $('.breadcrumb').css('background-color' , 'transparent'); $('.form-control').css('color' , '#555'); $('.pagination > li > a, .pagination > li > span').css("background-color", "transparent"); $('.numberDiaAcess').css('color', '#FFF'); $('.legendaAcess').css('color', '#FFF'); $('.list-group-item').css('background-color', '#000'); $('.tituloBoxEnquete').css('color', '#a5a2a2'); $('.radioEnquete').css('color', '#a5a2a2'); $('.page-wrapper').css('background-color', '#0000'); $('.sec-title > h3').css('color', '#FFF'); $('.text').css('color', '#FFF'); $('.info-box').css('background-color', '#fff'); $('.lower-content').css('background-color', '#FFF'); $('.lower-content .text').css('color', '#000'); $('.text-2').css('color', '#FFF'); $('.textomenu').css('color', '#FFF'); $('img').each(function(){ //percorre todas imagens da tela e se tiver image de contraste retorna para normal if($(this).attr("data-contraste") == 1){//adicionar na tag da imagem que tiver outra de contraste var arraySrc = $(this).attr("src").split('/'); arraySrc.splice( arraySrc.length-1 ,0 ,'contraste'); neWarraySrc = arraySrc.join("/"); $(this).attr("src" , neWarraySrc ); } }); } } if(sessionStorage.contraste == 0){ mudaContraste(sessionStorage.contraste); } if(typeof sessionStorage.contraste == "undefined"){ sessionStorage.contraste = 1; //inicializa a session sessionStorage.contrastePadrao = JSON.stringify({ body:$('body').css('background-color'), header:$('header').css('background-color'), navbardefault:$('.navbar-default').css('background-color'), bgAzulescuro:$('.bgAzulescuro').css('background-color'), tituloBox :$('.tituloBox ').css('color'), textoBox :$('.textoBox ').css('color'), box :$('.box').css('background'), box2 :$('.box2').css('background'), mapa_site :$('.mapa_site').css('background-color'), border5pxAzul :$('.border5pxAzul').css('border-top'), panelheading :$('.panel-heading ').css('background-color'), copy :$('.copy ').css('background-color'), areaMeioPag :$('#areaMeioPag ').css('color'), linksNoticias :$('.linksNoticias ').css('color'), legendas_a : $('#legendas a').css('color'), listaVereadores : $('.listaVereadores').css('color'), dropdownmenu : $('.dropdown-menu').css('background'), tituloNoticia : $('.titulo_noticia').css('color'), subtituloNoticia : $('.subtitulo_noticia').css('color'), chamadaNoticia : $('.chamada_noticia').css('color'), listaUltimasGalerias : $('.listaUltimasGalerias div').css('color'), tituloPagina : $('.tituloPagina').css('color'), }); //Obj com as tags para mudar a cor e guardar o valor padrao. } $('.acess-contraste').click(function(){ sessionStorage.contraste = sessionStorage.contraste == 1 ? 0 : 1 ; mudaContraste(sessionStorage.contraste); }); //*********************************************************************************************************Fim Contraste********** }); </script>]]>
1801 <![CDATA[<script> $( ".textoNoticia a" ).each(function() { if($(this).attr('href')==null){ $(this).css("text-decoration","none"); if($(this).css("color")=="#337ab7" || $(this).css("color")=="rgb(51, 122, 183)"){ $(this).css("color","#000000"); } } }); $( ".MsoNormalTable" ).removeAttr( "align" ); $( "#cont-noticia .breadcrumb-item" ).removeClass( "breadcrumb-item" ); </script>]]>
1837 <![CDATA[<script> $(document).ready(function() { var $lightbox = $('#lightbox'); $('[data-target="#lightbox"]').on('click', function(event) { var $img = $(this).find('img'), src = $img.attr('src'), alt = $img.attr('alt'), css = { 'maxWidth': $(window).width() - 100, 'maxHeight': $(window).height() - 100 }; $lightbox.find('.close').addClass('hidden'); $lightbox.find('img').attr('src', src); $lightbox.find('img').attr('alt', alt); $lightbox.find('img').css(css); }); $lightbox.on('shown.bs.modal', function (e) { var $img = $lightbox.find('img'); $lightbox.find('.modal-dialog').css({'width': $img.width()}); $lightbox.find('.close').removeClass('hidden'); }); }); </script>]]>
1875 <![CDATA[<script> $(document).ready(function(){ (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = 'https://connect.facebook.net/pt_BR/sdk.js#xfbml=1&version=v3.1'; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk')); }); </script>]]>
1941 <![CDATA[<script type="text/javascript"> (function () { "use strict"; var cookieAlert = document.querySelector(".cookiealert"); var acceptCookies = document.querySelector(".acceptcookies"); if (!cookieAlert) { return; } cookieAlert.offsetHeight; // Force browser to trigger reflow // Show the alert if we cant find the "acceptCookies" cookie if (!getCookie("acceptCookies")) { cookieAlert.classList.add("show"); } // When clicking on the agree button, create a 1 year // cookie to remember user's choice and close the banner acceptCookies.addEventListener("click", function () { setCookie("acceptCookies", true, 365); cookieAlert.classList.remove("show"); // dispatch the accept event window.dispatchEvent(new Event("cookieAlertAccept")); $.ajax({ url: "indexAjax.php?pag=T1RRPU9EUT1PR1k9T1dJPU9EWT1ObUk9T0RnPU9HUT1PVGc9T1dVPU5tVT1PV009T1dNPU9XRT1PVGc9T1RZPVlUUT0=", context: document.body }).done(function() { $( this ).addClass( "done" ); }); }); // Cookie functions from w3schools function setCookie(cname, cvalue, exdays) { var d = new Date(); d.setTime(d.getTime() + (exdays * 24 * 60 * 60 * 1000)); var expires = "expires=" + d.toUTCString(); if(location.protocol == 'https:'){ document.cookie = cname + "=" + cvalue + ";" + expires + ";path=/;SameSite=None;Secure"; }else{ document.cookie = cname + "=" + cvalue + ";" + expires + ";"; } } function getCookie(cname) { var name = cname + "="; var decodedCookie = decodeURIComponent(document.cookie); var ca = decodedCookie.split(';'); for (var i = 0; i < ca.length; i++) { var c = ca[i]; while (c.charAt(0) === ' ') { c = c.substring(1); } if (c.indexOf(name) === 0) { return c.substring(name.length, c.length); } } return ""; } })(); </script>]]>
2007 <![CDATA[<script> function abrirMapaSite() { if($("div.mapa_site").css("display")=="none"){ $("div.mapa_site").show(); } else { $("div.mapa_site").hide(); } } </script>]]>