




document.write("<STYLE> " +
	"A:link{color:#000000} " +
	"A:visited{color:#000000} " +
	"A:hover{color:#b51111} " +
	"img { border-color: #000000; } " +
	"body,td,table,div,span { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #221111 } " +
	"body { margin: 0px; " +
	"background-color: #e6e6e6; " +
	"background-image: url(image/bgstrip.gif); " +
	"background-repeat: repeat-x; " +
	"text-align: center; } " +
	"table { border-collapse : collapse; width:100%; } " +
	"td { padding : 0px; border : 0px; } " +
	".header { font-size: 13px; font-weight: bold; } " +
	".titlefont { font-size: 16px; font-weight: bold; } " +
	"</STYLE>");




function writeTop() {
    document.write("<center>");
    document.write("<table align=center width='100%' height='100%' cellpadding=0 cellspacing=0 border=0><tr><td valign=middle align=center>");
    document.write("<TABLE align=center WIDTH=640 BORDER=0 CELLPADDING=0 CELLSPACING=0>");
    document.write("<TR><TD><a href='http://www.pervasivestudios.com'><IMG SRC='http://www.pervasivestudios.com/image/main/maintitle.gif' WIDTH=640 HEIGHT=45 border=0></a></TD></TR>");
    document.write("<TR><TD><IMG SRC='http://www.pervasivestudios.com/image/main/pixelwhite.gif' WIDTH=640 HEIGHT=30></TD></TR>");

    document.write("<tr><td align=center valign=middle>");
}



function writeBottom() {
    document.write("</td></tr>");


    document.write("<TR><TD><IMG SRC='http://www.pervasivestudios.com/image/main/pixelwhite.gif' WIDTH=640 HEIGHT=30></TD></TR>");
    document.write("<TR><TD><IMG SRC='http://www.pervasivestudios.com/image/main/mainbottom.gif' WIDTH=640 HEIGHT=52></TD></TR>");

    document.write("</table>");
    document.write("</td></tr></table>");
    document.write("</center>");
}







