<!--
	var os="unkown";
	str = navigator.userAgent.toUpperCase();
	if (str.indexOf("MAC") >= 0) os="MacOS";
	if (str.indexOf("WIN") >= 0) os="Windows";
	if (str.indexOf("X11") >= 0) os="UNIX";
	document.write('<STYLE TYPE="text/css">');
	document.write('a:link { color:#002584; text-decoration:none }');
	document.write('a:visited  { color:#FF6600; text-decoration:none }');
	document.write('a:active { color:#002584; text-decoration:none }');
	document.write('a:hover { color:#002584; text-decoration:underline }');
	document.write('img.left { float:left; margin-top:4px; margin-right:12px; margin-bottom:12px }');
	document.write('img.right { float:right; margin-top:4px; margin-left:12px; margin-bottom:12px }');
	if(os=="Windows"){
		document.write('.body1    { font-size: 12px; line-height:18px }');
		document.write('.body2   { font-size: 14px; line-height:20px }');
		document.write('.body3    { font-size: 16px; line-height:19px }');
		document.write('.small    { font-size: 10px; line-height:14px}');
		document.write('.about1    { font-size:12px; line-height:18px }');
	}
	else{
		document.write('.body1   { font-size: 10px; line-height:16px }');
		document.write('.body2   { font-size: 12px; line-height:18px }');
		document.write('.body3   { font-size: 14px; line-height:17px }');
		document.write('.small   { font-size: 9px;  line-height:13px }');
		document.write('.about1   { font-size:10px; line-height:15px }');
	}
	document.write('</STYLE>');
//-->


