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")
  {
   document.writeln(".f1{font-Size:8px; line-height:160%}");
   document.writeln(".f2{font-Size:9px; line-height:162%}");
   document.writeln(".f3{font-Size:10px; line-height:165%}");
   document.writeln(".f4{font-Size:12px; line-height:165%}");
   document.writeln(".f5{font-Size:14px; line-height:150%; text-align: justify; letter-spacing:-1px}");
   document.writeln(".f6{font-Size:16px; line-height:130%}");
   document.writeln(".f7{font-Size:18px; line-height:140%}");
   document.writeln(".f8{font-Size:24px; line-height:130%}");
   document.writeln(".f9{font-Size:28px; line-height:125%; letter-spacing:-1px}");
   document.writeln(".e1{font-Size:8px; line-height:120%}");
   document.writeln(".e2{font-Size:9px; line-height:130%}");
   document.writeln(".e3{font-Size:10px; line-height:130%}");
   document.writeln(".e4{font-Size:12px; line-height:130%}");
   document.writeln(".e5{font-Size:14px; line-height:125%; text-align: justify; letter-spacing:-1px}");
   document.writeln(".e6{font-Size:16px; line-height:115%}");
   document.writeln(".e7{font-Size:18px; line-height:120%}");
   document.writeln(".e8{font-Size:24px; line-height:120%}");
   document.writeln(".e9{font-Size:28px; line-height:120%}");
 }
 else
 {
  if( vNum < 5 )
  {
   document.writeln(".f1{font-Size:8px; line-height:120%}");
   document.writeln(".f2{font-Size:9px; line-height:125%}");
   document.writeln(".f3{font-Size:10px; line-height:135%}");
   document.writeln(".f4{font-Size:12px; line-height:135%}");
   document.writeln(".f5{font-Size:13px; line-height:135%}");
   document.writeln(".f6{font-Size:14px; line-height:120%}");
   document.writeln(".f7{font-Size:18px; line-height:115%}");
   document.writeln(".f8{font-Size:24px; line-height:105%}");
   document.writeln(".f9{font-Size:28px; line-height:100%}");
   document.writeln(".e1{font-Size:8px; line-height:120%}");
   document.writeln(".e2{font-Size:9px; line-height:120%}");
   document.writeln(".e3{font-Size:10px; line-height:120%}");
   document.writeln(".e4{font-Size:12px; line-height:120%}");
   document.writeln(".e5{font-Size:13px; line-height:120%}");
   document.writeln(".e6{font-Size:14px; line-height:115%}");
   document.writeln(".e7{font-Size:18px; line-height:115%}");
   document.writeln(".e8{font-Size:24px; line-height:110%}");
   document.writeln(".e9{font-Size:29px; line-height:108%}");
   }
   else
   {
   document.writeln(".f1{font-Size:8px; line-height:120%}");
   document.writeln(".f2{font-Size:9px; line-height:125%}");
   document.writeln(".f3{font-Size:10px; line-height:132%}");
   document.writeln(".f4{font-Size:12px; line-height:133%}");
   document.writeln(".f5{font-Size:13px; line-height:132%}");
   document.writeln(".f6{font-Size:14px; line-height:117%}");
   document.writeln(".f7{font-Size:18px; line-height:115%; letter-spacing:1px}");
   document.writeln(".f8{font-Size:24px; line-height:104%; letter-spacing:1px}");
   document.writeln(".f9{font-Size:28px; line-height:100%; letter-spacing:-1px}");
   document.writeln(".e1{font-Size:8px; line-height:110%}");
   document.writeln(".e2{font-Size:9px; line-height:120%}");
   document.writeln(".e3{font-Size:10px; line-height:118%}");
   document.writeln(".e4{font-Size:12px; line-height:114%}");
   document.writeln(".e5{font-Size:13px; line-height:120%}");
   document.writeln(".e6{font-Size:14px; line-height:112%}");
   document.writeln(".e7{font-Size:18px; line-height:110%}");
   document.writeln(".e8{font-Size:24px; line-height:110%; letter-spacing:1px}");
   document.writeln(".e9{font-Size:29px; line-height:106%; letter-spacing:1px}");
   }
  }

}
else
{
 if( bName == "M")
 {
   document.writeln(".f1{font-Size:8px; line-height:160%}");
   document.writeln(".f2{font-Size:9px; line-height:160%;}");
   document.writeln(".f3{font-Size:10px; line-height:170%; letter-spacing:1px}");
   document.writeln(".f4{font-Size:12px; line-height:165%; letter-spacing:1px}");
   document.writeln(".f5{font-Size:14px; line-height:150%;}");
   document.writeln(".f6{font-Size:15px; line-height:140%;; letter-spacing:1px}");
   document.writeln(".f7{font-Size:18px; line-height:140%; letter-spacing:1px}");
   document.writeln(".f8{font-Size:26px; line-height:120%}");
   document.writeln(".f9{font-Size:30px; line-height:115%}");
   document.writeln(".e1{font-Size:8px; line-height:125%; letter-spacing:1px}");
   document.writeln(".e2{font-Size:9px; line-height:130%; letter-spacing:1px}");
   document.writeln(".e3{font-Size:10px; line-height:130%}");
   document.writeln(".e4{font-Size:12px; line-height:130%}");
   document.writeln(".e5{font-Size:14px; line-height:125%;}");
   document.writeln(".e6{font-Size:15px; line-height:120%;}");
   document.writeln(".e7{font-Size:18px; line-height:120%}");
   document.writeln(".e8{font-Size:25px; line-height:115%}");
   document.writeln(".e9{font-Size:30px; line-height:110%}");
 }
 else
 {
  if( vNum < 5 )
  {
   document.writeln(".f1{font-Size:8px; line-height:155%}");
   document.writeln(".f2{font-Size:10px; line-height:170%}");
   document.writeln(".f3{font-Size:11px; line-height:175%;}");
   document.writeln(".f4{font-Size:13px; line-height:170%}");
   document.writeln(".f5{font-Size:15px; line-height:155%;}");
   document.writeln(".f6{font-Size:16px; line-height:140%}");
   document.writeln(".f7{font-Size:19px; line-height:140%}");
   document.writeln(".f8{font-Size:27px; line-height:120%}");
   document.writeln(".f9{font-Size:31px; line-height:120%}");
   document.writeln(".e1{font-Size:10px; line-height:115%}");
   document.writeln(".e2{font-Size:11px; line-height:120%}");
   document.writeln(".e3{font-Size:12px; line-height:110%}");
   document.writeln(".e4{font-Size:14px; line-height:130%}");
   document.writeln(".e5{font-Size:15px; line-height:135%;}");
   document.writeln(".e6{font-Size:16px; line-height:115%}");
   document.writeln(".e7{font-Size:20px; line-height:110%}");
   document.writeln(".e8{font-Size:28px; line-height:105%}");
   document.writeln(".e9{font-Size:32px; line-height:105%}");

  }
  else
  {
   document.writeln(".f1{font-Size:8px; line-height:160%}");
   document.writeln(".f2{font-Size:9px; line-height:165%}");
   document.writeln(".f3{font-Size:11px; line-height:155%; letter-spacing:1px}");
   document.writeln(".f4{font-Size:13px; line-height:155%; letter-spacing:1px}");
   document.writeln(".f5{font-Size:14px; line-height:150%; letter-spacing:1px}");
   document.writeln(".f6{font-Size:16px; line-height:135%; letter-spacing:1px}");
   document.writeln(".f7{font-Size:18px; line-height:140%; letter-spacing:1px}");
   document.writeln(".f8{font-Size:25px; line-height:125%}");
   document.writeln(".f9{font-Size:30px; line-height:115%}");
   document.writeln(".e1{font-Size:8px; line-height:116%; letter-spacing:1px}");
   document.writeln(".e2{font-Size:9px; line-height:127%; letter-spacing:1px}");
   document.writeln(".e3{font-Size:11px; line-height:113%}");
   document.writeln(".e4{font-Size:13px; line-height:117%}");
   document.writeln(".e5{font-Size:14px; line-height:125%}");
   document.writeln(".e6{font-Size:15px; line-height:120%}");
   document.writeln(".e7{font-Size:18px; line-height:120%}");
   document.writeln(".e8{font-Size:25px; line-height:115%}");
   document.writeln(".e9{font-Size:30px; line-height:112%}");
  }
 }
}
 document.writeln("--></STYLE>");

