// styleMacNet applies to older versions of Netscape (pre Version 6) on Macintosh// stylePCWin is not in use at present// stylePCNet applies to Netscape on Windows, Opera on WindowsstyleMacNet=new String("<style type='text/css'>P,H5,H6,LI,OL,UL,.para {font-size: small;}.hdrbrTtl,.hdrbrTtlWhite,.newsItemText,.BiggerText{font-size:medium}#focusBox,#focusBoxOpps,#focusBoxYP{width: 110px;}</style>");styleMacWin=new String("<style type='text/css'>P{margin-bottom: 2px;}HR{margin-top: 5px;margin-bottom: -2px;}</style>");stylePCWin=new String("<style type='text/css'>P,H5,H6,LI,OL,UL,.para {font-size: x-small;}</style>");stylePCNet=new String("<style type='text/css'>P,H5,H6,LI,OL,UL,.para {font-size: x-small;}P{padding-bottom:7px}LI{padding-bottom:5px}.hdrbrTtl,.hdrbrTtlWhite,.newsItemText,.BiggerText{font-size:small}#colLWide,#colRnarrow{margin-left: 10%;width: 60%;}#focusBox,#focusBoxOpps,#focusBoxYP{width: 110px;}</style>");stylePCOpera=new String("<style type='text/css'>.newsItemText,.BiggerText{font-size: xx-small;}#colLWide,#colRnarrow{padding-left: 10%;padding-right: 10%;}</style>");stylePrint=new String("<style type='text/css' media='print'>A.MID:LINK,A.MID:VISITED{color: #000000;}</style>");//#colLWide{position: absolute;width: 50%;margin-top:10px;margin-left:10%;}#colRnarrow {position: absolute;right: 40px;width: 25%;margin-top:10px;background-color:#FOFOFO;padding: 5px;}if (navigator.appName=="Netscape" && navigator.platform=="MacPPC" && (parseFloat(navigator.appVersion)<5)){document.write(styleMacNet + stylePrint);}if (navigator.appName=="Netscape" && navigator.platform=="MacPPC" && (parseFloat(navigator.appVersion)>5)){document.write(styleMacWin + stylePrint);}if (navigator.appName=="Netscape" && (navigator.platform =="Win32" || navigator.platform =="Win16")){document.write(stylePCNet);document.write(stylePrint);}if (navigator.appName=="Microsoft Internet Explorer" && navigator.platform=="MacPPC" && (parseFloat(navigator.appVersion)>3)){document.write(styleMacWin + stylePrint);}if (navigator.appName=="Microsoft Internet Explorer" && ((navigator.platform =="Win32" || navigator.platform =="Win16") && (parseFloat(navigator.appVersion)>3))){document.write(styleMacWin + stylePrint);}if (navigator.userAgent.indexOf("Opera") > -1){document.write(stylePCOpera + stylePrint);}  