if (navigator.userAgent.indexOf("Mac") != -1) { 
		sCSS = '<STYLE type="text/css">' +
		'.placeholder {color:red}' +
		'A:link	{color: #003399;}' +
		'A:visited	{color: #003399;}' +
		'A.bb	{color: #003399;text-decoration:underline; font-weight:bold;}' +
		'A.bb:visited	{color: #003399; text-decoration:underline;font-weight:bold;}' +
		'A:hover	{color:red;}' +
		'A.bb:hover	{color:red;}' +
		'A.mw:link	{color:white; font-weight:bold;font-size:9px;text-decoration:none;}' +
		'A.mw:visited	{color:white;}' +
		'A.mw:hover		{color:red;}' +
		'A.nodec	{color:#000000;text-decoration:none;}' +
		'A.nodec:visited	{color:#000000;text-decoration:none;}' +
		'A.nodec:hover	{color:#000000;text-decoration:none;}' +
		'BODY	{font-family:Verdana, Arial, Helvetica, Sans-serif;color:black;font-size:.9em;}' +
		'.NV1	{font-family:Arial;font-weight:bold;font-size:1em;cursor:hand;margin-top:10;text-indent: -14;margin-left: 14;}' +
		'.NV2	{position:relative;font-size:.9em;font-weight:normal;}' +
		'.rtsidebar	{font-size:.9em;color:#000000;}' +
		'.spacerline {border-top: solid 0.1em #000000;margin-top:10;margin-bottom:10;width:120;}' +
		'.textonly {font-size:.9em;}' +
		'.cpy	{text-indent:-15;margin-left:15;margin-bottom:10;}' +
		'.hed	{margin-bottom:30;margin-left:10;}' +
		'.hdr	{border-top: solid 1px #003399;}' +
		'.b13	{font-weight: bold;font-size: 13px;}' +
		'.btns	{font-size: 11px;}' +
		'.pic	{font-size:.9em; margin:5;}' +
		'.copyright {font-size:.8em;}' +
		'.TSstoryheight {top:-4;height:130}' +
		'.storyheight {top:-4;height:130}' +
		'</STYLE>';
	}

	else {
		sCSS = '<STYLE type="text/css">' +
		'.placeholder {color:red}' +
		'A:link	{color: #003399;}' +
		'A:visited	{color: #660066;}' +
		'A.bb	{color: #003399;text-decoration:underline; font-weight:bold;}' +
		'A.bb:visited	{color: #003399; text-decoration:underline;font-weight:bold;}' +
		'A:hover	{color:#FF3333;}' +
		'A.bb:hover	{color:red;}' +
		'A.mw	{color:white; font-weight:bold;font-size:xx-small;text-decoration:none;}' +
		'A.mw:visited	{color:white;}' +
		'A.mw:hover		{color:red;}' +
		'A.nodec	{color:#000000;text-decoration:none;}' +
		'A.nodec:visited	{color:#000000;text-decoration:none;}' +
		'A.nodec:hover	{color:#000000;text-decoration:none;}' +
		'.NV1	{font-family:Arial;font-weight:bold;font-size:.9em;cursor:hand;margin-top:10;text-indent: -14;margin-left: 14;}' +
		'.NV2	{position:relative;font-size:.9em;font-weight:normal;}' +
		'.rtsidebar	{font-size:.8em;color:#000000;}' +
		'.spacerline {border-top: solid 0.1em #000000;margin-top:18;width:120;}' +
		'.textonly {font-size:.8em;}' +
		'.cpy	{text-indent:-15;margin-left:15;margin-bottom:10;}' +
		'.hed	{margin-bottom:30;margin-left:10;}' +
		'.hdr	{border-top: solid 0.1em #003399;}' +
		'.b13	{font-weight: bold;font-size: 13px;}' +
		'.btns	{font-size: 11px;}' +
		'.copyright {font-size:.8em;}' +
		'.TSstoryheight {top:-10;height:120}' +
		'.storyheight {top:10;height:139}' +
		' BODY	{font-family:Ariel;color:black;font-size="small";}' +
		'</STYLE>';
	}

	document.write(sCSS)
