var vNum = navigator.appVersion.charAt(0);
var bName = navigator.appName.charAt(0);

document.writeln("<STYLE TYPE='text/css'><!--");
if(navigator.appVersion.indexOf("Mac") > -1)
{
	if( bName == "M")
	 {
		//mac ie//
		document.writeln(".g10{font-Size:10px; line-height:15px; color:#666666;}");
		document.writeln(".g12{font-Size:12px; line-height:15px; color:#666666;}");
		document.writeln(".g14{font-Size:14px; line-height:15px; color:#666666;}");
		document.writeln(".r10{font-Size:10px; line-height:15px; color:#990000;}");
		document.writeln(".r12{font-Size:12px; line-height:15px; color:#990000;}");
		document.writeln(".r14{font-Size:14px; line-height:15px; color:#990000;}");
		document.writeln(".gr10{font-Size:10px; line-height:15px; color:#666600;}");
		document.writeln(".gr12{font-Size:12px; line-height:15px; color:#666600;}");
		document.writeln(".gr14{font-Size:14px; line-height:15px; color:#666600;}");
	}
	else
	{
		if( vNum < 5 )
		{
			//mac ns4.x//
			document.writeln(".g10{font-Size:10px; line-height:15px; color:#666666;}");  
			document.writeln(".g12{font-Size:12px; line-height:15px; color:#666666;}");
			document.writeln(".g14{font-Size:14px; line-height:15px; color:#666666;}");
			document.writeln(".r10{font-Size:10px; line-height:15px; color:#990000;}");  
			document.writeln(".r12{font-Size:12px; line-height:15px; color:#990000;}");
			document.writeln(".r14{font-Size:14px; line-height:15px; color:#990000;}");
			document.writeln(".gr10{font-Size:10px; line-height:15px; color:#666600;}");  
			document.writeln(".gr12{font-Size:12px; line-height:15px; color:#666600;}");
			document.writeln(".gr14{font-Size:14px; line-height:15px; color:#666600;}");
	 	}
	 	else
	 	{
			//mac upper ns6.x//
			document.writeln(".g10{font-Size:10px; line-height:15px; color:#666666;}"); 
			document.writeln(".g12{font-Size:12px; line-height:15px; color:#666666;}");
			document.writeln(".g14{font-Size:14px; line-height:18px; color:#666666;}");
			document.writeln(".r10{font-Size:10px; line-height:15px; color:#990000;}"); 
			document.writeln(".r12{font-Size:12px; line-height:15px; color:#990000;}");
			document.writeln(".r14{font-Size:14px; line-height:18px; color:#990000;}");
			document.writeln(".gr10{font-Size:10px; line-height:15px; color:#666600;}"); 
			document.writeln(".gr12{font-Size:12px; line-height:15px; color:#666600;}");
			document.writeln(".gr14{font-Size:14px; line-height:18px; color:#666600;}");
	 	}
	 }

}
else
{
	if( bName == "M")
	{
		//win ie//
		document.writeln(".g10{font-Size:10px; line-height:15px; letter-spacing:1px; color:#666666;}");
		document.writeln(".g12{font-Size:12px; line-height:15px; letter-spacing:1px; color:#666666;}");
		document.writeln(".g14{font-Size:14px; line-height:15px; letter-spacing:1px; color:#666666;}");
		document.writeln(".r10{font-Size:10px; line-height:15px; letter-spacing:1px; color:#990000;}");
		document.writeln(".r12{font-Size:12px; line-height:15px; letter-spacing:1px; color:#990000;}");
		document.writeln(".r14{font-Size:14px; line-height:15px; letter-spacing:1px; color:#990000;}");
		document.writeln(".gr10{font-Size:10px; line-height:15px; letter-spacing:1px; color:#666600;}");
		document.writeln(".gr12{font-Size:12px; line-height:15px; letter-spacing:1px; color:#666600;}");
		document.writeln(".gr14{font-Size:14px; line-height:15px; letter-spacing:1px; color:#666600;}");
	}
	else
	{
		if( vNum < 5 )
		{
			//win ns4.x//
			document.writeln(".g10{font-Size:11px; line-height:15px; letter-spacing:1px; color:#666666;}");
			document.writeln(".g12{font-Size:13px; line-height:15px; letter-spacing:1px; color:#666666;}");
			document.writeln(".g14{font-Size:15px; line-height:15px; letter-spacing:1px; color:#666666;}");
			document.writeln(".r10{font-Size:11px; line-height:15px; letter-spacing:1px; color:#990000;}");
			document.writeln(".r12{font-Size:13px; line-height:15px; letter-spacing:1px; color:#990000;}");
			document.writeln(".r14{font-Size:15px; line-height:15px; letter-spacing:1px; color:#990000;}");
			document.writeln(".gr10{font-Size:11px; line-height:15px; letter-spacing:1px; color:#666600;}");
			document.writeln(".gr12{font-Size:13px; line-height:15px; letter-spacing:1px; color:#666600;}");
			document.writeln(".gr14{font-Size:15px; line-height:15px; letter-spacing:1px; color:#666600;}");
		}
		else
		{
			//win upper ns6.x//
			document.writeln(".g10{font-Size:10px; line-height:15px; letter-spacing:1px; color:#666666;}");
			document.writeln(".g12{font-Size:12px; line-height:15px; letter-spacing:1px; color:#666666;}");
			document.writeln(".g14{font-Size:14px; line-height:15px; letter-spacing:1px; color:#666666;}");
			document.writeln(".r10{font-Size:10px; line-height:15px; letter-spacing:1px; color:#990000;}");
			document.writeln(".r12{font-Size:12px; line-height:15px; letter-spacing:1px; color:#990000;}");
			document.writeln(".r14{font-Size:14px; line-height:15px; letter-spacing:1px; color:#990000;}");
			document.writeln(".gr10{font-Size:10px; line-height:15px; letter-spacing:1px; color:#666600;}");
			document.writeln(".gr12{font-Size:12px; line-height:15px; letter-spacing:1px; color:#666600;}");
			document.writeln(".gr14{font-Size:14px; line-height:15px; letter-spacing:1px; color:#666600;}");
		}
	}
}
 document.writeln("--></STYLE>");
