var theAgent=navigator.userAgent;
var action = false;
document.write("<STYLE TYPE='text/css'><!--")
if(theAgent.indexOf('Mac')>=0){
	if(navigator.appName.charAt(0) == "M"){
	//for Macintosh IE
	document.write(".css1{font-size:10px; line-height:13px; color:#414141}")
	document.write(".css2{font-size:10px; line-height:14px; color:#414141}")
	document.write(".css3{font-size:12px; line-height:15px; color:#414141}")
	document.write(".css4{font-size:13px; line-height:16px; color:#414141}")
	document.write(".css5{font-size:14px; line-height:17px; color:#414141}")
	}

	if(navigator.appName.charAt(0) == "N"){
	//for Macintosh NS
	document.write(".css1{font-size:08px; line-height:13px; color:#414141}")
	document.write(".css2{font-size:09px; line-height:14px; color:#414141}")
	document.write(".css3{font-size:10px; line-height:15px; color:#414141}")
	document.write(".css4{font-size:11px; line-height:16px; color:#414141}")
	document.write(".css5{font-size:12px; line-height:17px; color:#414141}")
	
	}
	}

if(theAgent.indexOf('Win')>=0){
	if(navigator.appName.charAt(0) == "M"){
	//for Windows IE
	document.write(".css1{font-size:10px; line-height:13px; color:#414141}")
	document.write(".css2{font-size:11px; line-height:14px; color:#414141}")
	document.write(".css3{font-size:12px; line-height:15px; color:#414141}")
	document.write(".css4{font-size:13px; line-height:16px; color:#414141}")
	document.write(".css5{font-size:14px; line-height:17px; color:#414141}")
	}
	if(navigator.appName.charAt(0) == "N"){
	//for Windows NS
	document.write(".css1{font-size:10px; line-height:13px; color:#414141}")
	document.write(".css2{font-size:11px; line-height:14px; color:#414141}")
	document.write(".css3{font-size:12px; line-height:15px; color:#414141}")
	document.write(".css4{font-size:13px; line-height:16px; color:#414141}")
	document.write(".css5{font-size:14px; line-height:17px; color:#414141}")
	}
}
document.write("--></STYLE>");
