browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);
var version = "";
if (browserName == "Netscape" && browserVer >= 4) version = "NS";
if (browserName == "Microsoft Internet Explorer" && browserVer >= 4) version = "IE";
if (version == "IE"){
document.write("<style type='text/css'><!--body {font-family : Times New Roman; font-size : small;	font-weight : medium;	color : black; font-style : italic;}TD {font-family : Times New Roman; font-size : small;	font-weight : medium;	color : black; font-style : italic;}H2 {font-family : Times New Roman; font-size : large;	font-weight : medium;	color : black; font-style : italic;}SELECT {text-decoration: none; background-color: #FFA5A5;font-family : Times New Roman; font-size : small;	font-weight : medium;	color : black; font-style : italic;}INPUT {text-decoration: none; background-color: #FFA5A5;font-family : Times New Roman; font-size : small;	font-weight : medium;	color : black; font-style : italic;}--> </style>")}
if (version == "NS"){
document.write("<style type='text/css'><!--body {font-family : Times New Roman; font-size : medium; font-weight : medium; color : black; font-style : italic;}TD {font-family : Times New Roman; font-size : medium; font-weight : medium; color : black; font-style : italic;}H2 {font-family : Times New Roman; font-size : x-large; font-weight : medium; color : black; font-style : italic;}--> </style>")}


