
<!--
var osName = navigator.appVersion ;
var browser = navigator.appName ;
if(osName.indexOf('Mac')!=-1){
		document.writeln('<style type="text/css"><!--');
		document.write( "td {  text-decoration: none; font-size: 10px; line-height: 12px}" );
		document.write( "A:link { text-decoration:none; color:#000000;}" );
		document.write( "A:visited { text-decoration:none; color:#000000;}" );
		document.write( "A:active { text-decoration:none; color:#000000;}" );
		document.write( "A:hover { color:#00AAE4;}" );
		document.writeln('.text_field { font-size: 8pt; background-color: #ffffff;border: solid 1px #000000 }');
		document.writeln('--></style>');
		
}else if(osName.indexOf('Win')!=-1){
	if(browser.charAt(0)=="N"){
		document.writeln('<style type="text/css"><!--');
		document.write( "td {  text-decoration: none; font-size: 11px; line-height: 13px}" );
		document.write( "A:link { text-decoration:underline; color:#000000;}" );
		document.write( "A:visited { text-decoration:underline; color:#000000;}" );
		document.write( "A:active { text-decoration:underline; color:#000000;}" );
		document.write( "A:hover { color:#00AAE4;}" );
		document.writeln('.text_field { font-family:"‚l‚r ƒSƒVƒbƒN"; font-size:8pt; background-color: #ffffff;border: solid 1px #000000 }');
		document.writeln('--></style>');
		
	}else if(browser.charAt(0)=="M"){
		document.writeln('<style type="text/css"><!--');
		document.write( "td {  text-decoration: none; font-size: 10px; line-height: 12px}" );
//		document.write( "A:link { text-decoration:none; color:#000000;}" );
//		document.write( "A:visited { text-decoration:none; color:#000000;}" );
//		document.write( "A:active { text-decoration:none; color:#000000;}" );
//		document.write( "A:hover { color:#00AAE4;}" );
		document.writeln('.text_field { font-size:8pt; background-color: #ffffff;border: solid 1px #000000 }');
		document.writeln('--></style>');
	}
}

// -->
