
mac=(navigator.appVersion.indexOf('Mac')!=-1)?true:false;
ie=(navigator.appName.charAt(0) == "M")?true:false;

document.write("<STYLE TYPE='text/css'><!--")
if(mac){
		//MAC IE NS
		document.write("body { font-size: 12px; font-color: #666666}")
		document.write("td { font-size: 10px}")
		document.write(".font-s-00 { font-size: 9px}")
		document.write(".font-s-01 { font-size: 10px}")
		document.write(".font-s-02 { font-size: 10px; line-height: 13px}")
		document.write(".font-m-01 { font-size: 12px}")
		document.write(".font-m-02 { font-size: 12px; line-height: 15px}")
		document.write(".font-l-01 { font-size: 15px}")
		document.write(".font-l-02 { font-size: 15px; line-height: 18px}")

		document.write("A:link { color: #339999}")
		document.write("A:active { color: #999999}")
		document.write("A:visited { color: #339999}")
		document.write("A:hover { color: #FF9999}")

		document.write(".font-n { font-size: 1px; color: #ffffff; line-height: 0px}")		
		document.write("A.font-n:link { color: #ffffff; text-decoration:none}")
		document.write("A.font-n:active { color: #ffffff; text-decoration:none}")
		document.write("A.font-n:visited { color: #ffffff; text-decoration:none}")
		document.write("A.font-n:hover { color: #ffffff; text-decoration:none}")
}
else{
	if(ie){
		//WIN IE
		document.write("body { font-size: 13px; font-color: #666666}")
		document.write("td { font-size: 11px}")
		document.write(".font-s-00 {  font-size: 9px}")
		document.write(".font-s-01 {  font-size: 10px}")
		document.write(".font-s-02 {  font-size: 10px; line-height: 13px}")
		document.write(".font-m-01 {  font-size: 13px}")
		document.write(".font-m-02 {  font-size: 13px; line-height: 15.5px}")
		document.write(".font-l-01 {  font-size: 15px}")
		document.write(".font-l-02 {  font-size: 15px; line-height: 18px}")

		document.write("A:link { color: #339999}")
		document.write("A:active { color: #999999}")
		document.write("A:visited { color: #339999}")
		document.write("A:hover { color: #FF9999}")

		document.write(".font-n { font-size: 1px; color: #ffffff; line-height: 0px}")		
		document.write("A.font-n:link { color: #ffffff; text-decoration:none}")
		document.write("A.font-n:active { color: #ffffff; text-decoration:none}")
		document.write("A.font-n:visited { color: #ffffff; text-decoration:none}")
		document.write("A.font-n:hover { color: #ffffff; text-decoration:none}")
	}
	else{
		//WIN NS
		document.write("body { font-size: 13px; font-color: #666666}")
		document.write("td { font-size: 11px}")
		document.write(".font-s-00 {  font-size: 10px}")
		document.write(".font-s-01 {  font-size: 11px}")
		document.write(".font-s-02 {  font-size: 11px; line-height: 14px}")
		document.write(".font-m-01 {  font-size: 13px}")
		document.write(".font-m-02 {  font-size: 13px; line-height: 17px}")
		document.write(".font-l-01 {  font-size: 16px}")
		document.write(".font-l-02 {  font-size: 16px; line-height: 18px}")
		
		document.write("A:link { color: #339999}")
		document.write("A:active { color: #999999}")
		document.write("A:visited { color: #339999}")
		document.write("A:hover { color: #FF9999}")

		document.write(".font-n { font-size: 1px; color: #ffffff; line-height: 0px}")		
		document.write("A.font-n:link { color: #ffffff; text-decoration:none}")
		document.write("A.font-n:active { color: #ffffff; text-decoration:none}")
		document.write("A.font-n:visited { color: #ffffff; text-decoration:none}")
		document.write("A.font-n:hover { color: #ffffff; text-decoration:none}")
	}
}
document.write("--></STYLE>");

//-->


