  div#corpo {
    border: 1px solid #000;
    padding: 20px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 150%;
  }
  
  div#corpo div.endereco {
    text-align: right;
    font-size: 10px;
  }
  
  div#corpo h1 {
    margin: 0;
    padding: 0;
    font-family: "Century Gothic","Trebuchet MS",Verdana,Helvetica,sans-serif;
    font-size: 30px;
    line-height: 120%;
    font-weight: bold;
    color: #333;
  }

  div#corpo em.excerpt {
    display: block;
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 150%;
  }

    div#corpo span.subTit {
    	display: block;
    	padding: 3px;
    	font-size: 11px;
    	font-weight: bold;
    	margin: 20px 0 0 0;
    	background: #FFEA97;
    	border-bottom: 1px solid #fc0;
    	color: #9B7C00;
    }
    
    div#corpo span.imgBox {
    	width: 212px;
    	float: right;
    	background: #efefef;
    	padding: 5px;
    	font-size: 10px;
    	line-height: 150%;
    	voice-family: "\"}\"";
    	voice-family: inherit;
    	width: 202px;
    }
    
    div#corpo span.imgBox img { display: block; border: 1px solid #333; }
    div#corpo h4 { font-size: 20px; margin-top: 20px !important; }
    div#corpo blockquote {
      margin: 0; 
      border-left: 5px solid #ccc; 
      background-color: #ececec; 
      padding: 10px;
    }

span.clearFull {
  display: block;
  clear: both;
}

