mac = (navigator.appVersion.indexOf('Mac') !=-1)?true:false;
ie = (navigator.appName.charAt(0) == "M")?true:false;

	document.write("<STYLE TYPE='text/css'><!--");
	document.write("a:link{color:#0033CC;}")
	document.write("a:visited{color:#999999;}")
	document.write("a:hover{color:#FF0000;}")

if(mac){
	if(ie){
	//For Macintosh IE
	document.write(".credit{ font-size:10px;}")
	document.write(".creditlink{ font-size:10px;color:#ffcc00;}")
	document.write("body,div,td{ font-size:12px; line-height:160%}")
	document.write(".fs-s{ font-size:10px; line-height:120%}")
	document.write(".fs-m{ font-size:12px; line-height:120%}")
	document.write(".fs-l{ font-size:16px; line-height:120%}")
	document.write(".fs-ll{ font-size:18px; line-height:120%}")
	}
	else{
	//For Macintosh NS
	document.write(".credit{ font-size:10px;}")
	document.write(".creditlink{ font-size:10px;color:#ffcc00;}")
	document.write("body,div,td{ font-size:12px; line-height:160%}")
	document.write(".fs-s{ font-size:10px; line-height:120%}")
	document.write(".fs-m{ font-size:12px; line-height:120%}")
	document.write(".fs-l{ font-size:16px; line-height:120%}")
	document.write(".fs-ll{ font-size:18px; line-height:120%}")
	}
}
else{
	if(ie){
	//For Windows IE
	document.write(".credit{ font-size:10px;}")
	document.write(".creditlink{ font-size:10px;color:#ffcc00;}")
	document.write("body,div,td{ font-size:12px; line-height:160%}")
	document.write(".fs-s{ font-size:10px; line-height:120%}")
	document.write(".fs-m{ font-size:12px; line-height:120%}")
	document.write(".fs-l{ font-size:16px; line-height:120%}")
	document.write(".fs-ll{ font-size:18px; line-height:120%}")
	}
	else{
	//For Windows NS
	document.write(".credit{ font-size:10px;}")
	document.write(".creditlink{ font-size:10px;color:#ffcc00;}")
	document.write("body,div,td{ font-size:12px; line-height:160%}")
	document.write(".fs-s{ font-size:11px; line-height:120%}")
	document.write(".fs-m{ font-size:12px; line-height:120%}")
	document.write(".fs-l{ font-size:16px; line-height:120%}")
	document.write(".fs-ll{ font-size:18px; line-height:120%}")
	}
}
document.write("--></style>");