document.write("<style type='text/css'><!--");
if(navigator.appVersion.indexOf("Mac")  > 1){
		// MAC
		document.write(".t10f { font-size: 10px; line-height: 13px; }");
		document.write(".t10af { font-size: 10px; }");
		document.write(".t10 { font-size: 10px; line-height: 140%; }");
		document.write(".t12f { font-size:12px; line-height:16px; }");
		document.write(".t12af { font-size:12px; }");
		document.write(".t12 { font-size: 12px; line-height: 140%; }");
		document.write(".t13 { font-size: 13px; line-height: 140%; }");
		document.write(".t14 { font-size: 14px; line-height: 140%; }");
		document.write(".t18f { font-size:18px; }");
		
		document.write("a:link.top_navi1 { text-decoration: none; color: #E2BFBC;}");
		document.write("a:visited.top_navi1 { text-decoration: none; color: #E2BFBC;}");
		document.write("a:hover.top_navi1 { text-decoration: none; color: #FFFFFF;}");
		
		document.write("a:link.top_navi2 { text-decoration: none; color: #FFFFFF;}");
		document.write("a:visited.top_navi2 { text-decoration: none; color: #FFFFFF;}");
		document.write("a:hover.top_navi2 { text-decoration: none; color: #E2BFBC;}");
		
		document.write("a:link.jtop_navi1 { text-decoration: none;}");
		document.write("a:visited.jtop_navi1 { text-decoration: none;}");
		document.write("a:hover.jtop_navi1 { text-decoration: underline;}");
		
		document.write("a:link.jtop_navi2 { text-decoration: none; color: #456163;}");
		document.write("a:visited.jtop_navi2 { text-decoration: none; color: #456163;}");
		document.write("a:hover.jtop_navi2 { text-decoration: underline; color: #456163;}");
		
		document.write("a:link.stop_navi1 { text-decoration: none; color: #4F4E4D;}");
		document.write("a:visited.stop_navi1 { text-decoration: none; color: #4F4E4D;}");
		document.write("a:hover.stop_navi1 { text-decoration: underline; color: #4F4E4D;}");
		
		document.write("a:link.stop_navi2 { text-decoration: none; color: #5C3333;}");
		document.write("a:visited.stop_navi2 { text-decoration: none; color: #5C3333;}");
		document.write("a:hover.stop_navi2 { text-decoration: underline; color: #5C3333;}");
		
		document.write("a:link.ztop_navi1 { text-decoration: none; color: #666666;}");
		document.write("a:visited.ztop_navi1 { text-decoration: none; color: #666666;}");
		document.write("a:hover.ztop_navi1 { text-decoration: underline; color: #666666;}");
		
		document.write("a:link.ztop_navi2 { text-decoration: none; color: #5C1F00;}");
		document.write("a:visited.ztop_navi2 { text-decoration: none; color: #5C1F00;}");
		document.write("a:hover.ztop_navi2 { text-decoration: underline; color: #5C1F00;}");

		document.write("a:link.sitemap_navi1 { text-decoration: none; color: #333333;}");
		document.write("a:visited.sitemap_navi1 { text-decoration: none; color: #333333;}");
		document.write("a:hover.sitemap_navi1 { text-decoration: underline; color: #000000;}");


	
		}
else{
		if(navigator.appName.charAt(0) == "M"){
		// Win IE
		document.write(".t10f { font-size: 10px; line-height: 15px; }");
		document.write(".t10af { font-size: 10px; }");
		document.write(".t10 { font-size: xx-small; line-height: 140%; }");
		document.write(".t12f { font-size:12px; line-height:18px; }");
		document.write(".t12af { font-size:12px; }");
		document.write(".t12 { font-size: x-small; line-height: 140%; }");
		document.write(".t13 { font-size: x-small; line-height: 140%; }");
		document.write(".t14 { font-size: small; line-height: 140%; }");
		document.write(".t18f { font-size:18px; }");
		
		document.write("a:link.top_navi1 { text-decoration: none; color: #E2BFBC;}");
		document.write("a:visited.top_navi1 { text-decoration: none; color: #E2BFBC;}");
		document.write("a:hover.top_navi1 { text-decoration: none; color: #FFFFFF;}");
		
		document.write("a:link.top_navi2 { text-decoration: none; color: #FFFFFF;}");
		document.write("a:visited.top_navi2 { text-decoration: none; color: #FFFFFF;}");
		document.write("a:hover.top_navi2 { text-decoration: none; color: #E2BFBC;}");
		
		document.write("a:link.jtop_navi1 { text-decoration: none;}");
		document.write("a:visited.jtop_navi1 { text-decoration: none;}");
		document.write("a:hover.jtop_navi1 { text-decoration: underline;}");
		
		document.write("a:link.jtop_navi2 { text-decoration: none; color: #456163;}");
		document.write("a:visited.jtop_navi2 { text-decoration: none; color: #456163;}");
		document.write("a:hover.jtop_navi2 { text-decoration: underline; color: #456163;}");
		
		document.write("a:link.stop_navi1 { text-decoration: none; color: #4F4E4D;}");
		document.write("a:visited.stop_navi1 { text-decoration: none; color: #4F4E4D;}");
		document.write("a:hover.stop_navi1 { text-decoration: underline; color: #4F4E4D;}");
		
		document.write("a:link.stop_navi2 { text-decoration: none; color: #5C3333;}");
		document.write("a:visited.stop_navi2 { text-decoration: none; color: #5C3333;}");
		document.write("a:hover.stop_navi2 { text-decoration: underline; color: #5C3333;}");
		
		document.write("a:link.ztop_navi1 { text-decoration: none; color: #666666;}");
		document.write("a:visited.ztop_navi1 { text-decoration: none; color: #666666;}");
		document.write("a:hover.ztop_navi1 { text-decoration: underline; color: #666666;}");
		
		document.write("a:link.ztop_navi2 { text-decoration: none; color: #5C1F00;}");
		document.write("a:visited.ztop_navi2 { text-decoration: none; color: #5C1F00;}");
		document.write("a:hover.ztop_navi2 { text-decoration: underline; color: #5C1F00;}");
		
		document.write("a:link.sitemap_navi1 { text-decoration: none; color: #333333;}");
		document.write("a:visited.sitemap_navi1 { text-decoration: none; color: #333333;}");
		document.write("a:hover.sitemap_navi1 { text-decoration: underline; color: #000000;}");

		
	}
else{
		// Win NN
		document.write(".t10f { font-size: 11px; line-height: 13px; }");
		document.write(".t10af { font-size: 11px; }");
		document.write(".t10 { font-size: x-small; line-height: 140%; }");
		document.write(".t12f { font-size:12px; line-height:18px; }");
		document.write(".t12af { font-size:12px; }");
		document.write(".t12 { font-size: small; line-height: 140%; }");
		document.write(".t13 { font-size: small; line-height: 140%; }");
		document.write(".t14 { font-size: medium; line-height: 140%; }");
		document.write(".t18f { font-size:18px; }");
		
		document.write("a:link.top_top_navi1 { text-decoration: none; color: #E2BFBC;}");
		document.write("a:visited.top_navi1 { text-decoration: none; color: #E2BFBC;}");
		document.write("a:hover.top_navi1 { text-decoration: none; color: #FFFFFF;}");
		
		document.write("a:link.top_navi2 { text-decoration: none; color: #FFFFFF;}");
		document.write("a:visited.top_navi2 { text-decoration: none; color: #FFFFFF;}");
		document.write("a:hover.top_navi2 { text-decoration: none; color: #E2BFBC;}");
		
		document.write("a:link.jtop_navi1 { text-decoration: none;}");
		document.write("a:visited.jtop_navi1 { text-decoration: none;}");
		document.write("a:hover.jtop_navi1 { text-decoration: underline;}");
		
		document.write("a:link.jtop_navi2 { text-decoration: none; color: #456163;}");
		document.write("a:visited.jtop_navi2 { text-decoration: none; color: #456163;}");
		document.write("a:hover.jtop_navi2 { text-decoration: underline; color: #456163;}");
		
		document.write("a:link.stop_navi1 { text-decoration: none; color: #4F4E4D;}");
		document.write("a:visited.stop_navi1 { text-decoration: none; color: #4F4E4D;}");
		document.write("a:hover.stop_navi1 { text-decoration: underline; color: #4F4E4D;}");
		
		document.write("a:link.stop_navi2 { text-decoration: none; color: #5C3333;}");
		document.write("a:visited.stop_navi2 { text-decoration: none; color: #5C3333;}");
		document.write("a:hover.stop_navi2 { text-decoration: underline; color: #5C3333;}");
		
		document.write("a:link.ztop_navi1 { text-decoration: none; color: #666666;}");
		document.write("a:visited.ztop_navi1 { text-decoration: none; color: #666666;}");
		document.write("a:hover.ztop_navi1 { text-decoration: underline; color: #666666;}");
		
		document.write("a:link.ztop_navi2 { text-decoration: none; color: #5C1F00;}");
		document.write("a:visited.ztop_navi2 { text-decoration: none; color: #5C1F00;}");
		document.write("a:hover.ztop_navi2 { text-decoration: underline; color: #5C1F00;}");
		
		document.write("a:link.sitemap_navi1 { text-decoration: none; color: #333333;}");
		document.write("a:visited.sitemap_navi1 { text-decoration: none; color: #333333;}");
		document.write("a:hover.sitemap_navi1 { text-decoration: underline; color: #000000;}");


	}
}
document.write("--></style>");
