// JavaScript Document
<!--
mac=(navigator.appVersion.indexOf('Mac')!=-1)?true:false;
ie=(navigator.appName.charAt(0) == "M")?true:false;

document.write("<STYLE TYPE='text/css'><!--")
if(mac){
	//FOR MACINTOSH IE NS
	document.write("body{color:#666666; background-color:#FFFFFF; margin-left:0px; margin-top:0px; margin-right:0px}" );
	document.write(".j10{font-size:10px}");
	document.write(".j12{font-size:12px}");
	document.write(".j14{font-size:14px}");
	document.write(".j10m{font-size:10px; line-height:14px}");
	document.write(".j12m{font-size:12px; line-height:16px}");
	document.write(".j12t{font-size:12px; line-height:16px}");
	document.write(".j14m{font-size:14px; lcmsine-height:16px}");
	document.write(".title{color:#FFFFFF; font-size:14px; line-height:16px font-weight:bold; letter-spacing: 1px}");
	document.write(".stitle{color:#71AEB6; font-size:12px; line-height:14px font-weight:bold}");
	document.write(".date{color:#FFFFFF; font-size:10px; letter-spacing: 1px}");
	document.write("a:link {color:#666666; text-decoration: none}");
	document.write("a:visited {color:#663366; text-decoration: none}");
	document.write("a:hover {text-decoration: underline}");
	document.write("a:active {color:#49CADB;}");
	document.write("a.alter:link {color:#FF3DCF;}");
	document.write("a.alter:visited {color:#FF3DCF;}");
	document.write("a.top:active {color:#666666;}");
}
else{
	if(ie){
	//FOR WINDOWS IE
	document.write("body{color:#666666; background-color:#FFFFFF; margin-left:0px; margin-top:0px; margin-right:0px}" );
	document.write(".j10{font-size:11px; line-height:13px}");
	document.write(".j12{font-size:12px}");
	document.write(".j14{font-size:14px}");
	document.write(".j10m{font-size:11px; line-height:16px}");
	document.write(".j12m{font-size:12px; line-height:18px}");
	document.write(".j12t{font-size:12px; line-height:16px}");
	document.write(".j14m{font-size:14px; line-height:18px}");
	document.write(".title{color:#FFFFFF; font-size:14px; line-height:18px;	font-weight:bold; letter-spacing: 1px}");
	document.write(".stitle{color:#71AEB6; font-size:12px; line-height:18px; font-weight:bold;}");
	document.write(".date{color:#FFFFFF; font-size:11px; line-height:13px; letter-spacing: 1px}");
	document.write("a:link {color:#666666; text-decoration: none}");
	document.write("a:visited {color:#663366; text-decoration: none}");
	document.write("a:hover {text-decoration: underline}");
	document.write("a:active {color:#49CADB;}");
	document.write("a.alter:link {color:#FF3DCF;}");
	document.write("a.alter:visited {color:#FF3DCF;}");
	document.write("a.top:active {color:#666666;}");
	
	}
	else{
	//FOR WINDOWS NETSCAPE
	document.write("body{color:#666666; background-color:#FFFFFF; margin-left:0px; margin-top:0px; margin-right:0px}" );
	document.write(".j10{font-size:11px; line-height:12px}");
	document.write(".j12{font-size:12px}");
	document.write(".j14{font-size:15px}");
	document.write(".j10m{font-size:10px; line-height:15px}");
	document.write(".j12m{font-size:12px; line-height:18px}");
	document.write(".j12t{font-size:12px; line-height:16px}");
	document.write(".j14m{font-size:14px; line-height:18px}");
	document.write(".title{color:#FFFFFF; font-size:14px; line-height:18px font-weight:bold letter-spacing: 1px}");
	document.write(".stitle{color:#71AEB6; font-size:12px; line-height:18px font-weight:bold;}");
	document.write(".date{color:#FFFFFF; font-size:11px; line-height:12px; letter-spacing: 1px}");
	document.write("a:link {color:#666666; text-decoration: none}");
	document.write("a:visited {color:#663366; text-decoration: none}");
	document.write("a:hover {text-decoration: underline}");
	document.write("a:active {color:#49CADB;}");
	document.write("a.alter:link {color:#FF3DCF;}");
	document.write("a.alter:visited {color:#FF3DCF;}");
	document.write("a.top:active {color:#666666;}");
	}
}
document.write("--></STYLE>");

//-->



