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(".ltx{font-size:110%; line-height:120%}");
		document.writeln(".mtx{font-size:100%; line-height:120%}");
		document.writeln(".stx{font-size:80%; line-height:120%}");
		document.writeln(".sstx{font-size:70%; line-height:120%}");

		document.writeln(".l{font-size:110%}");
		document.writeln(".m{font-size:100%}");
		document.writeln(".s{font-size:80%}");
		document.writeln(".ss{font-size:70%}");
		
		
		document.writeln(".lg{font-size:110%; color:#333333}");
		document.writeln(".mg{font-size:100%; color:#333333}");
		document.writeln(".sg{font-size:80%; color:#333333}");
		document.writeln(".ssg{font-size:70%; color:#333333}");
						
}
  else
  {
		if( bName == "O")
		{
		//MAC Opera
		document.writeln(".ltx{font-size:110%; line-height:140%}");
		document.writeln(".mtx{font-size:100%; line-height:140%}");
		document.writeln(".stx{font-size:90%; line-height:140%}");
		document.writeln(".sstx{font-size:80%; line-height:140%}");

		document.writeln(".l{font-size:110%}");
		document.writeln(".m{font-size:100%}");
		document.writeln(".s{font-size:90%}");
		document.writeln(".ss{font-size:80%}");
		
		
		document.writeln(".lg{font-size:110%; color:#333333}");
		document.writeln(".mg{font-size:100%; color:#333333}");
		document.writeln(".sg{font-size:90%; color:#333333}");
		document.writeln(".ssg{font-size:80%; color:#333333}");
		
		}
  else
  {
    if( vNum < 5 )
    {
    // MAC NETSCAPE 4.x
		document.writeln(".ltx{font-size:150%; line-height:140%}");
		document.writeln(".mtx{font-size:120%; line-height:140%}");
		document.writeln(".stx{font-size:100%; line-height:140%}");
		document.writeln(".sstx{font-size:90%; line-height:140%}");

		document.writeln(".l{font-size:150%}");
		document.writeln(".m{font-size:120%}");
		document.writeln(".s{font-size:100%}");
		document.writeln(".ss{font-size:90%}");
						
   }
    else
    {
    // MAC NETSCAPE 6.x~
		document.writeln(".ltx{font-size:115%; line-height:140%}");
		document.writeln(".mtx{font-size:100%; line-height:140%}");
		document.writeln(".stx{font-size:90%; line-height:140%}");
		document.writeln(".sstx{font-size:70%; line-height:140%}");

		document.writeln(".l{font-size:115%}");
		document.writeln(".m{font-size:100%}");
		document.writeln(".s{font-size:90%}");
		document.writeln(".ss{font-size:70%}");

 }
 }
 }
 }
else
 {
  if( bName == "M")
  {
    // WIN IE
		document.writeln(".ltx{font-size:100%; line-height:150%}");
		document.writeln(".mtx{font-size:90%; line-height:150%}");
		document.writeln(".stx{font-size:75%; line-height:150%}");
		document.writeln(".sstx{font-size:70%; line-height:150%}");

		document.writeln(".l{font-size:100%}");
		document.writeln(".m{font-size:90%}");
		document.writeln(".s{font-size:75%}");
		document.writeln(".ss{font-size:70%}");
		
		
		document.writeln(".lg{font-size:100%; color:#333333}");
		document.writeln(".mg{font-size:90%; color:#333333}");
		document.writeln(".sg{font-size:75%; color:#000000}");
		document.writeln(".ssg{font-size:70%; color:#333333}");
				
	}
	  else
  {
		if( bName == "O")
		{
    //WIN Opera
		document.writeln(".ltx{font-size:100%; line-height:150%}");
		document.writeln(".mtx{font-size:90%; line-height:150%}");
		document.writeln(".stx{font-size:85%; line-height:150%}");
		document.writeln(".sstx{font-size:75%; line-height:150%}");

		document.writeln(".l{font-size:100%}");
		document.writeln(".m{font-size:90%}");
		document.writeln(".s{font-size:85%}");
		document.writeln(".ss{font-size:75%}");
		
		}
  else
  {
    if( vNum < 5 )
    {
    // WIN NETSCAPE 4.x
		document.writeln(".ltx{font-size:120%; line-height:140%}");
		document.writeln(".mtx{font-size:95%; line-height:140%}");
		document.writeln(".stx{font-size:85%; line-height:140%}");
		document.writeln(".sstx{font-size:75%; line-height:140%}");

		document.writeln(".l{font-size:120%}");
		document.writeln(".m{font-size:95%}");
		document.writeln(".s{font-size:85%}");
		document.writeln(".ss{font-size:75%}");
		
}
    else
    {
    // WIN NETSCAPE 6.x~
		document.writeln(".ltx{font-size:100%; line-height:150%}");
		document.writeln(".mtx{font-size:90%; line-height:150%; color:#666666}");
		document.writeln(".stx{font-size:80%; line-height:150%}");
		document.writeln(".sstx{font-size:70%; line-height:150%}");
		
		document.writeln(".l{font-size:100%}");
		document.writeln(".m{font-size:90%}");
		document.writeln(".s{font-size:80%}");
		document.writeln(".ss{font-size:70%}");

 }
 }
 }
 }
 document.writeln("--></STYLE>");