<!-- Hide me from lame browsers  function CC_noErrors() { return true; }  window.onerror = CC_noErrors; // --> 



if (/MSIE (\d+\.\d+);/.test(navigator.userAgent))


{

 var ieversion=new Number(RegExp.$1) // capture x.x portion and store as a number
 if (ieversion>=8)
		{
		document.write('<style type="text/css">html{  scrollbar-arrow-color: #2D8BD9;scrollbar-3dlight-color: #042C48;scrollbar-highlight-color: #000000;scrollbar-face-color: #D1DBE2;scrollbar-shadow-color: #042C48;scrollbar-darkshadow-color: #042C48;scrollbar-track-color:#BDCBD5;overflow-x: hidden; }</style>');}

 else if (ieversion>=7)
{
document.write('<style type="text/css">html{  scrollbar-arrow-color: #2D8BD9;scrollbar-3dlight-color:#000000;scrollbar-highlight-color: #000000;scrollbar-face-color: #D1DBE2;scrollbar-shadow-color: #042C48;scrollbar-darkshadow-color: #042C48;scrollbar-track-color:#BDCBD5;overflow-x: hidden; }</style>');}
 

		else if (ieversion>=6)
			{
			document.write('<style type="text/css">html{  scrollbar-arrow-color: #2D8BD9;scrollbar-3dlight-color: #042C48;scrollbar-highlight-color: #000000;scrollbar-face-color: #D1DBE2;scrollbar-shadow-color: #042C48;scrollbar-darkshadow-color: #042C48;scrollbar-track-color:#BDCBD5;overflow-x: hidden; }</style>');}
 else if (ieversion>=5)
 	{document.write('<style type="text/css">html{  scrollbar-arrow-color: #2D8BD9;scrollbar-3dlight-color: #042C48;scrollbar-highlight-color:#000000;scrollbar-face-color: #D1DBE2;scrollbar-shadow-color: #042C48;scrollbar-darkshadow-color: #042C48;scrollbar-track-color:#BDCBD5;overflow-x: hidden; }</style>');}



}
