//CSS main2 

win=(navigator.appVersion.indexOf('Win')!=-1)?true:false;
nn=(navigator.appName.charAt(0) == "N")?true:false;
bver=(navigator.appVersion.charAt(0) == "4")?true:false;

document.write("<style type='text/css'><!--")
if(win && nn && bver){
	//Windows Netscape Ver. 4.X
	document.write(".main2{font-size: 15px;}");
	document.write(".mainbold{font-size: 15px; font-weight: bold;}");
	document.write(".topmainbold{font-size: 15px; font-weight: bold;}");
	document.write(".event{font-size: 15px;}");
	document.write(".herbname{font-size: 15px;}");
}
else{
	//other
	document.write(".main2{font-size: 14px;}");
	document.write(".mainbold{font-size: 14px; font-weight: bold;}");
	document.write(".topmainbold{font-size: 14px; font-weight: bold;}");
	document.write(".event{font-size: 14px;}");
	document.write(".herbname{font-size: 14px;}");
}
document.write("--></style>");