<table width="85%" border="1" cellspacing="0" cellpadding="0" align="center">
<tr bgcolor="#FF6666">
<td>
<center>
<font color="#FFFFFF">View All Accounts</font>
</center>
</td>
</tr>
<tr>
<td height="95">
<form method="post">
<div align="left">Inactive Accounts:<br>
<table width="100%">
<tr bgcolor="#FF0000">
<td width="4%"><font color="#FFFFFF"></font></td>
<td width="52%"><font color="#FFFFFF">Account User</font></td>
<td width="44%"><font color="#FFFFFF">Used Webspace</font></td>
</tr>
</table>
<center>
<table width="100%" border="1">{{INACTIVE}}</table>
</center>
<br>
Active Accounts:<br>
</div>
<table width="100%">
<tr bgcolor="#3399FF">
<td width="4%"><font color="#FFFFFF"></font></td>
<td width="52%" bgcolor="#3399FF"><font color="#FFFFFF">Account User</font></td>
<td width="44%"><font color="#FFFFFF">Used Webspace</font></td>
</tr>
</table>
<center>
<table width="100%" border="1">{{ACTIVE}}</table>
<input type="submit" name="funcbtn" value="<< Back">
<input type="submit" name="funcbtn" value="Delete All Inactive Accounts">
<input type="submit" name="funcbtn" value="Delete Accounts">
</center>
<center>
</center>
</form>
</td>
</tr>
</table>