<tpl:cell>
<div align="right"><tpl:foo /></div>
</tpl:cell>
<tpl:main>
<html>
<head>
<title><tpl:title /></title>
<style>
td, body { font-family: Verdana, Helvetica, Arial; font-size: 11px; }
</style>
</head>
<body>
<center>
<b><tpl:title /></b>
<br /><br />
<table cellpadding=0 cellspacing=0 bgcolor=#000000>
<tr>
<td>
<table border=0 cellpadding=5 cellspacing=1>
<tpl:row>
<tr>
<td bgcolor=#ffffff><b><tpl:index /></b></td>
<tpl:entry>
<td bgcolor="#<tpl:color />">
<font color="#<tpl:font_color />"><tpl:value /></font>
</td>
</tpl:entry>
</tr>
</tpl:row>
</table>
</td></tr></table>
</center>
</body>
</html>
</tpl:main> |