/* JAVASCRIPT STYLE SHEET Style sheet understood only by NS 4. This lets the compliantStyles.css file be less complex. For info on JSS and other NS4 weirdness: http://developer.netscape.com/docs/manuals/communicator/dynhtml/jss31.htm#1028324 TJH-MAY03: NOTE: the image files are assumed to lie in /cs/... and so this file must be explicitly changed if the context changes.... (We should fix this...) */ if (document.layers) { with (document.tags) { body.backgroundColor = "white"; address.fontSize = code.fontSize = dd.fontSize = dt.fontSize = li.fontSize = td.fontFamily = ul.fontSize = ol.fontSize = p.fontSize = "small"; address.fontFamily = dt.fontFamily = dd.fontFamily = li.fontFamily = ol.fontFamily = p.fontFamily = td.fontFamily = ul.fontFamily = "verdana,sans-serif"; code.whiteSpace = "pre"; dt.fontWeight = "bold"; form.display = "inline"; h1.fontFamily = "'trebuchet ms','times new roman',serif"; h1.fontSize = "large"; h1.fontWeight = "normal"; h1.color = "#999999"; h2.fontSize = "medium"; h3.fontSize = h4.fontSize = h5.fontSize = h6.fontSize = "small"; h3.fontWeight = h4.fontWeight = h5.fontWeight = h6.fontWeight = "bold"; samp.fontFamily = "courier,monospace"; samp.fontSize = "1.1em"; th.fontWeight = "bold"; th.textAlign = "left"; } with (document.classes) { border.all.borderWidths("1px","1px","1px","1px"); border.all.borderColor = "#999999"; border.all.paddings(5,5,5,5); caption.all.fontSize = "small"; caption.all.color = "#333333" front_menu.all.color = "#003300"; front_menu.all.fontSize = "1.33em"; front_menu.all.fontFamily = "verdana, sans-serif"; front_menu.all.fontWeight = "bold"; headerwhite.all.color = "white"; headerwhite.all.fontWeight = "bold"; headerwhite.all.fontSize = "11px"; headerwhite.all.fontFamily = "verdana,arial,helvetica,sans-serif"; headerwhite.all.textDecoration = "none"; main.a.color = "black"; main.a.textDecoration = "black"; menu.a.fontWeight = "bold"; menu.a.textDecoration = leftnavbar.a.textDecoration = "none"; menu.a.fontFamily = "verdana,arial,helvetica,sans-serif"; menu.a.color = "white"; pageTitle.all.fontFamily = "verdana,sans-serif"; pageTitle.all.color = "#eeeeff"; pageTitle.all.fontWeight = "bold"; pageTitle.all.fontSize = "18px"; } with (document.classes) { banner.table.backgroundColor = "#2A4B8D"; gradient.td.backgroundImage = "/cs/images/gradient.gif"; gradient.td.backgroundRepeat = "repeat-x"; greyBgrd.all.backgroundColor = "#666666"; leftbanner.td.width = "170px"; menu.a.fontWeight = "bold"; menu.a.textDecoration = leftnavbar.a.textDecoration = "none"; menu.a.fontFamily = "verdana,arial,helvetica,sans-serif"; menu.a.color = "white"; menu.td.backgroundColor = "#333333"; news.ul.listStyleType = "square"; news.ul.margins("0px","0px","0px","-25px"); seal.td.backgroundImage = "/cs/images/transparent-seal.gif"; seal.td.textAlign = "right"; vertBorder.td.backgroundImage = "/cs/images/grey_border.gif"; vertBorder.td.backgroundRepeat = "repeat-y"; vertBorder.td.backgroundColor = "white"; } }