var browser = new Object();
var win=false;

if (navigator.userAgent.indexOf("Win")!=-1) {
	win=true;
}else

browser.version = parseInt(navigator.appVersion);

browser.isNavigator = false;
browser.isIE = false;

if (navigator.appName.indexOf("Netscape") != -1) {
	browser.isNavigator = true;
}
if (navigator.appName.indexOf("Microsoft") != -1){
	browser.isIE = true;
}


//Win NN

if ((browser.isNavigator == true)&&win){
	document.writeln('<style type="text/css">');
	document.writeln('<!--');
	document.writeln('.parent{}');

// LINK
	document.writeln('a:link		{ text-decoration:underline;       font-size:11px; color:#0000FF; line-height: 14px }');
	document.writeln('a:visited		{ text-decoration:underline;       font-size:11px; color:#9D11B3; line-height: 14px }');
	document.writeln('a:active		{ text-decoration:underline;       font-size:11px; color:#999999; line-height: 14px }');
	document.writeln('a:hover		{ text-decoration:underline;  font-size:11px; color:#0000FF; line-height: 14px }');

// TEXT
	document.writeln('.comment1		{ text-decoration:none; font-size:10px; color:#666666; line-height: 14px }');
	document.writeln('.Bold1		{                       font-size:11px; color:#666666; line-height: 14px; font-weight:bold;}');
	document.writeln('.Bold3		{                       font-size:11px; color:#333333; line-height: 14px; font-weight:bold;}');
	document.writeln('.type1		{ text-decoration:none; font-size:11px; color:#666666; line-height: 14px }');
	document.writeln('.type2		{ text-decoration:none; font-size:11px; color:#E2017B; line-height: 14px }');
	document.writeln('.type3		{ text-decoration:none; font-size:11px; color:#333333; line-height: 14px }');
	document.writeln('.type4		{ text-decoration:none; font-size:11px; color:#FFFFFF; line-height: 14px }');
	document.writeln('#newsD        { position:absolute; clip: rect(0,245,137,0); left:137px; top:237px; width:245px; z-index:90; visibility: hidden }');
	document.writeln('.news         { position:absolute; top:0; left:0; font-size:11pt; line-height: 16px; visibility: inherit; z-index:150}');	
	document.writeln('\/\/ -->');
	document.writeln('</style>');
}


//Mac NN

else if (browser.isNavigator == true){
	document.writeln('<style type="text/css">');
	document.writeln('<!--');
	document.writeln('.parent{}');

// LINK
//	document.writeln('a:link		{ text-decoration:underline;       font-size:10px; color:#0000FF; line-height: 15px }');
//	document.writeln('a:visited		{ text-decoration:underline;       font-size:10px; color:#9D11B3; line-height: 15px }');
//	document.writeln('a:active		{ text-decoration:underline;       font-size:10px; color:#999999; line-height: 15px }');
//	document.writeln('a:hover		{ text-decoration:underline;  font-size:10px; color:#0000FF; line-height: 15px }');

// TEXT
	document.writeln('.comment1		{ text-decoration:none; font-size:10px; color:#666666; line-height: 14px }');
	document.writeln('.Bold1		{                       font-size:11px; color:#666666; line-height: 14px; font-weight:bold;}');
	document.writeln('.Bold3		{                       font-size:11px; color:#333333; line-height: 14px; font-weight:bold;}');
	document.writeln('.type1		{ text-decoration:none; font-size:10px; color:#666666; line-height: 15px }');
	document.writeln('.type2		{ text-decoration:none; font-size:10px; color:#E2017B; line-height: 15px }');
	document.writeln('.type3		{ text-decoration:none; font-size:10px; color:#333333; line-height: 15px }');
	document.writeln('.type4		{ text-decoration:none; font-size:10px; color:#FFFFFF; line-height: 15px }');
	document.writeln('#newsD        { position:absolute; clip: rect(0,245,137,0); left:137px; top:237px; width:245px;  z-index:90; visibility: hidden }');
	document.writeln('.news         { position:absolute; top:0; left:0; font-size:12pt; line-height: 18px; visibility: inherit; z-index:150}');	
	document.writeln('\/\/ -->');
	document.writeln('</style>');
}


//Win IE

else if (win == true){
	document.writeln('<style type="text/css">');
	document.writeln('<!--');
	document.writeln('.parent{}');

// LINK
	document.writeln('a:link		{ text-decoration:underline;       font-size:12px; color:#0000FF; line-height: 15px }');
	document.writeln('a:visited		{ text-decoration:underline;       font-size:12px; color:#9D11B3; line-height: 15px }');
	document.writeln('a:active		{ text-decoration:underline;       font-size:12px; color:#999999; line-height: 15px }');
	document.writeln('a:hover		{ text-decoration:underline;  font-size:12px; color:#0000FF; line-height: 15px }');

// TEXT
	document.writeln('.comment1		{ text-decoration:none; font-size:10px; color:#666666; line-height: 14px }');
	document.writeln('.Bold1		{                       font-size:12px; color:#666666; line-height: 14px; font-weight:bold;}');
	document.writeln('.Bold3		{                       font-size:12px; color:#333333; line-height: 14px; font-weight:bold;}');
	document.writeln('.type1		{ text-decoration:none; font-size:12px; color:#666666; line-height: 15px }');
	document.writeln('.type2		{ text-decoration:none; font-size:12px; color:#E2017B; line-height: 15px }');
	document.writeln('.type3		{ text-decoration:none; font-size:12px; color:#333333; line-height: 15px }');
	document.writeln('.type4		{ text-decoration:none; font-size:12px; color:#FFFFFF; line-height: 15px }');
	document.writeln('#newsD        { position:absolute; clip: rect(0,245,137,0); left:137px; top:237px; width:245px;  z-index:90; visibility: hidden }');
	document.writeln('.news         { position:absolute; top:0; left:0; font-size:12pt; line-height: 16px;  visibility: inherit; z-index:150}');	
	document.writeln('\/\/ -->');
	document.writeln('</style>');
}


//Mac IE

else{
	document.writeln('<style type="text/css">');
	document.writeln('<!--');
	document.writeln('.parent{}');

// LINK
	document.writeln('a:link		{ text-decoration:underline;       font-size:10px; color:#0000FF; line-height: 15px }');
	document.writeln('a:visited		{ text-decoration:underline;       font-size:10px; color:#9D11B3; line-height: 15px }');
	document.writeln('a:active		{ text-decoration:underline;       font-size:10px; color:#999999; line-height: 15px }');
	document.writeln('a:hover		{ text-decoration:underline;  font-size:10px; color:#0000FF; line-height: 15px }');

// TEXT
	document.writeln('.comment1		{ text-decoration:none; font-size:10px; color:#666666; line-height: 14px }');
	document.writeln('.Bold1		{                       font-size:10px; color:#666666; line-height: 14px; font-weight:bold;}');
	document.writeln('.Bold3		{                       font-size:10px; color:#333333; line-height: 14px; font-weight:bold;}');
	document.writeln('.type1		{ text-decoration:none; font-size:10px; color:#666666; line-height: 15px }');
	document.writeln('.type2		{ text-decoration:none; font-size:10px; color:#E2017B; line-height: 15px }');
	document.writeln('.type3		{ text-decoration:none; font-size:10px; color:#333333; line-height: 15px }');
	document.writeln('.type4		{ text-decoration:none; font-size:10px; color:#FFFFFF; line-height: 15px }');
	document.writeln('#newsD        { position:absolute; clip: rect(0,245,137,0); left:137px; top:237px; width:245px;  z-index:90; visibility: hidden }');
	document.writeln('.news         { position:absolute; top:0; left:0; font-size:10pt; line-height: 14px;  visibility: inherit; z-index:150}');	
	document.writeln('\/\/ -->');
	document.writeln('</style>');
}