﻿
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("A:link, A:visited,{ color: #FF0000; text-decoration: none; }");
		document.writeln(".tx90perB   { font-size: 90%; line-height:100%}");
		document.writeln(".tx90perW   { font-size: 90%; line-height:100%; color: #FFFFFF}");
		document.writeln(".tx100perB  { font-size:100%; line-height:100%}");
		document.writeln(".tx100perW  { font-size:100%; line-height:100%; color: #FFFFFF}");
		document.writeln(".tx100per2B { font-size:100%; line-height:100%; font-weight: bold}");
		document.writeln(".tx100per2W { font-size:100%; line-height:100%; color: #FFFFFF; font-weight: bold}");
		document.writeln(".tx100per3B { font-size:100%; line-height:100%; font-weight: bold; text-indent: 1em}");
		document.writeln(".tx100per3W { font-size:100%; line-height:100%; color: #FFFFFF; font-weight: bold; text-indent: 1em}");
		document.writeln(".tx120per2B { font-size:120%; line-height:140%; font-weight: bold}");
		document.writeln(".tx120per2W { font-size:120%; line-height:140%; color: #FFFFFF; font-weight: bold}");
	}
	else
	{
		if( vNum < 5 )
		{
			// MAC NETSCAPE 4.x
		document.writeln("A:link, A:visited,{ color: #000000; text-decoration: none; }");
		document.writeln(".tx90perB   { font-size: 90%; line-height:100%}");
		document.writeln(".tx90perW   { font-size: 90%; line-height:100%; color: #FFFFFF}");
		document.writeln(".tx100perB  { font-size:100%; line-height:100%}");
		document.writeln(".tx100perW  { font-size:100%; line-height:100%; color: #FFFFFF}");
		document.writeln(".tx100per2B { font-size:100%; line-height:100%; font-weight: bold}");
		document.writeln(".tx100per2W { font-size:100%; line-height:100%; color: #FFFFFF; font-weight: bold}");
		document.writeln(".tx100per3B { font-size:100%; line-height:100%; font-weight: bold; text-indent: 1em}");
		document.writeln(".tx100per3W { font-size:100%; line-height:100%; color: #FFFFFF; font-weight: bold; text-indent: 1em}");
		document.writeln(".tx120per2B { font-size:120%; line-height:140%; font-weight: bold}");
		document.writeln(".tx120per2W { font-size:120%; line-height:140%; color: #FFFFFF; font-weight: bold}");
	 	}
	 	else
	 	{
		// MAC NETSCAPE 6.x~
		document.writeln("A:link, A:visited,{ color: #000000; text-decoration: none; }");
		document.writeln(".tx90perB   { font-size: 90%; line-height:100%}");
		document.writeln(".tx90perW   { font-size: 90%; line-height:100%; color: #FFFFFF}");
		document.writeln(".tx100perB  { font-size:100%; line-height:100%}");
		document.writeln(".tx100perW  { font-size:100%; line-height:100%; color: #FFFFFF}");
		document.writeln(".tx100per2B { font-size:100%; line-height:100%; font-weight: bold}");
		document.writeln(".tx100per2W { font-size:100%; line-height:100%; color: #FFFFFF; font-weight: bold}");
		document.writeln(".tx100per3B { font-size:100%; line-height:100%; font-weight: bold; text-indent: 1em}");
		document.writeln(".tx100per3W { font-size:100%; line-height:100%; color: #FFFFFF; font-weight: bold; text-indent: 1em}");
		document.writeln(".tx120per2B { font-size:120%; line-height:140%; font-weight: bold}");
		document.writeln(".tx120per2W { font-size:120%; line-height:140%; color: #FFFFFF; font-weight: bold}");
	 	}
	 }

}
else
{
	if( bName == "M")
	{
		// WIN IE
		document.writeln("A:link, A:visited,{ color: #000000; text-decoration: none; }");
		document.writeln(".tx90perB   { font-size: 80%; line-height:120%}");
		document.writeln(".tx90perW   { font-size: 80%; line-height:120%; color: #FFFFFF}");
		document.writeln(".tx100perB  { font-size:90%; line-height:120%}");
		document.writeln(".tx100perW  { font-size:90%; line-height:120%; color: #FFFFFF}");
		document.writeln(".tx100per2B { font-size:90%; line-height:120%; font-weight: bold}");
		document.writeln(".tx100per2W { font-size:90%; line-height:120%; color: #FFFFFF; font-weight: bold}");
		document.writeln(".tx100per3B { font-size:90%; line-height:120%; font-weight: bold; text-indent: 1em}");
		document.writeln(".tx100per3W { font-size:90%; line-height:120%; color: #FFFFFF; font-weight: bold; text-indent: 1em}");
		document.writeln(".tx120per2B { font-size:120%; line-height:135%; font-weight: bold}");
		document.writeln(".tx120per2W { font-size:120%; line-height:135%; color: #FFFFFF; font-weight: bold}");
	}
	else
	{
		if( vNum < 5 )
		{
			// WIN NETSCAPE 4.x
		document.writeln("A:link, A:visited,{ color: #000000; text-decoration: none; }");
		document.writeln(".tx90perB   { font-size: 80%; line-height:120%}");
		document.writeln(".tx90perW   { font-size: 80%; line-height:120%; color: #FFFFFF}");
		document.writeln(".tx100perB  { font-size:90%; line-height:120%}");
		document.writeln(".tx100perW  { font-size:90%; line-height:120%; color: #FFFFFF}");
		document.writeln(".tx100per2B { font-size:90%; line-height:120%; font-weight: bold}");
		document.writeln(".tx100per2W { font-size:90%; line-height:120%; color: #FFFFFF; font-weight: bold}");
		document.writeln(".tx100per3B { font-size:90%; line-height:120%; font-weight: bold; text-indent: 1em}");
		document.writeln(".tx100per3W { font-size:90%; line-height:120%; color: #FFFFFF; font-weight: bold; text-indent: 1em}");
		document.writeln(".tx120per2B { font-size:120%; line-height:135%; font-weight: bold}");
		document.writeln(".tx120per2W { font-size:120%; line-height:135%; color: #FFFFFF; font-weight: bold}");
		}
		else
		{
			// WIN NETSCAPE 6.x~
		document.writeln("A:link, A:visited,{ color: #000000; text-decoration: none; }");
		document.writeln(".tx90perB   { font-size: 80%; line-height:120%}");
		document.writeln(".tx90perW   { font-size: 80%; line-height:120%; color: #FFFFFF}");
		document.writeln(".tx100perB  { font-size:90%; line-height:120%}");
		document.writeln(".tx100perW  { font-size:90%; line-height:120%; color: #FFFFFF}");
		document.writeln(".tx100per2B { font-size:90%; line-height:120%; font-weight: bold}");
		document.writeln(".tx100per2W { font-size:90%; line-height:120%; color: #FFFFFF; font-weight: bold}");
		document.writeln(".tx100per3B { font-size:90%; line-height:120%; font-weight: bold; text-indent: 1em}");
		document.writeln(".tx100per3W { font-size:90%; line-height:120%; color: #FFFFFF; font-weight: bold; text-indent: 1em}");
		document.writeln(".tx120per2B { font-size:120%; line-height:135%; font-weight: bold}");
		document.writeln(".tx120per2W { font-size:120%; line-height:135%; color: #FFFFFF; font-weight: bold}");
		}
	}
}
 document.writeln("--></STYLE>");

