var vNum = navigator.appVersion.charAt(0);
var bName = navigator.appName.charAt(0);


document.writeln("<STYLE TYPE='text/css'><!--");
if(navigator.appVersion.indexOf("Mac") > -1)
{
	if( bName == "M")
{
	// MAC IE
document.writeln(".e9{font-size:9px}");
document.writeln(".e10{font-size:10px}");
document.writeln(".e12{font-size:12px}");
document.writeln(".j9{font-size:9px}");
document.writeln(".j10, body{font-size:10px}"); //DEFAULT
document.writeln(".j12{font-size:12px}");
document.writeln(".j14{font-size:14px}");
document.writeln(".j18{font-size:18px}");
document.writeln(".j9w{font-size:9px; color:#ffffff}");
document.writeln(".j9g{font-size:9px; color:#008000}");
document.writeln(".j9o{font-size:9px; color:#ff9900}");
document.writeln(".j10w{font-size:10px; color:#ffffff}");
document.writeln(".j10g{font-size:10px; color:#008000}");
document.writeln(".j10y{font-size:10px; color:#ffff66}");	
document.writeln(".j10o{font-size:10px; color:#ff9900}");
document.writeln(".j10cho{font-size:10px; color:#590000}");
document.writeln(".j10yog{font-size:10px; color:#66a6ff}");
document.writeln(".j10tea{font-size:10px; color:#cc1900}");
document.writeln(".j10blu{font-size:10px; color:#3f197f}");
document.writeln(".j10gfru{font-size:10px; color:#ee6655}");
document.writeln(".j10gry{font-size:10px; color:#666666}");
document.writeln(".j10st{font-size:10px; color:#cc3399}");
document.writeln(".j10moc{font-size:10px; color:#996666}");
document.writeln(".j10rai{font-size:10px; color:#990033}");
document.writeln(".j10lem{font-size:10px; color:#bbaa00}");
document.writeln(".j10man{font-size:10px; color:#ff6600}");
document.writeln(".j10car{font-size:10px; color:#774422}");
document.writeln(".j10cc{font-size:10px; color:#ee9955}");
document.writeln(".j10bana{font-size:10px; color:#ddaa00}");
document.writeln(".j10mar{font-size:10px; color:#995522}");
document.writeln(".j10gold{font-size:10px; color:#78631a}");
document.writeln(".j12g{font-size:12px; color:#008000}");
document.writeln(".j12y{font-size:12px; color:#ffcc00}");	
document.writeln(".j12w{font-size:12px; color:#ffffff}");
document.writeln(".j12o{font-size:12px; color:#ff9900}");
document.writeln(".j12cus{font-size:12px; color:#f5d16f}");
document.writeln(".j12cho{font-size:12px; color:#590000}");
document.writeln(".j12yog{font-size:12px; color:#66a6ff}");
document.writeln(".j12tea{font-size:12px; color:#cc1900}");
document.writeln(".j12blu{font-size:12px; color:#3f197f}");
document.writeln(".j12gfru{font-size:12px; color:#ee6655}");
document.writeln(".j12rai{font-size:12px; color:#990033}");
document.writeln(".j12y2{font-size:12px; color:#ffff66}");
document.writeln(".j12moc{font-size:12px; color:#996666}");
document.writeln(".j12st{font-size:12px; color:#cc3399}");
document.writeln(".j12lem{font-size:12px; color:#bbaa00}");
document.writeln(".j12man{font-size:12px; color:#ff6600}");
document.writeln(".j12car{font-size:12px; color:#774422}");
document.writeln(".j12cc{font-size:12px; color:#ee9955}");
document.writeln(".j12bana{font-size:12px; color:#ddaa00}");
document.writeln(".j12pan{font-size:12px; color:#ee5500}");
document.writeln(".j12mar{font-size:12px; color:#995522}");
document.writeln(".j12gold{font-size:12px; color:#78631a}");
document.writeln(".j14g{font-size:14px; color:#008000}");
document.writeln(".j14w{font-size:14px; color:#ffffff}");
document.writeln(".j14wbd{font-size:14px; font-weight:bold; color:#ffffff}");
document.writeln(".j14o{font-size:14px; font-weight:bold; color:#ff9900}");
document.writeln(".j14rai{font-size:14px; font-weight:bold; color:#990033}");
document.writeln(".j14chobd{font-size:14px; font-weight:bold; color:#590000}");
document.writeln(".j14gbd{font-size:14px; font-weight:bold; color:#008000}");
document.writeln(".j14yog{font-size:14px; font-weight:bold; color:#66a6ff}");
document.writeln(".j14tea{font-size:14px; font-weight:bold; color:#cc1900}");
document.writeln(".j14y{font-size:14px; font-weight:bold; color:#ffcc00}");
document.writeln(".j14moc{font-size:14px; font-weight:bold; color:#996666}");
document.writeln(".j14gfbd{font-size:14px; font-weight:bold; color:#ee6655}");
document.writeln(".j14st{font-size:14px; font-weight:bold; color:#cc3399}");
document.writeln(".j14lem{font-size:14px; font-weight:bold; color:#bbaa00}");
document.writeln(".j14man{font-size:14px; font-weight:bold; color:#ff6600}");
document.writeln(".e14bd{font-size:14px; font-weight:bold; color:#ffffff}");
document.writeln(".j14car{font-size:14px; font-weight:bold; color:#774422}");
document.writeln(".j14cc{font-size:14px; font-weight:bold; color:#ee9955}");
document.writeln(".j14bana{font-size:14px; font-weight:bold; color:#ddaa00}");
document.writeln(".j14pan{font-size:14px; font-weight:bold; color:#ee5500}");
document.writeln(".j14mar{font-size:14px; font-weight:bold; color:#995522}");
document.writeln(".j14gold{font-size:14px; font-weight:bold; color:#78631a}");
document.writeln(".e16{font-size:16px; color:#ffffff}");
}
	else
	{
if( vNum < 5 )
{
	// MAC NETSCAPE 4.x
document.writeln(".e9{font-size:9px; line-height:10px}");
document.writeln(".e10{font-size:10px; line-height:12px}");
document.writeln(".e12{font-size:12px; line-height:14px}");
document.writeln(".j9{font-size:9px; line-height:12px}");
document.writeln(".j10, body{font-size:10px; line-height:13px}"); //DEFAULT 
document.writeln(".j12{font-size:12px; line-height:15px}");
document.writeln(".j14{font-size:14px; line-height:18px}");
document.writeln(".j18{font-size:18px; line-height:22px}");
document.writeln(".j9w{font-size:9px; line-height:10px; color:#ffffff}");
document.writeln(".j9g{font-size:9px; line-height:10px; color:#008000}");
document.writeln(".j9o{font-size:9px; line-height:10px; color:#ff9900}");
document.writeln(".j10w{font-size:10px; line-height:13px; color:#ffffff}");
document.writeln(".j10g{font-size:10px; line-height:13px; color:#008000}");	
document.writeln(".j10y{font-size:10px; line-height:13px; color:#ffff66}");
document.writeln(".j10o{font-size:10px; line-height:13px; color:#ff9900}");
document.writeln(".j10cho{font-size:10px; line-height:13px; color:#590000}");
document.writeln(".j10yog{font-size:10px; line-height:13px; color:#66a6ff}");
document.writeln(".j10tea{font-size:10px; line-height:13px; color:#cc1900}");
document.writeln(".j10blu{font-size:10px; line-height:13px; color:#3f197f}");
document.writeln(".j10gfru{font-size:10px; line-height:13px; color:#ee6655}");
document.writeln(".j10gry{font-size:10px; line-height:13px; color:#666666}");
document.writeln(".j10st{font-size:10px; line-height:13px; color:#cc3399}");
document.writeln(".j10moc{font-size:10px; line-height:13px; color:#996666}");
document.writeln(".j10rai{font-size:10px; line-height:13px; color:#990033}");
document.writeln(".j10lem{font-size:10px; line-height:13px; color:#bbaa00}");
document.writeln(".j10man{font-size:10px; line-height:13px; color:#ff6600}");
document.writeln(".j10car{font-size:10px; line-height:13px; color:#774422}");
document.writeln(".j10cc{font-size:10px; line-height:13px; color:#ee9955}");
document.writeln(".j10bana{font-size:10px; line-height:13px; color:#ddaa00}");
document.writeln(".j10mar{font-size:10px; line-height:13px; color:#995522}");
document.writeln(".j10gold{font-size:10px; line-height:13px; color:#78631a}");
document.writeln(".j12g{font-size:12px; line-height:15px; color:#008000}");
document.writeln(".j12y{font-size:12px; line-height:15px; color:#ffcc00}");	
document.writeln(".j12w{font-size:12px; line-height:15px; color:#ffffff}");
document.writeln(".j12o{font-size:12px; line-height:15px; color:#ff9900}");
document.writeln(".j12cus{font-size:12px; line-height:15px; color:#f5d16f}");
document.writeln(".j12cho{font-size:12px; line-height:15px; color:#590000}");
document.writeln(".j12yog{font-size:12px; line-height:15px; color:#66a6ff}");
document.writeln(".j12tea{font-size:12px; line-height:15px; color:#cc1900}");
document.writeln(".j12blu{font-size:12px; line-height:15px; color:#3f197f}");
document.writeln(".j12gfru{font-size:12px; line-height:15px; color:#ee6655}");
document.writeln(".j12rai{font-size:12px; line-height:15px; color:#990033}");
document.writeln(".j12y2{font-size:12px; line-height:15px; color:#ffff66}");
document.writeln(".j12moc{font-size:12px; line-height:15px; color:#996666}");
document.writeln(".j12st{font-size:12px; line-height:15px; color:#cc3399}");
document.writeln(".j12lem{font-size:12px; line-height:15px; color:#bbaa00}");
document.writeln(".j12man{font-size:12px; line-height:15px; color:#ff6600}");
document.writeln(".j12car{font-size:12px; line-height:15px; color:#774422}");
document.writeln(".j12cc{font-size:12px; line-height:15px; color:#ee9955}");
document.writeln(".j12bana{font-size:12px; line-height:12px; color:#ddaa00}");
document.writeln(".j12pan{font-size:12px; line-height:12px; color:#ee5500}");
document.writeln(".j12mar{font-size:12px; line-height:12px; color:#995522}");
document.writeln(".j12gold{font-size:12px; line-height:12px; color:#78631a}");
document.writeln(".j14g{font-size:14px; line-height:18px; color:#008000}");
document.writeln(".j14w{font-size:14px; line-height:18px; color:#ffffff}");
document.writeln(".j14wbd{font-size:14px; line-height:18px; font-weight:bold; color:#ffffff}");
document.writeln(".j14o{font-size:14px; line-height:18px; font-weight:bold; color:#ff9900}");
document.writeln(".j14rai{font-size:14px; line-height:18px; font-weight:bold; color:#990033}");
document.writeln(".j14chobd{font-size:14px; line-height:18px; font-weight:bold; color:#590000}");
document.writeln(".j14gbd{font-size:14px; line-height:18px; font-weight:bold; color:#008000}");
document.writeln(".j14yog{font-size:14px; line-height:18px; font-weight:bold; color:#66a6ff}");
document.writeln(".j14tea{font-size:14px; line-height:18px; font-weight:bold; color:#cc1900}");
document.writeln(".j14y{font-size:14px; line-height:18px; font-weight:bold; color:#ffcc00}");
document.writeln(".j14moc{font-size:14px; line-height:18px; font-weight:bold; color:#996666}");
document.writeln(".j14gfbd{font-size:14px; line-height:18px; font-weight:bold; color:#ee6655}");
document.writeln(".j14st{font-size:14px; line-height:18px; font-weight:bold; color:#cc3399}");
document.writeln(".e14bd{font-size:14px; line-height:18px; font-weight:bold; color:#ffffff}");
document.writeln(".j14lem{font-size:14px; line-height:18px; font-weight:bold; color:#bbaa00}");
document.writeln(".j14man{font-size:14px; line-height:18px; font-weight:bold; color:#ff6600}");
document.writeln(".j14car{font-size:14px; line-height:18px; font-weight:bold; color:#774422}");
document.writeln(".j14cc{font-size:14px; line-height:18px; font-weight:bold; color:#ee9955}");
document.writeln(".j14bana{font-size:14px; line-height:18px; font-weight:bold; color:#ddaa00}");
document.writeln(".j14pan{font-size:14px; line-height:18px; font-weight:bold; color:#ee5500}");
document.writeln(".j14mar{font-size:14px; line-height:18px; font-weight:bold; color:#995522}");
document.writeln(".j14gold{font-size:14px; line-height:18px; font-weight:bold; color:#78631a}");
document.writeln(".e16{font-size:16px; line-height:20px; color:#ffffff}")	
}
	else
	{
	// MAC NETSCAPE 6.x~
document.writeln(".e9{font-size:9px}");
document.writeln(".e10{font-size:10px}");
document.writeln(".e12{font-size:12px}");
document.writeln(".j9{font-size:9px; line-height:12px}");
document.writeln(".j10, body{font-size:10px; line-height:13px}"); //DEFAULT
document.writeln(".j12{font-size:12px; line-height:15px}");
document.writeln(".j14{font-size:14px; line-height:18px}");	
document.writeln(".j18{font-size:18px; line-height:22px}");
document.writeln(".j9w{font-size:9px; line-height:12px; color:#ffffff}");
document.writeln(".j9g{font-size:9px; line-height:12px; color:#008000}");
document.writeln(".j9o{font-size:9px; line-height:12px; color:#ff9900}");
document.writeln(".j10w{font-size:10px; line-height:13px; color:#ffffff}");
document.writeln(".j10g{font-size:10px; line-height:13px; color:#008000}");	
document.writeln(".j10y{font-size:10px; line-height:13px; color:#ffff66}");
document.writeln(".j10o{font-size:10px; line-height:13px; color:#ff9900}");
document.writeln(".j10cho{font-size:10px; line-height:13px; color:#590000}");
document.writeln(".j10yog{font-size:10px; line-height:13px; color:#66a6ff}");
document.writeln(".j10tea{font-size:10px; line-height:13px; color:#cc1900}");
document.writeln(".j10blu{font-size:10px; line-height:13px; color:#3f197f}");
document.writeln(".j10gfru{font-size:10px; line-height:13px; color:#ee6655}");
document.writeln(".j10gry{font-size:10px; line-height:13px; color:#666666}");
document.writeln(".j10st{font-size:10px; line-height:13px; color:#cc3399}");
document.writeln(".j10moc{font-size:10px; line-height:13px; color:#996666}");
document.writeln(".j10rai{font-size:10px; line-height:13px; color:#990033}");
document.writeln(".j10lem{font-size:10px; line-height:13px; color:#bbaa00}");
document.writeln(".j10man{font-size:10px; line-height:13px; color:#ff6600}");
document.writeln(".j10car{font-size:10px; line-height:13px; color:#774422}");
document.writeln(".j10cc{font-size:10px; line-height:13px; color:#ee9955}");
document.writeln(".j10bana{font-size:10px; line-height:13px; color:#ddaa00}");
document.writeln(".j10mar{font-size:10px; line-height:13px; color:#995522}");
document.writeln(".j10gold{font-size:10px; line-height:13px; color:#78631a}");
document.writeln(".j12g{font-size:12px; line-height:15px; color:#008000}");
document.writeln(".j12y{font-size:12px; line-height:15px; color:#ffcc00}");	
document.writeln(".j12w{font-size:12px; line-height:15px; color:#ffffff}");
document.writeln(".j12o{font-size:12px; line-height:15px; color:#ff9900}");
document.writeln(".j12cus{font-size:12px; line-height:15px; color:#f5d16f}");
document.writeln(".j12cho{font-size:12px; line-height:15px; color:#590000}");
document.writeln(".j12yog{font-size:12px; line-height:15px; color:#66a6ff}");
document.writeln(".j12tea{font-size:12px; line-height:15px; color:#cc1900}");
document.writeln(".j12blu{font-size:12px; line-height:15px; color:#3f197f}");
document.writeln(".j12gfru{font-size:12px; line-height:15px; color:#ee6655}");
document.writeln(".j12rai{font-size:12px; line-height:15px; color:#990033}");
document.writeln(".j12y2{font-size:12px; line-height:15px; color:#ffff66}");
document.writeln(".j12moc{font-size:12px; line-height:15px; color:#996666}");
document.writeln(".j12st{font-size:12px; line-height:15px; color:#cc3399}");
document.writeln(".j12lem{font-size:12px; line-height:15px; color:#bbaa00}");
document.writeln(".j12man{font-size:12px; line-height:15px; color:#ff6600}");
document.writeln(".j12car{font-size:12px; line-height:15px; color:#774422}");
document.writeln(".j12cc{font-size:12px; line-height:15px; color:#ee9955}");
document.writeln(".j12bana{font-size:12px; line-height:15px; color:#ddaa00}");
document.writeln(".j12pan{font-size:12px; line-height:15px; color:#ee5500}");
document.writeln(".j12mar{font-size:12px; line-height:15px; color:#995522}");
document.writeln(".j12gold{font-size:12px; line-height:15px; color:#78631a}");
document.writeln(".j14g{font-size:14px; line-height:18px; color:#008000}");
document.writeln(".j14w{font-size:14px; line-height:18px; color:#ffffff}");
document.writeln(".j14wbd{font-size:14px; line-height:18px; font-weight:bold; color:#ffffff}");
document.writeln(".j14o{font-size:14px; line-height:18px; font-weight:bold; color:#ff9900}");
document.writeln(".j14rai{font-size:14px; line-height:18px; font-weight:bold; color:#990033}");
document.writeln(".j14chobd{font-size:14px; line-height:18px; font-weight:bold; color:#590000}");
document.writeln(".j14gbd{font-size:14px; line-height:18px; font-weight:bold; color:#008000}");
document.writeln(".j14yog{font-size:14px; line-height:18px; font-weight:bold; color:#66a6ff}");
document.writeln(".j14tea{font-size:14px; line-height:18px; font-weight:bold; color:#cc1900}");
document.writeln(".j14y{font-size:14px; line-height:18px; font-weight:bold; color:#ffcc00}");
document.writeln(".j14moc{font-size:14px; line-height:18px; font-weight:bold; color:#996666}");
document.writeln(".j14gfbd{font-size:14px; line-height:18px; font-weight:bold; color:#ee6655}");
document.writeln(".j14st{font-size:14px; line-height:18px; font-weight:bold; color:#cc3399}");
document.writeln(".e14bd{font-size:14px; line-height:18px; font-weight:bold; color:#ffffff}");
document.writeln(".j14lem{font-size:14px; line-height:18px; font-weight:bold; color:#bbaa00}");
document.writeln(".j14man{font-size:14px; line-height:18px; font-weight:bold; color:#ff6600}");
document.writeln(".j14car{font-size:14px; line-height:18px; font-weight:bold; color:#774422}");
document.writeln(".j14cc{font-size:14px; line-height:18px; font-weight:bold; color:#ee9955}");
document.writeln(".j14bana{font-size:14px; line-height:18px; font-weight:bold; color:#ddaa00}");
document.writeln(".j14pan{font-size:14px; line-height:18px; font-weight:bold; color:#ee5500}");
document.writeln(".j14mar{font-size:14px; line-height:18px; font-weight:bold; color:#995522}");
document.writeln(".j14gold{font-size:14px; line-height:18px; font-weight:bold; color:#78631a}");
document.writeln(".e16{font-size:16px; color:#ffffff}")	
	}
	 }

}
else
{
	if( bName == "M")
	{
// WIN IE
document.writeln(".e9{font-size:9px; line-height:10px}");
document.writeln(".e10{font-size:10px; line-height:11px}");
document.writeln(".e12{font-size:12px; line-height:14px}");
document.writeln(".j9{font-size:10px; line-height:12px}");
document.writeln(".j10, body{font-size:11px; line-height:13px}"); //DEFAULT
document.writeln(".j12{font-size:12px; line-height:15px; letter-spacing:1px}");
document.writeln(".j14{font-size:14px; line-height:18px; letter-spacing:1px}");
document.writeln(".j9w{font-size:10px; line-height:12px; color:#ffffff}");
document.writeln(".j9g{font-size:10px; line-height:12px; color:#008000}");
document.writeln(".j9o{font-size:10px; line-height:12px; color:#ff9900}");
document.writeln(".j10w{font-size:11px; line-height:13px; color:#ffffff}");
document.writeln(".j10g{font-size:11px; line-height:13px; color:#008000}");
document.writeln(".j10y{font-size:11px; line-height:13px; color:#ffff66}");	
document.writeln(".j10o{font-size:11px; line-height:13px; color:#ff9900}");
document.writeln(".j10cho{font-size:11px; line-height:13px; color:#590000}");
document.writeln(".j10yog{font-size:11px; line-height:13px; color:#66a6ff}");
document.writeln(".j10tea{font-size:11px; line-height:13px; color:#cc1900}");
document.writeln(".j10blu{font-size:11px; line-height:13px; color:#3f197f}");
document.writeln(".j10gfru{font-size:11px; line-height:13px; color:#ee6655}");
document.writeln(".j10gry{font-size:11px; line-height:13px; color:#666666}");
document.writeln(".j10st{font-size:11px; line-height:13px; color:#cc3399}");
document.writeln(".j10moc{font-size:11px; line-height:13px; color:#996666}");
document.writeln(".j10rai{font-size:11px; line-height:13px; color:#990033}");
document.writeln(".j10lem{font-size:11px; line-height:13px; color:#bbaa00}");
document.writeln(".j10man{font-size:11px; line-height:13px; color:#ff6600}");
document.writeln(".j10car{font-size:11px; line-height:13px; color:#774422}");
document.writeln(".j10cc{font-size:11px; line-height:13px; color:#ee9955}");
document.writeln(".j10bana{font-size:11px; line-height:13px; color:#ddaa00}");
document.writeln(".j10mar{font-size:11px; line-height:13px; color:#995522}");
document.writeln(".j10gold{font-size:11px; line-height:13px; color:#78631a}");
document.writeln(".j12g{font-size:12px; line-height:15px; letter-spacing:1px; color:#008000}");
document.writeln(".j12y{font-size:12px; line-height:15px; letter-spacing:1px; color:#ffcc00}");	
document.writeln(".j12w{font-size:12px; line-height:15px; letter-spacing:1px; color:#ffffff}");
document.writeln(".j12o{font-size:12px; line-height:15px; letter-spacing:1px; color:#ff9900}");
document.writeln(".j12cus{font-size:12px; line-height:15px; letter-spacing:1px; color:#f5d16f}");
document.writeln(".j12cho{font-size:12px; line-height:15px; letter-spacing:1px; color:#590000}");
document.writeln(".j12yog{font-size:12px; line-height:15px; letter-spacing:1px; color:#66a6ff}");
document.writeln(".j12tea{font-size:12px; line-height:15px; letter-spacing:1px; color:#cc1900}");
document.writeln(".j12blu{font-size:12px; line-height:15px; letter-spacing:1px; color:#3f197f}");
document.writeln(".j12gfru{font-size:12px; line-height:15px; letter-spacing:1px; color:#ee6655}");
document.writeln(".j12rai{font-size:12px; line-height:15px; letter-spacing:1px; color:#990033}");
document.writeln(".j12y2{font-size:12px; line-height:15px; letter-spacing:1px; color:#ffff66}");
document.writeln(".j12moc{font-size:12px; line-height:15px; letter-spacing:1px; color:#996666}");
document.writeln(".j12st{font-size:12px; line-height:15px; letter-spacing:1px; color:#cc3399}");
document.writeln(".j12lem{font-size:12px; line-height:15px; letter-spacing:1px; color:#bbaa00}");
document.writeln(".j12man{font-size:12px; line-height:15px; letter-spacing:1px; color:#ff6600}");
document.writeln(".j12car{font-size:12px; line-height:15px; letter-spacing:1px; color:#774422}");
document.writeln(".j12cc{font-size:12px; line-height:15px; letter-spacing:1px; color:#ee9955}");
document.writeln(".j12bana{font-size:12px; line-height:15px; letter-spacing:1px; color:#ddaa00}");
document.writeln(".j12pan{font-size:12px; line-height:15px; letter-spacing:1px; color:#ee5500}");
document.writeln(".j12mar{font-size:12px; line-height:15px; letter-spacing:1px; color:#995522}");
document.writeln(".j12gold{font-size:12px; line-height:15px; letter-spacing:1px; color:#78631a}");
document.writeln(".j14g{font-size:14px; line-height:18px; letter-spacing:1px; color:#008000}");
document.writeln(".j14w{font-size:14px; line-height:18px; letter-spacing:1px; color:#ffffff}");
document.writeln(".j14wbd{font-size:14px; line-height:18px; letter-spacing:1px; font-weight:bold; color:#ffffff}");
document.writeln(".j14o{font-size:14px; line-height:18px; letter-spacing:1px; font-weight:bold; color:#ff9900}");
document.writeln(".j14rai{font-size:14px; line-height:18px; letter-spacing:1px; font-weight:bold; color:#990033}");
document.writeln(".j14chobd{font-size:14px; line-height:18px; letter-spacing:1px; font-weight:bold; color:#590000}");
document.writeln(".j14gbd{font-size:14px; line-height:18px; letter-spacing:1px; font-weight:bold; color:#008000}");
document.writeln(".j14yog{font-size:14px; line-height:18px; letter-spacing:1px; font-weight:bold; color:#66a6ff}");
document.writeln(".j14tea{font-size:14px; line-height:18px; letter-spacing:1px; font-weight:bold; color:#cc1900}");
document.writeln(".j14y{font-size:14px; line-height:18px; letter-spacing:1px; font-weight:bold; color:#ffcc00}");
document.writeln(".j14moc{font-size:14px; line-height:18px; letter-spacing:1px; font-weight:bold; color:#996666}");
document.writeln(".j14gfbd{font-size:14px; line-height:18px; letter-spacing:1px; font-weight:bold; color:#ee6655}");
document.writeln(".j14st{font-size:14px; line-height:18px; letter-spacing:1px; font-weight:bold; color:#cc3399}");
document.writeln(".e14bd{font-size:14px; line-height:18px; letter-spacing:1px; font-weight:bold; color:#ffffff}");
document.writeln(".j14lem{font-size:14px; line-height:18px; letter-spacing:1px; font-weight:bold; color:#bbaa00}");
document.writeln(".j14man{font-size:14px; line-height:18px; letter-spacing:1px; font-weight:bold; color:#ff6600}");
document.writeln(".j14car{font-size:14px; line-height:18px; letter-spacing:1px; font-weight:bold; color:#774422}");
document.writeln(".j14cc{font-size:14px; line-height:18px; letter-spacing:1px; font-weight:bold; color:#ee9955}");
document.writeln(".j14bana{font-size:14px; line-height:18px; letter-spacing:1px; font-weight:bold; color:#ddaa00}");
document.writeln(".j14pan{font-size:14px; line-height:18px; letter-spacing:1px; font-weight:bold; color:#ee5500}");
document.writeln(".j14mar{font-size:14px; line-height:18px; letter-spacing:1px; font-weight:bold; color:#995522}");
document.writeln(".j14gold{font-size:14px; line-height:18px; letter-spacing:1px; font-weight:bold; color:#78631a}");
document.writeln(".e16{font-size:16px; line-height:20px; color:#ffffff}");

	}
	else
	{
if( vNum < 5 )
{
	// WIN NETSCAPE 4.x
document.writeln(".e9{font-size:11px}");
document.writeln(".e10{font-size:12px; line-height:12px}");
document.writeln(".e12{font-size:14px; line-height:14px}");
document.writeln(".j9{font-size:11px; line-height:12px}");
document.writeln(".j10, body{font-size:12px; line-height:14px}"); //DEFAULT
document.writeln(".j12{font-size:14px; line-height:16px}");
document.writeln(".j14{font-size:15px; line-height:18px}");
document.writeln(".j9w{font-size:11px; line-height:12px; color:#ffffff}");
document.writeln(".j9g{font-size:11px; line-height:12px; color:#008000}");
document.writeln(".j9o{font-size:11px; line-height:12px; color:#ff9900}");
document.writeln(".j10w{font-size:12px; line-height:14px; color:#ffffff}");
document.writeln(".j10g{font-size:12px; line-height:14px; color:#008000}");
document.writeln(".j10y{font-size:12px; line-height:14px; color:#ffff66}");	
document.writeln(".j10o{font-size:12px; line-height:14px; color:#ff9900}");
document.writeln(".j10cho{font-size:12px; line-height:14px; color:#590000}");
document.writeln(".j10yog{font-size:12px; line-height:14px; color:#66a6ff}");
document.writeln(".j10tea{font-size:12px; line-height:14px; color:#cc1900}");
document.writeln(".j10blu{font-size:12px; line-height:14px; color:#3f197f}");
document.writeln(".j10gfru{font-size:12px; line-height:14px; color:#ee6655}");
document.writeln(".j10gry{font-size:12px; line-height:14px; color:#666666}");
document.writeln(".j10st{font-size:12px; line-height:14px; color:#cc3399}");
document.writeln(".j10moc{font-size:12px; line-height:14px; color:#996666}");
document.writeln(".j10rai{font-size:12px; line-height:14px; color:#990033}");
document.writeln(".j10lem{font-size:12px; line-height:14px; color:#bbaa00}");
document.writeln(".j10man{font-size:12px; line-height:14px; color:#ff6600}");
document.writeln(".j10car{font-size:10px; line-height:14px; color:#774422}");
document.writeln(".j10cc{font-size:10px; line-height:14px; color:#ee9955}");
document.writeln(".j10bana{font-size:10px; line-height:14px; color:#ddaa00}");
document.writeln(".j10mar{font-size:10px; line-height:14px; color:#995522}");
document.writeln(".j10gold{font-size:10px; line-height:14px; color:#78631a}");
document.writeln(".j12g{font-size:14px; line-height:16px; color:#008000}");
document.writeln(".j12y{font-size:14px; line-height:16px; color:#ffcc00}");	
document.writeln(".j12w{font-size:14px; line-height:16px; color:#ffffff}");
document.writeln(".j12o{font-size:14px; line-height:16px; color:#ff9900}");
document.writeln(".j12cus{font-size:14px; line-height:16px; color:#f5d16f}");
document.writeln(".j12cho{font-size:14px; line-height:16px; color:#590000}");
document.writeln(".j12yog{font-size:14px; line-height:16px; color:#66a6ff}");
document.writeln(".j12tea{font-size:14px; line-height:16px; color:#cc1900}");
document.writeln(".j12blu{font-size:14px; line-height:16px; color:#3f197f}");
document.writeln(".j12gfru{font-size:14px; line-height:16px; color:#ee6655}");
document.writeln(".j12rai{font-size:14px; line-height:16px; color:#990033}");
document.writeln(".j12y2{font-size:14px; line-height:16px; color:#ffff66}");
document.writeln(".j12moc{font-size:14px; line-height:16px; color:#996666}");
document.writeln(".j12st{font-size:14px; line-height:16px; color:#cc3399}");
document.writeln(".j12lem{font-size:14px; line-height:16px; color:#bbaa00}");
document.writeln(".j12man{font-size:14px; line-height:16px; color:#ff6600}");
document.writeln(".j12car{font-size:14px; line-height:16px; color:#774422}");
document.writeln(".j12cc{font-size:14px; line-height:16px; color:#ee9955}");
document.writeln(".j12bana{font-size:14px; line-height:16px; color:#ddaa00}");
document.writeln(".j12pan{font-size:14px; line-height:16px; color:#ee5500}");
document.writeln(".j12mar{font-size:14px; line-height:16px; color:#995522}");
document.writeln(".j12gold{font-size:14px; line-height:16px; color:#78631a}");
document.writeln(".j14g{font-size:15px; line-height:18px; color:#008000}");
document.writeln(".j14w{font-size:15px; line-height:18px; color:#ffffff}");
document.writeln(".j14wbd{font-size:15px; line-height:18px; font-weight:bold; color:#ffffff}");
document.writeln(".j14o{font-size:15px; line-height:18px; font-weight:bold; color:#ff9900}");
document.writeln(".j14rai{font-size:15px; line-height:18px; font-weight:bold; color:#990033}");
document.writeln(".j14chobd{font-size:15px; line-height:18px; font-weight:bold; color:#590000}");
document.writeln(".j14gbd{font-size:15px; line-height:18px; font-weight:bold; color:#008000}");
document.writeln(".j14yog{font-size:15px; line-height:18px; font-weight:bold; color:#66a6ff}");
document.writeln(".j14tea{font-size:15px; line-height:18px; font-weight:bold; color:#cc1900}");
document.writeln(".j14y{font-size:15px; line-height:18px; font-weight:bold; color:#ffcc00}");
document.writeln(".j14moc{font-size:15px; line-height:18px; font-weight:bold; color:#996666}");
document.writeln(".j14gfbd{font-size:15px; line-height:18px; font-weight:bold; color:#ee6655}");
document.writeln(".j14st{font-size:14px; line-height:18px; font-weight:bold; color:#cc3399}");
document.writeln(".e14bd{font-size:16px; line-height:20px; font-weight:bold; color:#ffffff}");
document.writeln(".j14lem{font-size:16px; line-height:20px; font-weight:bold; color:#bbaa00}");
document.writeln(".j14man{font-size:16px; line-height:20px; font-weight:bold; color:#ff6600}");
document.writeln(".j14car{font-size:16px; line-height:18px; font-weight:bold; color:#774422}");
document.writeln(".j14cc{font-size:16px; line-height:18px; font-weight:bold; color:#ee9955}");
document.writeln(".j14bana{font-size:16px; line-height:18px; font-weight:bold; color:#ddaa00}");
document.writeln(".j14pan{font-size:16px; line-height:18px; font-weight:bold; color:#ee5500}");
document.writeln(".j14mar{font-size:16px; line-height:18px; font-weight:bold; color:#995522}");
document.writeln(".j14gold{font-size:16px; line-height:18px; font-weight:bold; color:#78631a}");
document.writeln(".e16{font-size:18px; line-height:22px; color:#ffffff}");

}
else
{
	// WIN NETSCAPE 6.x~
document.writeln(".e9{font-size:9px; line-height:10px}");
document.writeln(".e10{font-size:10px; line-height:11px}");
document.writeln(".e12{font-size:12px; line-height:14px}");
document.writeln(".j9{font-size:10px; line-height:12px}");
document.writeln(".j10, body{font-size:11px; line-height:13px}"); //DEFAULT
document.writeln(".j12{font-size:12px; line-height:15px; letter-spacing:1px}");
document.writeln(".j14{font-size:14px; line-height:18px; letter-spacing:1px}");
document.writeln(".j9w{font-size:10px; line-height:12px; color:#ffffff}");
document.writeln(".j9g{font-size:10px; line-height:12px; color:#008000}");
document.writeln(".j9o{font-size:10px; line-height:12px; color:#ff9900}");
document.writeln(".j10w{font-size:11px; line-height:13px; color:#ffffff}");
document.writeln(".j10g{font-size:11px; line-height:13px; color:#008000}");
document.writeln(".j10y{font-size:11px; line-height:13px; color:#ffff66}");	
document.writeln(".j10o{font-size:11px; line-height:13px; color:#ff9900}");
document.writeln(".j10cho{font-size:11px; line-height:13px; color:#590000}");
document.writeln(".j10yog{font-size:11px; line-height:13px; color:#66a6ff}");
document.writeln(".j10tea{font-size:11px; line-height:13px; color:#cc1900}");
document.writeln(".j10blu{font-size:11px; line-height:13px; color:#3f197f}");
document.writeln(".j10gfru{font-size:11px; line-height:13px; color:#ee6655}");
document.writeln(".j10gry{font-size:11px; line-height:13px; color:#666666}");
document.writeln(".j10st{font-size:11px; line-height:13px; color:#cc3399}");
document.writeln(".j10moc{font-size:11px; line-height:13px; color:#996666}");
document.writeln(".j10rai{font-size:11px; line-height:13px; color:#990033}");
document.writeln(".j10lem{font-size:11px; line-height:13px; color:#bbaa00}");
document.writeln(".j10man{font-size:11px; line-height:13px; color:#ff6600}");
document.writeln(".j10car{font-size:11px; line-height:13px; color:#774422}");
document.writeln(".j10cc{font-size:11px; line-height:13px; color:#ee9955}");
document.writeln(".j10bana{font-size:11px; line-height:13px; color:#ddaa00}");
document.writeln(".j10mar{font-size:11px; line-height:13px; color:#995522}");
document.writeln(".j10gold{font-size:11px; line-height:13px; color:#78631a}");
document.writeln(".j12g{font-size:12px; line-height:15px; letter-spacing:1px; color:#008000}");
document.writeln(".j12y{font-size:12px; line-height:15px; letter-spacing:1px; color:#ffcc00}");	
document.writeln(".j12w{font-size:12px; line-height:15px; letter-spacing:1px; color:#ffffff}");
document.writeln(".j12o{font-size:12px; line-height:15px; letter-spacing:1px; color:#ff9900}");
document.writeln(".j12cus{font-size:12px; line-height:15px; letter-spacing:1px; color:#f5d16f}");
document.writeln(".j12cho{font-size:12px; line-height:15px; letter-spacing:1px; color:#590000}");
document.writeln(".j12yog{font-size:12px; line-height:15px; letter-spacing:1px; color:#66a6ff}");
document.writeln(".j12tea{font-size:12px; line-height:15px; letter-spacing:1px; color:#cc1900}");
document.writeln(".j12blu{font-size:12px; line-height:15px; letter-spacing:1px; color:#3f197f}");
document.writeln(".j12gfru{font-size:12px; line-height:15px; letter-spacing:1px; color:#ee6655}");
document.writeln(".j12rai{font-size:12px; line-height:15px; letter-spacing:1px; color:#990033}");
document.writeln(".j12y2{font-size:12px; line-height:15px; letter-spacing:1px; color:#ffff66}");
document.writeln(".j12moc{font-size12px; line-height:15px; letter-spacing:1px; color:#996666}");
document.writeln(".j12st{font-size:12px; line-height:15px; letter-spacing:1px; color:#cc3399}");
document.writeln(".j12lem{font-size:12px; line-height:15px; letter-spacing:1px; color:#bbaa00}");
document.writeln(".j12man{font-size:12px; line-height:15px; letter-spacing:1px; color:#ff6600}");
document.writeln(".j12car{font-size:12px; line-height:15px; letter-spacing:1px; color:#774422}");
document.writeln(".j12cc{font-size:12px; line-height:15px; letter-spacing:1px; color:#ee9955}");
document.writeln(".j12bana{font-size:12px; line-height:15px; letter-spacing:1px; color:#ddaa00}");
document.writeln(".j12pan{font-size:12px; line-height:15px; letter-spacing:1px; color:#ee5500}");
document.writeln(".j12mar{font-size:12px; line-height:15px; letter-spacing:1px; color:#995522}");
document.writeln(".j12gold{font-size:12px; line-height:15px; letter-spacing:1px; color:#78631a}");
document.writeln(".j14g{font-size:14px; line-height:18px; letter-spacing:1px; color:#008000}");
document.writeln(".j14w{font-size:14px; line-height:18px; letter-spacing:1px; color:#ffffff}");
document.writeln(".j14wbd{font-size:14px; line-height:18px; letter-spacing:1px; font-weight:bold; color:#ffffff}");
document.writeln(".j14o{font-size:14px; line-height:18px; letter-spacing:1px; font-weight:bold; color:#ff9900}");
document.writeln(".j14rai{font-size:14px; line-height:18px; font-weight:bold; color:#990033}");
document.writeln(".j14chobd{font-size:14px; line-height:18px; font-weight:bold; color:#590000}");
document.writeln(".j14gbd{font-size:14px; line-height:18px; font-weight:bold; color:#008000}");
document.writeln(".j14yog{font-size:14px; line-height:18px; font-weight:bold; color:#66a6ff}");
document.writeln(".j14tea{font-size:14px; line-height:18px; letter-spacing:1px; font-weight:bold; color:#cc1900}");
document.writeln(".j14y{font-size:14px; line-height:18px; letter-spacing:1px; font-weight:bold; color:#ffcc00}");
document.writeln(".j14moc{font-size:14px; line-height:18px; letter-spacing:1px; font-weight:bold; color:#996666}");
document.writeln(".j14gfbd{font-size:14px; line-height:18px; letter-spacing:1px; font-weight:bold; color:#ee6655}");
document.writeln(".j14st{font-size:14px; line-height:18px; letter-spacing:1px; font-weight:bold; color:#cc3399}");
document.writeln(".e14bd{font-size:14px; line-height:18px; letter-spacing:1px; font-weight:bold; color:#ffffff}");
document.writeln(".j14lem{font-size:14px; line-height:18px; letter-spacing:1px; font-weight:bold; color:#bbaa00}");
document.writeln(".j14man{font-size:14px; line-height:18px; letter-spacing:1px; font-weight:bold; color:#ff6600}");
document.writeln(".j14car{font-size:14px; line-height:18px; letter-spacing:1px; font-weight:bold; color:#774422}");
document.writeln(".j14cc{font-size:14px; line-height:18px; letter-spacing:1px; font-weight:bold; color:#ee9955}");
document.writeln(".j14bana{font-size:14px; line-height:18px; letter-spacing:1px; font-weight:bold; color:#ddaa00}");
document.writeln(".j14pan{font-size:14px; line-height:18px; letter-spacing:1px; font-weight:bold; color:#ee5500}");
document.writeln(".j14mar{font-size:14px; line-height:18px; letter-spacing:1px; font-weight:bold; color:#995522}");
document.writeln(".j14gold{font-size:14px; line-height:18px; letter-spacing:1px; font-weight:bold; color:#78631a}");
document.writeln(".e16{font-size:16px; line-height:20px; color:#ffffff}");
}
 }
}	



document.writeln("--></STYLE>");

