When I insert simple HTML as listed below it wants to barf on the NBSP tag.
<div class="Section1"> </div>
<div class="Section1"> </div>
<div class="Section1">
<table cellspacing="2" cellpadding="2" width="500" border="0">
<tbody>
<tr>
<td>asdf</td>
<td style="color: red">asdf</td>
</tr>
<tr>
<td>asdf</td>
<td>asdf</td>
</tr>
</tbody>
</table>
</div>
<div class="Section1"> </div>
<p class="MsoNormal"><o:p> </o:p></p>