@import url(estilo.css);

#corpo
{   
	width: 100%;
    text-align:	justify;
    padding-left: 20px;
    font-size: 8pt;
    margin-bottom: 40px;
    clear:both;
}
a{color: #000;}

p{
	margin-top: 5px;
	font-weight: normal;
}  

#texto
{
    margin-top: 10px;
    font-weight: normal;
    font-size: 8pt;
    color: #000000;
    font-style: normal;    
}

li{
	list-style-image: url(../imagens/tm_bullet.gif);	
	margin-top: 15px;	
}
  
table.listaLeis {
    background-color: #D8E5B8;    
    width: 98%;    
    border:0;
}
table.listaLeis tr td {    
    background-color: #FFF; 
    padding: 2px;        
}
table.listaLeis tr th {color: #000;}
table.listaLeis tr th.titulo {
    background-color: #FFF;
    font-weight: bold;
    color: #000;
    text-align: left;
    padding: 2px;
}


.botao {
    height: 20px;
    padding-left: 3px;
    padding-right: 3px;
    border-right: #ffffff 1px solid;
    font-weight: bold;
    font-size: 8pt;
    border-left: #ffffff 1px solid;
    color: #ffffff;
    font-style: normal;
    background-color: #55774c;
}
.mensagem {
    color: red;
}
.destaque{
  color:#3333ff;
}

img.icon
{
    border: none;
    vertical-align: middle;
}

ul.links li, em
{
    font-size: 12px;
	font-weight: bold;
}


ul.manuais
{
    margin-bottom: 30px;
}

ul.manuais, ul.manuais *
{
    font-size: 11px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

ul.manuais li
{
    list-style-image: url(/imagens/tm_bullet.gif);	
	margin-top: 25px;
}

ul.manuais p.notaArquivosParaDownload
{
    background-image: url('/imagens/tm_bullet2.gif');
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding: 12px 0 0 12px;
}

ul.manuais li ul.arquivosParaDownload li
{
    list-style: none;
    list-style-image:none; /* IE soh some com a img assim */
	margin-top: 10px;
	margin-left: 25px;
} 

ul li.menuAcesso span 
{
    color:#CC0033;
    font-weight:bold;
}

ul li.menuAcesso a
{
    font-weight:bold;
    padding-left: 20px;
	padding-right: 30px;
}

