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 (".headline{font-size:105%; line-height:110%; font-weight:bold}");

		document.write (".common{font-size:100%; line-height:110%}");

		document.write (".small{font-size:80%; line-height:100%}");

		document.write (".linktext{color:#006600; text-decoration:none}");

		document.write ("a:hover{color:#006600; text-decoration:underline}");

	}

	else

	{

		document.write (".headline{font-size:130%; line-height:140%; font-weight:bold}");

		document.write (".common{font-size:120%; line-height:150%}");

		document.write (".small{font-size:100%; line-height:125%}");

		document.write (".linktext{color:#006600; text-decoration:none}");

		document.write ("a:hover{color:#006600; text-decoration:underline}");

	}

}

else

{

	if(ie)

	{

		document.write (".headline{font-size:100%; line-height:130%; font-weight:bold}");

		document.write (".common{font-size:95%; line-height:130%}");

		document.write (".small{font-size:75%; line-height:120%}");

		document.write (".linktext{color:#006600; text-decoration:none}");

		document.write ("a:hover{color:#006600; text-decoration:underline}");

	}

	else if(nn4)

	{

		document.write (".headline{font-size:130%; line-height:160%; font-weight:bold}");

		document.write (".common{font-size:115%; line-height:160%}");

		document.write (".small{font-size:95%; line-height:125%}");

		document.write (".linktext{color:#006600; text-decoration:none}");

		document.write ("a:hover{color:#006600; text-decoration:underline}");

	}

	else

	{

		document.write (".headline{font-size:100%; line-height:130%; font-weight:bold}");

		document.write (".common{font-size:95%; line-height:130%}");

		document.write (".small{font-size:75%; line-height:120%}");

		document.write (".linktext{color:#006600; text-decoration:none}");

		document.write ("a:hover{color:#006600; text-decoration:underline}");

	}

}



document.write("--></style>");

