document.write("<STYLE TYPE='text/css'><!--")
if(navigator.appVersion.indexOf("Mac") > 1){
	// MAC
	document.write(".j9{font-size:9px; line-height:14px}")
	document.write(".j10h12{font-Size:10px; line-height:12px}")
	document.write(".j10h16{font-Size:10px; line-height:16px}")
} else {
	if(navigator.appName.charAt(0) == "M"){
		// WIN IE
		document.write(".j9{font-size:10px; line-height:13px}")
	} else if(navigator.appName.charAt(0) == "N"){
		// WIN NN
		document.write(".j9{font-size:11px; line-height:13px}")
	}
	document.write(".j10h16{font-Size:11px; line-height:16px}")
	document.write(".j10h12{font-Size:11px; line-height:13px}")
}

document.write(".j8hs{font-Size:8px; line-height:7px}")
document.write(".j12hs{font-Size:12px; line-height:7px}")
document.write(".j12h12{font-Size:12px; line-height:12px}")
document.write(".j12h13{font-Size:12px; line-height:13px}")
document.write(".j12h15{font-Size:12px; line-height:15px}")
document.write(".j12h16{font-Size:12px; line-height:16px}")
document.write(".j12h19{font-Size:12px; line-height:19px}")
document.write(".j12h22{font-Size:12px; line-height:22px}")
document.write(".j12h38{font-Size:12px; line-height:38px}")
document.write(".j14h20{font-Size:14px; line-height:20px}")
document.write(".j14h24{font-Size:14px; line-height:24px}")
document.write(".j18h24{font-Size:18px; line-height:24px}")
document.write(".j18h28{font-Size:18px; line-height:28px}")
document.write(".j28h28{font-Size:28px; line-height:28px}")

document.write(".headertitle{font-Size:20px; line-height:28px; font-weight:bold}")

document.write(".b{font-weight:bold}")
document.write(".u{text-decoration:underline}")

document.write(".red_sc{color:#cc2222}")
document.write(".red_sc_bkon{color:#cc2222; background-color:#ffCCCC; padding:3px;}")
document.write(".red_title{font-weight:bold; color:#cc2222; padding:3px;}")
document.write(".blue_sc{color:#2222cc}")
document.write(".blue_title{font-weight:bold; color:#2222cc;}")
document.write(".green_sc{color:#4F9B4F}")
document.write(".green_title{font-weight:bold; color:#4F9B4F;}")

document.write("a:link{text-decoration:underline; color:#2C0A5C}");
document.write("a:visited{text-decoration:underline; color:#5C0A2C}");
document.write("a:active{text-decoration:underline; color:#ffffff; background-color:#2C0A5C;}");

document.write(".ys_blue {background-color:#2C0A5C;}");
document.write(".g_line {background-color:#cccccc;}");
document.write(".g_lineb {background-color:#aaaaaa;}");

document.write("--></STYLE>");