/* CSS Document */

table.titulo_newsletter {
	height: 28px;
}
td.titulo_newsletter {
    background: url(../images/news.gif) no-repeat 0px 0px ;
	padding: 0px 0px 0px 0px;
	font: none;
	color:none;
	vertical-align: top;
}
table.corpo_newsletter {
	table-layout:fixed;

}
td.corpo_newsletter {
	padding: 0px 20px 8px 0px;
	background: none;
	color: #4F4F4F;
	font: 9px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border-left: none;
	border-right: none;
}