this.IE=0;
this.IEapp=(navigator.appName=="Microsoft Internet Explorer") ? 1 : 0;
if(this.IEapp) {
	document.writeln("<style type='text/css'>");
	document.writeln(".text {height: 18px;}");
	document.writeln("#quicksearch .submit {padding-top: 2px;height: 18px;}");
	document.writeln("#bottom div {margin-right:0px;}");
	document.writeln("#content {width: 100%;}");
	document.writeln("#content.marginright {margin-right: 212px;}")
	document.writeln("</style>");
}