document.writeln("<style type=\"text/css\">")
document.writeln("<!--")

var bw_ua = new String(navigator.userAgent);
var bw_ver = navigator.appVersion.charAt(0);
var bw_name = navigator.appName;

if (bw_ua.indexOf("Win",0 ) >= 0)//Windows
	{
		if (bw_ua.indexOf("MSIE",0 ) >= 0)//IE & Opera
			{
				document.writeln(".ll{font-size:20px;line-height:120%}")
				document.writeln(".l{font-size:14px;line-height:140%}")
				document.writeln(".m{font-size:13px;line-height:140%}")
				document.writeln(".mm{font-size:12px;line-height:140%}")
				document.writeln(".s{font-size:11px;line-height:140%}")
				document.writeln(".ss{font-size:10px}")
			}
		else if (bw_ua.indexOf("Gecko",0 ) >= 0)//Netscape6,7 & Firefox & Mozilla
			{
				document.writeln(".ll{font-size:20px;line-height:120%}")
				document.writeln(".l{font-size:14px;line-height:140%}")
				document.writeln(".m{font-size:13px;line-height:140%}")
				document.writeln(".mm{font-size:12px;line-height:140%}")
				document.writeln(".s{font-size:11px;line-height:140%}")
				document.writeln(".ss{font-size:10px}")
			}
		else if (bw_ver < 5 && bw_name.indexOf("Netscape",0 ) >= 0)//Netscape4.x
			{
				document.writeln(".ll{font-size:20px;line-height:120%}")
				document.writeln(".l{font-size:15px;line-height:140%}")
				document.writeln(".m{font-size:14px;line-height:150%}")
				document.writeln(".mm{font-size:12px;line-height:145%}")
				document.writeln(".s{font-size:11px;line-height:140%}")
				document.writeln(".ss{font-size:11px}")
			}
	}
else if (bw_ua.indexOf("Mac",0 ) >= 0)//MAC
	{
		if (bw_ua.indexOf("MSIE",0 ) >= 0)//IE4 & Opera
			{
				document.writeln(".ll{font-size:20px;line-height:120%}")
				document.writeln(".l{font-size:14px;line-height:140%}")
				document.writeln(".m{font-size:13px;line-height:140%}")
				document.writeln(".mm{font-size:12px;line-height:140%}")
				document.writeln(".s{font-size:11px;line-height:140%}")
				document.writeln(".ss{font-size:10px}")
			}
		else if (bw_ua.indexOf("Gecko",0 ) >= 0)//Netscape6,7 & Firefox & Mozilla & Safari
			{
				document.writeln(".ll{font-size:20px;line-height:120%}")
				document.writeln(".l{font-size:14px;line-height:140%}")
				document.writeln(".m{font-size:13px;line-height:140%}")
				document.writeln(".mm{font-size:12px;line-height:140%}")
				document.writeln(".s{font-size:11px;line-height:140%}")
				document.writeln(".ss{font-size:10px}")
			}
		else if (bw_ver < 5 && bw_name.indexOf("Netscape",0 ) >= 0)//Netscape4.x
			{
				document.writeln(".ll{font-size:20px;line-height:120%}")
				document.writeln(".l{font-size:14px;line-height:140%}")
				document.writeln(".m{font-size:13px;line-height:140%}")
				document.writeln(".mm{font-size:12px;line-height:140%}")
				document.writeln(".s{font-size:11px;line-height:140%}")
				document.writeln(".ss{font-size:10px}")
			}
	}
else//Other
	{
			document.writeln(".ll{font-size:20px;line-height:120%}")
			document.writeln(".l{font-size:14px;line-height:140%}")
			document.writeln(".m{font-size:13px;line-height:140%}")
			document.writeln(".td{font-size:13px;line-height:140%}")
			document.writeln(".mm{font-size:12px;line-height:140%}")
			document.writeln(".s{font-size:11px;line-height:140%}")
			document.writeln(".ss{font-size:10px}")
			document.writeln("h1{font-size:13px;line-height:140%}")		
	}

	document.writeln("-->");
	document.writeln("</style>");