/* CSS Document */

table.titulo_newsletter {
	height: 0px;
}
td.titulo_newsletter {
	padding: 0px 0px 0px 15px;
	font: bold 12px "Trebuchet MS", Tahoma, Verdana;
	color:#5977AB;
	vertical-align: top;
}
table.corpo_newsletter {
	table-layout:fixed;

}
td.corpo_newsletter {
	padding: 3px 10px 0px 15px;
	background: none;
	color: #5D5D5D;
	font: 11px Tahoma, Verdana, Arial;
	border-left: none;
	border-right: none;
}