<!-- Begin


var color		= "1442b7"		// HEADER BACKGROUND COLOR
var headerheight	= "79"			// HEADER HEIGHT (IN PIXELS)


document.write('<TABLE cellpadding=0 cellspacing=0 border=0 width="100%" height="'+headerheight+'" bgcolor="#'+color+'"><tr><td ALIGN="left" VALIGN="center" width="10000">');
document.write('<IMG SRC="/picts/logo.jpg" border="0">'); 
document.write('</td><td width="100%" style="background-image:url(/picts/logoFiller.jpg);">');
document.write('</td></tr></table>');



//  End -->

