div#Politicos h3{
  
  font-size:18px;
  font-weight:bold;
  color:#006699;
  
  margin-bottom:15px;
  padding:5px 0px 5px 0px;
  
  border-top-width:1px;
  border-top-style:solid;
  border-top-color:#E5E5E5;
  
  border-bottom-width:1px;
  border-bottom-style:dashed;
  border-bottom-color:#CCCCCC;
  }
  
div#Politicos span.Nome{
  
  font-size:14px;
  font-family:"Trebuchet MS", Verdana, Helvetica, sans-serif;
  color:#006699;
  font-weight:bold;
  }
  
div#Politicos span.Separador{
  
  display:block;
  height:1px;
  
  margin:10px 0px 20px 0px;
  
  border-top-width:1px;
  border-top-style:dashed;
  border-top-color:#CCCCCC;
  }
