function BeginPage () {
	document.write('<table width="750" align="left" cellpadding="0" cellspacing="0" class="border">');
 		 document.write('<tr>');
  		  document.write('<td>');
			<!--Interior table containing the rest of the data-->'
			document.write('<table width="750" border="0" align="left" cellpadding="0" cellspacing="0">');
    		  document.write('<tr>');
     		   document.write('<td><img alt="" src="topbannerv3.jpg" width="750" height="150"></td>');
    		  document.write('</tr>');
    		  document.write('<tr>');
     		   document.write('<td valign="top"><p><br></p>');
				<!--Table containing all text-->
        		  document.write('<table width="700" border="0" align="center" cellpadding="0" cellspacing="0">');
         		   document.write('<tr>');
        		      document.write('<td class="main_style">');
}
								 
function EndPage () {
				document.write('</td>');
          		  document.write('</tr>');
        		  document.write('</table>');       
        		  document.write('<p><br></p>');
				document.write('</td>');
    		  document.write('</tr>');
  		  document.write('</table></td>');
 		 document.write('</tr>');
		document.write('</table>');
}
