document.write("<STYLE TEXT='text/css'><!--");

//--Link decoration
document.write("a:link { text-decoration: underline; color: #ff3366;}");
document.write("a:visited { text-decoration: underline; color: #ff3366;}");
document.write("a:hover { text-decoration: underline; color: #FF9933;}");
document.write("a.a2:link { text-decoration: none; color: #ffffff;}");
document.write("a.a2:visited { text-decoration: none; color: #ffffff;}");
document.write("a.a2:hover { text-decoration: underline; color: #ffffcc;}");
document.write("a.a3:link { text-decoration: none; color: #444444;}");
document.write("a.a3:visited { text-decoration: none; color: #444444;}");
document.write("a.a3:hover { text-decoration: none; color: #999999;}");
document.write("a.a4:link { text-decoration: none; color: #3399ff;}");
document.write("a.a4:visited { text-decoration: none; color: #3399ff;}");
document.write("a.a4:hover { text-decoration: underline; color: #3366cc;}");

//--table border
document.write("a.a4:hover { text-decoration: underline; color: #3366cc;}");
document.write(".in table { border-collapse: collapse; }");
document.write(".in td, th { border: 1px solid #d70000; padding: 3px; }");

//--Macintosh
if(Mac){
//--96dpi Browser(IE5ENN6)
	if(Version >= 5){
		document.write(".t10 { font-size: 10px; color: #444444; line-height: 140%;}");
		document.write(".t12 { font-size: 12px; color: #444444; line-height: 140%;}");
		document.write(".t10_white { font-size: 10px; color: white; line-height: 140%;}");
		document.write(".t12_white { font-size: 12px; color: white; line-height: 140%;}");
		document.write(".t10_orange { font-size: 10px; color: #ff6600; line-height: 140%;}");
		document.write(".t12_orange { font-size: 12px; color: #ff6600; line-height: 140%;}");
		document.write(".t10_red { font-size: 10px; color: #ff3333; line-height: 140%;}");
		document.write(".t12_red { font-size: 12px; color: #ff3333; line-height: 140%;}");
		document.write(".t10_green { font-size: 10px; color: #66cc00; line-height: 140%;}");
		document.write(".t12_green { font-size: 12px; color: #66cc00; line-height: 140%;}");
		document.write(".t10_blue { font-size: 10px; color: #3399ff; line-height: 140%;}");
		document.write(".t12_blue { font-size: 12px; color: #3399ff; line-height: 140%;}");
		document.write(".t10_menu { font-size: 10px; color: #444444; line-height: 130%; padding-left: 6pt; padding-right: 6pt;}");
		document.write("h1 { font-size:10px; margin-bottom:4px; color:#444444; font-weight: none; }");
		}
//--NN4.~`EIE4.~
	else{
		document.write(".t10 { font-size: 10px; color: #444444; line-height: 140%;}");
		document.write(".t12 { font-size: 12px; color: #444444; line-height: 140%;}");
		document.write(".t10_white { font-size: 10px; color: white; line-height: 140%;}");
		document.write(".t12_white { font-size: 12px; color: white; line-height: 140%;}");
		document.write(".t10_orange { font-size: 10px; color: #ff6600; line-height: 140%;}");
		document.write(".t12_orange { font-size: 12px; color: #ff6600; line-height: 140%;}");
		document.write(".t10_red { font-size: 10px; color: #ff3333; line-height: 140%;}");
		document.write(".t12_red { font-size: 12px; color: #ff3333; line-height: 140%;}");
		document.write(".t10_green { font-size: 10px; color: #66cc00; line-height: 140%;}");
		document.write(".t12_green { font-size: 12px; color: #66cc00; line-height: 140%;}");
		document.write(".t10_blue { font-size: 10px; color: #3399ff; line-height: 140%;}");
		document.write(".t12_blue { font-size: 12px; color: #3399ff; line-height: 140%;}");
		document.write(".t10_menu { font-size: 10px; color: #444444; line-height: 130%; padding-left: 6pt; padding-right: 6pt;}");
		document.write("h1 { font-size:10px; margin-bottom:4px; color:#444444; font-weight: none; }");
		}
	}
//--Windows
	if(Win){
		document.write(".t10 { font-size: 11px; color: #444444; line-height: 15px;}");
		document.write(".t12 { font-size: 12px; color: #444444; line-height: 18px;}");
		document.write(".t10_white { font-size: 10px; color: white; line-height: 15px;}");
		document.write(".t12_white { font-size: 12px; color: white; line-height: 18px;}");
		document.write(".t10_orange { font-size: 10px; color: #ff6600; line-height: 15px;}");
		document.write(".t12_orange { font-size: 12px; color: #ff6600; line-height: 18px;}");
		document.write(".t10_red { font-size: 10px; color: #ff3333; line-height: 15px;}");
		document.write(".t12_red { font-size: 12px; color: #ff3333; line-height: 18px;}");
		document.write(".t10_green { font-size: 10px; color: #66cc00; line-height: 15px;}");
		document.write(".t12_green { font-size: 12px; color: #66cc00; line-height: 18px;}");
		document.write(".t10_blue { font-size: 10px; color: #3399ff; line-height: 15px;}");
		document.write(".t12_blue { font-size: 12px; color: #3399ff; line-height: 18px;}");
		document.write(".t10_menu { font-size: 10px; color: #444444; line-height: 15px; padding-left: 6pt; padding-right: 6pt;}");
		document.write("h1 { font-size:10px; margin-bottom:4px; color:#444444; font-weight: none; }");
		}	
document.write("//--></STYLE>");