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:none; font-size:12px; color:#003399 }');
	document.writeln('a:visited		{ text-decoration:none; font-size:12px; color:#003366 }');
	document.writeln('a:active		{ text-decoration:none; font-size:12px; color:#ee0000 }');
	document.writeln('a:hover		{ text-decoration:underline; font-size:12px; color:#ee0000 }');

// TEXT
	document.writeln('.typelink		{ text-decoration:none; font-size:11px }');
	document.writeln('.typelink2		{ font-size:12px; color:#003399 }');
	document.writeln('.type9		{ font-size:11px; line-height: 13px }');
	document.writeln('.type10		{ font-size:12px; color:#333333 }');
	document.writeln('.type11		{ font-size:12px; color:#333333; line-height: 18px }');
	document.writeln('.type12		{ font-size:12px; color:#666666; line-height: 18px }');
	document.writeln('.type13		{ font-size:12px; color:#666666; line-height: 22px }');
	document.writeln('.type20		{ font-size:12px; color:#333333 }');
	document.writeln('.type21		{ font-size:12px; color:#333333; line-height: 18px }');
	document.writeln('.type22		{ font-size:12px; color:#666666; line-height: 18px }');
	document.writeln('.type23		{ font-size:12px; color:#666666; line-height: 20px }');
	document.writeln('.type24		{ font-size:12px; color:#333333; line-height: 20px }');
	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:none; font-size:12px; color:#003399 }');
	document.writeln('a:visited		{ text-decoration:none; font-size:12px; color:#003366 }');
	document.writeln('a:active		{ text-decoration:none; font-size:12px; color:#ee0000 }');
	document.writeln('a:hover		{ text-decoration:underline; font-size:12px; color:#ee0000 }');

// TEXT
	document.writeln('.typelink		{ text-decoration:none; font-size:10px }');
	document.writeln('.type9		{ font-size:9px }');
	document.writeln('.type10		{ font-size:10px; color:#333333 }');
	document.writeln('.type11		{ font-size:10px; color:#333333; line-height: 16px }');
	document.writeln('.type12		{ font-size:10px; color:#666666; line-height: 16px }');
	document.writeln('.type13		{ font-size:10px; color:#666666; line-height: 20px }');
	document.writeln('.type20		{ font-size:12px; color:#333333 }');
	document.writeln('.type21		{ font-size:12px; color:#333333; line-height: 16px }');
	document.writeln('.type22		{ font-size:12px; color:#666666; line-height: 16px }');
	document.writeln('.type23		{ font-size:12px; color:#666666; line-height: 20px }');
	document.writeln('.type24		{ font-size:12px; color:#333333; line-height: 20px }');	
	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:none; font-size:12px; color:#003399 }');
	document.writeln('a:visited		{ text-decoration:none; font-size:12px; color:#003366 }');
	document.writeln('a:active		{ text-decoration:none; font-size:12px; color:#ee0000 }');
	document.writeln('a:hover		{ text-decoration:underline; font-size:12px; color:#ee0000 }');

// TEXT
	document.writeln('.typelink		{ text-decoration:none; font-size:10px }');
	document.writeln('.type9		{ font-size:10px; line-height: 13px }');
	document.writeln('.type10		{ font-size:11px; color:#333333 }');
	document.writeln('.type11		{ font-size:11px; color:#333333; line-height: 16px }');
	document.writeln('.type12		{ font-size:11px; color:#666666; line-height: 16px }');
	document.writeln('.type13		{ font-size:11px; color:#666666; line-height: 20px }');
	document.writeln('.type20		{ font-size:12px; color:#333333 }');
	document.writeln('.type21		{ font-size:12px; color:#333333; line-height: 16px }');
	document.writeln('.type22		{ font-size:12px; color:#666666; line-height: 16px }');
	document.writeln('.type23		{ font-size:12px; color:#666666; line-height: 20px }');
	document.writeln('.type24		{ font-size:12px; color:#333333; line-height: 20px }');	
	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:none; font-size:12px; color:#003399 }');
	document.writeln('a:visited		{ text-decoration:none; font-size:12px; color:#003366 }');
	document.writeln('a:active		{ text-decoration:none; font-size:12px; color:#ee0000 }');
	document.writeln('a:hover		{ text-decoration:underline; font-size:12px; color:#ee0000 }');

// TEXT
	document.writeln('.typelink		{ text-decoration:none; font-size:10px }');
	document.writeln('.type9		{ font-size:9px }');
	document.writeln('.type10		{ font-size:10px; color:#333333 }');
	document.writeln('.type11		{ font-size:10px; color:#333333; line-height: 16px }');
	document.writeln('.type12		{ font-size:10px; color:#666666; line-height: 16px }');
	document.writeln('.type13		{ font-size:10px; color:#333333; line-height: 20px }');
	document.writeln('.type20		{ font-size:12px; color:#333333 }');
	document.writeln('.type21		{ font-size:12px; color:#333333; line-height: 16px }');
	document.writeln('.type22		{ font-size:12px; color:#666666; line-height: 16px }');
	document.writeln('.type23		{ font-size:12px; color:#666666; line-height: 20px }');
	document.writeln('.type24		{ font-size:12px; color:#333333; line-height: 20px }');	
	document.writeln('\/\/ -->');
	document.writeln('</style>');
}