browser = navigator.appName
if(browser.indexOf("Microsoft")!=-1)
{
	document.write('<style type="text/css">body {scrollbar-face-color: #7f7f7f; scrollbar-highlight-color: #CCCCCC; scrollbar-3dlight-color: #000000; scrollbar-track-color: #ffffff; scrollbar-arrow-color: #ffffff;}</style>');
}

