document.write('<STYLE TYPE="text/css">');
document.write('<!--');

document.write('body		{ margin:0px;} ');
document.write('.non		{line-height:normal}');
document.write('#non		{line-height:normal}');

document.write('a:link		{color:#FF3333;  text-decoration:underline}');
document.write('a:visited	{color:#FF3333;  text-decoration:underline}');
document.write('a:hover		{color:#0033CC;  text-decoration:underline}');

document.write('a.p:link	{color:#FFFFFF;  text-decoration:underline}');
document.write('a.p:visited	{color:#FFFFFF;  text-decoration:underline}');
document.write('a.p:hover	{color:#FFFF00;  text-decoration:underline}');

document.write('a.w:link	{color:#0000FF;  text-decoration:underline}');
document.write('a.w:visited	{color:#0000FF;  text-decoration:underline}');
document.write('a.w:hover	{color:#FF0000;  text-decoration:underline}');

document.write('a.t:link	{color:#FFF000;  text-decoration:underline}');
document.write('a.t:visited	{color:#FFF000;  text-decoration:underline}');
document.write('a.t:hover	{color:#FF3333;  text-decoration:underline}');

document.write('a.name:link    {color:#666666;  text-decoration:underline}');
document.write('a.name:visited {color:#666666;  text-decoration:underline}');
document.write('a.name:hover   {color:#FF3333;  text-decoration:underline}');

if(navigator.userAgent.indexOf("Mac")!=-1){
   if(navigator.appName.charAt(0)=="N"){	//Mac NN
      document.write('.t10	{font-size:10px;  line-height:110%; font-family: "Osaka"}');
      document.write('.t12	{font-size:12px; line-height:115%; font-family: "Osaka"}');
      document.write('.t12b	{font-size:12px; line-height:200%; font-family: "Osaka"}');
      document.write('.t14	{font-size:14px; line-height:110%; font-family: "Osaka"}');
   }
   if(navigator.appName.charAt(0)=="M"){	//Mac IE
      document.write('.t10	{font-size:10px; line-height:135%; font-family: "Osaka"}');
      document.write('.t12	{font-size:12px; line-height:135%; font-family: "Osaka"}');
      document.write('.t12b	{font-size:12px; line-height:200%; font-family: "Osaka"}');
      document.write('.t14	{font-size:14px; line-height:130%; font-family: "Osaka"}');
   }
}else{
   if(navigator.userAgent.indexOf("Gecko")!=-1){	//Win NN6
      document.write('.t10	{font-size:10px; line-height:130%; font-family: "‚l‚r ‚oƒSƒVƒbƒN"}');
      document.write('.t12	{font-size:13px; line-height:130%; font-family: "‚l‚r ‚oƒSƒVƒbƒN"}');
      document.write('.t12b	{font-size:13px; line-height:200%; font-family: "‚l‚r ‚oƒSƒVƒbƒN"}');
      document.write('.t14	{font-size:15px; line-height:130%; font-family: "‚l‚r ‚oƒSƒVƒbƒN"}');

   }else{
      if(navigator.appName.charAt(0)=="N"){	//Win NN
      document.write('.t10	{font-size:11px; line-height:15px}');
      document.write('.t12	{font-size:14px; line-height:17px}');
      document.write('.t12b	{font-size:14px; line-height:26px}');
      document.write('.t14	{font-size:15px; line-height:20px}');

      }
   }
   if(navigator.appName.charAt(0)=="M"){	//Win IE
      document.write('.t10	{font-size:10px; line-height:130%}');
      document.write('.t12	{font-size:13px; line-height:130%}');
      document.write('.t12b	{font-size:13px; line-height:200%}');
      document.write('.t14	{font-size:15px; line-height:130%}');

   }
}
document.write('-->');
document.write('</STYLE>');
