document.write("<STYLE TYPE='text/css'><!--")
	if(navigator.appVersion.indexOf("Mac") > 1){
		// MAC IE NN
			document.write("td {font-size: 11px;color: #000000}")
			document.write(".l {font-size: 14px;line-height: 16px;color: #000000}")
			document.write(".m {font-size: 11px;line-height: 14px;color: #000000}")
			document.write(".s {font-size: 10px;line-height: 13px;color: #000000}")
			document.write(".xs {font-size: 8px;line-height: 12px;color: #000000}")
			document.write(".lnm {font-size: 14px;line-height: 13px;color: #000000}")
			document.write(".mnm {font-size: 11px;line-height: 11px;color: #000000}")
			document.write(".snm {font-size: 10px;line-height: 10px;color: #000000}")
			document.write(".xsnm {font-size: 8px;line-height: 8px;color: #000000}")
			}
		else{
	if(navigator.appName.charAt(0) == "M"){
		// WIN IE
			document.write("td {font-size: 9pt;color: #000000}")
			document.write(".l {font-size: 11pt;line-height: 13pt;color: #000000}")
			document.write(".m {font-size: 9pt;line-height: 11pt;color: #000000}")
			document.write(".s {font-size: 8pt;line-height: 10pt;color: #000000}")
			document.write(".xs {font-size: 7pt;line-height: 8pt;color: #000000}")
			document.write(".lnm {font-size: 11pt;line-height: 11pt;color: #000000}")
			document.write(".mnm {font-size: 10pt;line-height: 9pt;color: #000000}")
			document.write(".snm {font-size: 8pt;line-height: 8pt;color: #000000}")
			document.write(".xsnm {font-size: 7pt;line-height: 6pt;color: #000000}")
			}
		else{
		// WIN NN
			document.write("td {font-size: 10pt;color: #000000}")
			document.write(".l {font-size: 11pt;line-height: 14pt;color: #000000}")
			document.write(".m {font-size: 10pt;line-height: 12pt;color: #000000}")
			document.write(".s {font-size: 8pt;line-height: 11pt;color: #000000}")
			document.write(".xs {font-size: 7pt;line-height: 9pt;color: #000000}")
			document.write(".lnm {font-size: 11pt;line-height: 12pt;color: #000000}")
			document.write(".mnm {font-size: 10pt;line-height: 10pt;color: #000000}")
			document.write(".snm {font-size: 8pt;line-height: 8pt;color: #000000}")
			document.write(".xsnm {font-size: 7pt;line-height: 7pt;color: #000000}")
			}
		}
		// COMMON
			document.write("a {text-decoration: none;}");
			document.write("a:hover {text-decoration: underline;}");
			document.write("td {color: #000000}");
			document.write("input {background-color: #ffffff;border-top:1pt solid;border-left:1pt solid;border-bottom:1pt solid;border-right:1pt solid;color: #3f3f3f ;}");
			document.write("textarea {background-color: #ffffff;border-top:1pt solid;border-left:1pt solid;border-bottom:1pt solid;border-right:1pt solid;color: #3f3f3f ;}");
document.write("--></STYLE>");	
