<!--
if ((navigator.appVersion.indexOf("Mac")!= -1)) {
 		document.write("<link rel='stylesheet' href='/css/MAC/Calendar.css' type='text/css'>");
 		document.write("<link rel='stylesheet' href='/css/MAC/Content.css' type='text/css'>");
 		document.write("<link rel='stylesheet' href='/css/MAC/Custom.css' type='text/css'>");
 		document.write("<link rel='stylesheet' href='/css/MAC/Nav.css' type='text/css'>");
} else {
	if (navigator.appName == "Netscape") {
 		document.write("<link rel='stylesheet' href='/css/NS/Calendar.css' type='text/css'>");
 		document.write("<link rel='stylesheet' href='/css/NS/Content.css' type='text/css'>");
 		document.write("<link rel='stylesheet' href='/css/NS/Custom.css' type='text/css'>");
 		document.write("<link rel='stylesheet' href='/css/NS/Nav.css' type='text/css'>");
	} else {
 		document.write("<link rel='stylesheet' href='/css/IE/Calendar.css' type='text/css'>");
 		document.write("<link rel='stylesheet' href='/css/IE/Content.css' type='text/css'>");
 		document.write("<link rel='stylesheet' href='/css/IE/Custom.css' type='text/css'>");
 		document.write("<link rel='stylesheet' href='/css/IE/Nav.css' type='text/css'>");
 	}
}
//-->

