/* Main CSS */
mac=(navigator.appVersion.indexOf('Mac')!=-1)?true:false;

document.write("<STYLE TYPE='text/css'><!--")
if(mac){
		//Mac IE NC
		document.write(".t09{font-Size:9px; line-height:11px}")
		document.write(".t10{font-Size:10px; line-height:12px}")
		document.write(".t14{font-Size:14px; line-height:16px}")
		document.write(".t18{font-Size:18px; line-height:22px}")
		document.write(".character{font-Size:12px; line-height:12px}")
		document.write(".copyright{color: #FFFFFF; font-Size:10px; line-height:12px}")
		document.write("a:link{color: #000066; text-decoration: none;}")
		document.write("a:visited{color: #000066; text-decoration: none;}")
		document.write("a:hover{color: #333333; text-decoration: underline;}")	
		document.write("a.cover:link{color: #FFFFFF; text-decoration: none;}")
		document.write("a.cover:visited{color: #FFFFFF; text-decoration: none;}")
		document.write("a.cover:hover{color: #999999; text-decoration: underline;}")			
		document.write("body{background-color: #000033;margin: 0px;font-size: 12px;color: #000033;scrollbar-base-color: #000033;scrollbar-track-color: #000033;scrollbar-face-color: #000033;scrollbar-shadow-color: #FFFFFF;scrollbar-darkshadow-color: #000033;scrollbar-highlight-color: #FFFFFF;scrollbar-arrow-color: #FFFFFF;}")
		document.write("TD.foot01{background-image: url(images/top_news_bg.gif);background-position:bottom;background-repeat:no-repeat;background-color:#000033;}")
		}
					
else{
	if(document.all){
		//WIN IE
		document.write(".t09{font-Size:9px; line-height:11px}")
		document.write(".t10{font-Size:11px; line-height:12px}")
		document.write(".t14{font-Size:14px; line-height:16px}")
		document.write(".t18{font-Size:18px; line-height:22px}")
		document.write(".character{font-Size:12px; line-height:12px}")
		document.write(".copyright{color: #FFFFFF; font-Size:10px; line-height:12px}")
		document.write("a:link{color: #000066; text-decoration: none;}")
		document.write("a:visited{color: #000066; text-decoration: none;}")
		document.write("a:hover{color: #333333; text-decoration: underline;}")	
		document.write("a.cover:link{color: #FFFFFF; text-decoration: none;}")
		document.write("a.cover:visited{color: #FFFFFF; text-decoration: none;}")
		document.write("a.cover:hover{color: #999999; text-decoration: underline;}")
		document.write("body{background-color: #000033;margin: 0px;font-size: 12px;color: #000033;scrollbar-base-color: #000033;scrollbar-track-color: #000033;scrollbar-face-color: #000033;scrollbar-shadow-color: #FFFFFF;scrollbar-darkshadow-color: #000033;scrollbar-highlight-color: #FFFFFF;scrollbar-arrow-color: #FFFFFF;}")
		document.write("TD.foot01{background-image: url(images/top_news_bg.gif);background-position:bottom;background-repeat:no-repeat;background-color:#000033;}")
		}

	else{
		//WIN NC
		document.write(".t09{font-Size:10px; line-height:11px}")
		document.write(".t10{font-Size:11px; line-height:12px}")
		document.write(".t14{font-Size:15px; line-height:16px}")
		document.write(".t18{font-Size:19px; line-height:22px}")
		document.write(".character{font-Size:12px; line-height:12px}")
		document.write(".copyright{color: #FFFFFF; font-Size:10px; line-height:12px}")
		document.write("a:link{color: #000066; text-decoration: none;}")
		document.write("a:visited{color: #000066; text-decoration: none;}")
		document.write("a:hover{color: #333333; text-decoration: underline;}")
		document.write("a.cover:link{color: #FFFFFF; text-decoration: none;}")
		document.write("a.cover:visited{color: #FFFFFF; text-decoration: none;}")
		document.write("a.cover:hover{color: #999999; text-decoration: underline;}")
		document.write("body{background-color: #000033;margin: 0px;font-size: 12px;color: #000033;scrollbar-base-color: #000033;scrollbar-track-color: #000033;scrollbar-face-color: #000033;scrollbar-shadow-color: #FFFFFF;scrollbar-darkshadow-color: #000033;scrollbar-highlight-color: #FFFFFF;scrollbar-arrow-color: #FFFFFF;}")
		document.write("TD.foot01{background-image: url(images/top_news_bg.gif);background-position:bottom;background-repeat:no-repeat;background-color:#000033;}")
		}

}
		document.write(".t12{font-Size:12px; line-height:18px}")

/* Option CSS start */

/* Option CSS end  */

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

if(mac && document.layers)top.onresize = rebuild
function rebuild(){ parent.top.location.reload();}
