bname=navigator.appName
if (bname.indexOf("Microsoft")!=-1)
{
	document.write('<style type="text/css">body {scrollbar-face-color: #6699CC; scrollbar-highlight-color: #f1f1f1; scrollbar-3dlight-color: #00277C; scrollbar-track-color: #ffffff; scrollbar-arrow-color: #00277C;}</style>');
}