mac = (navigator.appVersion.indexOf('Mac') != -1)?true:false;
nn4 = (navigator.appVersion.indexOf('4.') != -1)?true:false;
ie = (navigator.appName.charAt(0) == "M")?true:false;

document.write("<style type='text/css'><!--");

if(mac)
{
	if(ie)
	{
		document.write ("body{background-repeat:repeat-y}");
		document.write (".headline{font-size:105%; line-height:110%; font-weight:bold}");
		document.write (".common{font-size:100%; line-height:110%}");
		document.write (".commonNLH{font-size:100%}");
		document.write (".small{font-size:80%; line-height:100%}");
		document.write (".linktext{text-decoration:none}");
		document.write ("a:hover{color:#3366FF; text-decoration:underline}");
	}
	else
	{
		document.write ("body{background-repeat:repeat-y}");
		document.write (".headline{font-size:130%; line-height:140%; font-weight:bold}");
		document.write (".common{font-size:120%; line-height:150%}");
		document.write (".commonNLH{font-size:120%}");
		document.write (".small{font-size:100%; line-height:125%}");
		document.write (".linktext{text-decoration:none}");
		document.write ("a:hover{color:#3366FF; text-decoration:underline}");
	}
}
else
{
	if(ie)
	{
		document.write ("body{background-repeat:repeat-y}");
		document.write (".headline{font-size:100%; line-height:130%; font-weight:bold}");
		document.write (".common{font-size:95%; line-height:130%}");
		document.write (".commonNLH{font-size:95%}");
		document.write (".small{font-size:75%; line-height:120%}");
		document.write (".linktext{text-decoration:none}");
		document.write ("a:hover{color:#3366FF; text-decoration:underline}");
	}
	else if(nn4)
	{
		document.write ("body{background-repeat:repeat-y}");
		document.write (".headline{font-size:130%; line-height:160%; font-weight:bold}");
		document.write (".common{font-size:115%; line-height:160%}");
		document.write (".commonNLH{font-size:115%}");
		document.write (".small{font-size:95%; line-height:125%}");
		document.write (".linktext{text-decoration:none}");
		document.write ("a:hover{color:#3366FF; text-decoration:underline}");
	}
	else
	{
		document.write ("body{background-repeat:repeat-y}");
		document.write (".headline{font-size:100%; line-height:130%; font-weight:bold}");
		document.write (".common{font-size:95%; line-height:130%}");
		document.write (".commonNLH{font-size:95%}");
		document.write (".small{font-size:75%; line-height:120%}");
		document.write (".linktext{text-decoration:none}");
		document.write ("a:hover{color:#3366FF; text-decoration:underline}");
	}
}

document.write("--></style>");