this.IE=0;
this.IEapp=(navigator.appName=="Microsoft Internet Explorer") ? 1 : 0;
if(this.IEapp) {
	document.writeln('<link href="/css/extended.css" rel="stylesheet" type="text/css" media="print">');
	document.writeln("<style type='text/css'>");
	document.writeln("body {margin-top:-8px;}");
	document.writeln("#corp #menu div div.showsub {margin-top:-8px;}");
	document.writeln("#center #toppic {background-position: 0px 0px;}");
	document.writeln("#center #menu div div.showsub {margin-top:-8px;}");
	document.writeln("#content div.inner{width:100%}");
	document.writeln("div.maxheight {width: 100%;}");
	document.writeln("div.maxheight div.maxinner {width: 100%;}");
	document.writeln("#corp #twocolumn div.maxheight div.maxinner {width: 400px;}");
	document.writeln("#corp #twocolumn div.right div.maxheight div.maxinner {width: 502px;}");
	document.writeln("#twocolumn {width: 100%;}");
	document.writeln(".quicklink.faded img {{filter: Alpha(opacity=30)}}")
	document.writeln("#newsscroller {margin-top: 28px;margin-left: -190px;}")
	document.writeln("</style>");
}