<!--
var PF // platform
PF = "";
if (window.navigator.platform.substring(0,3)!="Win") {
	PF = "M";
}else{
	PF = "W";
}
if (navigator.appName.charAt(0)=="N") {
	document.write("<link rel='stylesheet' href='/css/" + PF + "NN.css' style='text/css'>");
}
if (navigator.appName.charAt(0)=="M") {
	document.write("<link rel='stylesheet' href='/css/" + PF + "IE.css' style='text/css'>");
}

//-->


