					document.write('<STYLE TYPE="text/css"><!--');


					document.write('	BODY { background-color: #333366;}	');


					document.write('	P { font: 7.5pt/15pt "trebuchet ms","arial","helvetica"; color:#ffffff }	');
					document.write('	.thmtable { border:solid #ccccff 1px; background-color:#666699; }	');

// The style must accommodate Netscape Macintosh's infuriating font sizing
if (isNav && isMac) {
					document.write('	.copy { font: 9pt/15pt "trebuchet ms","arial","helvetica"; color:#ffffff }	');
					document.write('	.nsMc { font: 9pt/15pt "trebuchet ms","arial","helvetica"; color:#ffffff; padding-bottom:6px }	');
					document.write('	.instruct { font: 9pt/11pt "trebuchet ms","arial","helvetica"; color:#bbbbee }	');
					document.write('	A { font: 10pt/15pt "trebuchet ms","arial","helvetica"; color:#ccccff }	');

}
else {
					document.write('	.copy { font: 7.5pt/15pt "trebuchet ms","arial","helvetica"; color:#ffffff }	');
					document.write('	.nsMc { font: 7.5pt/15pt "trebuchet ms","arial","helvetica"; color:#ffffff }	');
					document.write('	.instruct { font: 7.5pt/10pt "trebuchet ms","arial","helvetica"; color:#bbbbee}	');
					document.write('	A { font: 7.5pt/15pt "trebuchet ms","arial","helvetica"; color:#ccccff; text-decoration: none }	');
}
					document.write('	A:visited {color: #ccccff; text-decoration: none}	');
					document.write('	A:hover {color: #eeeeff; text-decoration: none}	');
					document.write('	A:active {color: #ccccff; text-decoration: none}	');
					document.write('	.img { font: 4pt/5pt "trebuchet ms";}	');
					document.write('	.thumbName { font: bold 10pt/19pt "trebuchet ms";}	');
		
					document.write('	TD { }	');
// The style must accommodate Netscape Macintosh's infuriating font sizing
if (isNav && isMac)	document.write('	.paragraph { font: 9pt/18pt "trebuchet ms","arial","helvetica"; color:#ffffff }	');
else				document.write('	.paragraph { font: 7.5pt/15pt "trebuchet ms","arial","helvetica"; color:#ffffff}	');
					document.write('	.testimon { font: 9pt/18pt "trebuchet ms","arial","helvetica"; color:#ffffff; padding-bottom:6px}	');
					document.write('	.shad1 { background-color: #37366d; }	');
					document.write('	.shad2 { background-color: #3f3c7d; }	');
					document.write('	.shad3 { background-color: #333399; }	');
					document.write('	.panel { background-color: #666699; }	');
					document.write('	.frame { background-color: #ccccff; }	');
					document.write('	.dark { background-color: #3d3d5c; }	');
					document.write('	.black { background-color: #000000; }	');
					document.write('	.back { background-color: #333366; }	');
					
					document.write('//--></STYLE>');
