if (document && document.all) {
	document.writeln("<STYLE TYPE=\"text/css\">");
	document.writeln(".scrollRect {");
	document.writeln("	overflow: scroll;");
	document.writeln("	scrollbar-3dlight-color : #FFFFFF;");
	document.writeln("	scrollbar-arrow-color : #FFFFFF;");
	document.writeln("	scrollbar-base-color : #CAD3D5;");
	document.writeln("	scrollbar-darkshadow-color : #FFFFFF;");
	document.writeln("	scrollbar-face-color : #CAD3D5;");
	document.writeln("	scrollbar-highlight-color : #CAD3D5;");
	document.writeln("	scrollbar-shadow-color : #CAD3D5;");
	document.writeln("	scrollbar-track-color : #FFFFFF;");
	document.writeln("}");
		document.writeln(".scrollRect1 {");
	document.writeln("	overflow: scroll;");
	document.writeln("	scrollbar-3dlight-color : #FFFFFF;");
	document.writeln("	scrollbar-arrow-color : #FFFFFF;");
	document.writeln("	scrollbar-base-color : #CAD3D5;");
	document.writeln("	scrollbar-darkshadow-color : #FFFFFF;");
	document.writeln("	scrollbar-face-color : #CAD3D5;");
	document.writeln("	scrollbar-highlight-color : #CAD3D5;");
	document.writeln("	scrollbar-shadow-color : #CAD3D5;");
	document.writeln("	scrollbar-track-color : #FFFFFF;");
	document.writeln("}");
	document.writeln("</STYLE>");
}
