var ie4 = false;
var ns4 = false;

if (navigator.appVersion >= '4') {
	if (navigator.appName == 'Netscape') ns4 = true;
	else ie4 = true;
}

if (ns4) {
	document.classes.text.all.color = "000000";
	document.classes.text.all.fontFamily = "Times New Roman, Times, Serif";
	if (navigator.userAgent.indexOf("Mac") != -1) { document.classes.text.all.fontSize = "15px"; }
	else { document.classes.text.all.fontSize = "15px"; }


	document.classes.textdwn.all.color = "000000";
	document.classes.textdwn.all.fontFamily = "Arial, Times, Serif";
	if (navigator.userAgent.indexOf("Mac") != -1) { document.classes.textdwn.all.fontSize = "11px"; }
	else { document.classes.textdwn.all.fontSize = "11px"; }
	
	document.classes.titgris.all.color = "000000";
	document.classes.titgris.all.fontFamily = "Times New Roman, Times, Serif";
	if (navigator.userAgent.indexOf("Mac") != -1) { document.classes.titgris.all.fontSize = "18px"; }
	else { document.classes.titgris.all.fontSize = "18px"; }


	document.classes.textgris.all.color = "000000";
	document.classes.textgris.all.fontFamily = "Times New Roman, Times, Serif";
	if (navigator.userAgent.indexOf("Mac") != -1) { document.classes.textgris.all.fontSize = "14px"; }
	else { document.classes.textgris.all.fontSize = "14px"; }
	
	document.classes.textab.all.color = "EBEBEB";
	document.classes.textab.all.fontFamily = "Times New Roman, Times, Serif";
	if (navigator.userAgent.indexOf("Mac") != -1) { document.classes.textab.all.fontSize = "14px"; }
	else { document.classes.textab.all.fontSize = "14px"; }
	

}
else {
	document.write('<style type=\"text/css\">');
		if (navigator.userAgent.indexOf("Mac") != -1) { 		
			document.write('.text		{ font-family: Times New Roman, Times, Serif; font-size:14px; color:#000000; }');
			document.write('.textdwn	{ font-family: Arial, Times, Serif; font-size:11px; color:#000000; }');
			document.write('.titgris	{ font-family: Times New Roman, Times, Serif; font-size:19px; color:#000000; }');
			document.write('.textgris	{ font-family: Times New Roman, Times, Serif; font-size:14px; color:#000000; }');
			document.write('.inicio		{ font-family: Times New Roman, Times, Serif; font-size:18px; color:#000000; }');
			document.write('.textab		{ font-family: Times New Roman, Times, Serif; font-size:14px; color:#EBEBEB; }');

		}
		else {
			document.write('.text    	{ font-family: Times New Roman, Times, Serif; font-size:15px; color:#000000; }');
			document.write('.textdwn    	{ font-family: Arial, Times, Serif; font-size:11px; color:#000000; }');				
			document.write('.titgris    	{ font-family: Times New Roman, Times, Serif; font-size:19px; color:#000000; }');
			document.write('.textgris    	{ font-family: Times New Roman, Times, Serif; font-size:15px; color:#000000; }');		
			document.write('.inicio    	{ font-family: Times New Roman, Times, Serif; font-size:19px; color:#000000; }');		
			document.write('.textab    	{ font-family: Times New Roman, Times, Serif; font-size:14px; color:#ebebeb; }');	
		}
		document.write('</style>');
}
