document.writeln("<table class = \"redboxright\">");
document.writeln("<tr>");
document.writeln("	<th class = \"redbox\">");
document.writeln("	Forms Quick Find");
document.writeln("	</th>");
document.writeln("</tr>");
document.writeln("");
document.writeln("<tr> ");
document.writeln("	<td class = \"small\">");
document.writeln("	If you are looking for a form, you should be able to locate it in our central forms repository.");
document.writeln("	<br/>");
document.writeln("	<img border = \"0\" width = \"6\" height = \"8\" src = \"/images/gif/bullet.gif\">");
document.writeln("	<a href = \"/forms.html\">Forms Quick Find</a>");
document.writeln("	</td>");
document.writeln("</tr>");
document.writeln("</table>");
