<!-- Begin GRAPHIC HEADER

var tablecolor		= "FFFFFF"		// HEADER BACKGROUND COLOR

document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%" bgcolor="#'+tablecolor+'"><tr><td align="center" valign="top">');
document.write('<a href="index.html"><img src="picts/logo.jpg" border="0"></a><br>');
document.write('</td></tr></table>');

//  End -->
