document.write("<style type='text/css'><!--");
if(navigator.appVersion.indexOf("Mac")  > 1){
		// MAC
		document.write(".j9f { font-size: 9px; line-height: 12px; }");
		document.write(".j9 { font-size: 9px; line-height: 12px; }");
		document.write(".j10f { font-size: 10px; line-height: 13px; }");
		document.write(".j10af { font-size: 10px; }");
		document.write(".j10 { font-size: 10px; line-height: 140%; }");
		document.write(".j12f { font-size:12px; line-height:16px; }");
		document.write(".j12af { font-size:12px; }");
		document.write(".j12 { font-size: 12px; line-height: 140%; }");
		document.write(".j14 { font-size: 14px; line-height: 160%; }");
		document.write(".j12n { font-size: 12px; line-height: 160%; }");
		document.write(".j12fcat { font-size:12px; line-height:18px;}");
		document.write(".j18f { font-size:18px; }");
		
		document.write("a:link.navi1 { text-decoration: none; color: #FFFFFF;}");
		document.write("a:visited.navi1 { text-decoration: none; color: #FFFFFF;}");
		document.write("a:hover.navi1 { text-decoration: underline; color: #D2BB74;}");
		
		document.write("a:link.navi2 { text-decoration: none; color: #FFFF00;}");
		document.write("a:visited.navi2 { text-decoration: none; color: #FFFF00;}");
		document.write("a:hover.navi2 { text-decoration: underline; color: #FFFF00;}");
		
		document.write("a:link.navi3 { text-decoration: none; color: #FFFFFF;}");
		document.write("a:visited.navi3 { text-decoration: none; color: #FFFFFF;}");
		document.write("a:hover.navi3 { text-decoration: underline; color: #FFFFFF;}");
		
		

		}
else{
		if(navigator.appName.charAt(0) == "M"){
		// Win IE
		document.write(".j9f { font-size: 9pt; line-height: 10pt; }");
		document.write(".j9 { font-size: xxx-small; line-height: 140%; }");
		document.write(".j10f { font-size: 10px; line-height: 15px; }");
		document.write(".j10af { font-size: 10px; }");
		document.write(".j10 { font-size: xx-small; line-height: 140%; }");
		document.write(".j12f { font-size:12px; line-height:18px; }");
		document.write(".j12af { font-size:12px; }");
		document.write(".j12 { font-size: x-small; line-height: 140%; }");
		document.write(".j14 { font-size: small; line-height: 160%; }");
		document.write(".j12n { font-size: x-small; line-height: 160%; }");
		document.write(".j12fcat { font-size:12px; line-height:18px; color: #E0D5B8; }");
		document.write(".j18f { font-size:18px; }");
		
		document.write("a:link.navi1 { text-decoration: none; color: #FFFFFF;}");
		document.write("a:visited.navi1 { text-decoration: none; color: #FFFFFF;}");
		document.write("a:hover.navi1 { text-decoration: underline; color: #D2BB74;}");
		
		document.write("a:link.navi2 { text-decoration: none; color: #FFFF00;}");
		document.write("a:visited.navi2 { text-decoration: none; color: #FFFF00;}");
		document.write("a:hover.navi2 { text-decoration: underline; color: #FFFF00;}");
		
		document.write("a:link.navi3 { text-decoration: none; color: #FFFFFF;}");
		document.write("a:visited.navi3 { text-decoration: none; color: #FFFFFF;}");
		document.write("a:hover.navi3 { text-decoration: underline; color: #FFFFFF;}");
		
	}
else{
		// Win NN
		document.write(".j9f { font-size: 11pt; line-height: 13pt; }");
		document.write(".j9 { font-size: xx-small; line-height: 140%; }");
		document.write(".j10f { font-size: 11px; line-height: 13px; }");
		document.write(".j10af { font-size: 11px; }");
		document.write(".j10 { font-size: x-small; line-height: 140%; }");
		document.write(".j12f { font-size:12px; line-height:18px; }");
		document.write(".j12af { font-size:12px; }");
		document.write(".j12 { font-size: small; line-height: 160%; }");
		document.write(".j14 { font-size: medium; line-height: 160%; }");
		document.write(".j12n { font-size: small; line-height: 140%; }");
		document.write(".j12fcat { font-size:12px; line-height:18px; color: #E0D5B8; }");
		document.write(".j18f { font-size:18px; }");
		
		document.write("a:link.navi1 { text-decoration: none; color: #FFFFFF;}");
		document.write("a:visited.navi1 { text-decoration: none; color: #FFFFFF;}");
		document.write("a:hover.navi1 { text-decoration: underline; color: #D2BB74;}");
		
		document.write("a:link.navi2 { text-decoration: none; color: #FFFF00;}");
		document.write("a:visited.navi2 { text-decoration: none; color: #FFFF00;}");
		document.write("a:hover.navi2 { text-decoration: underline; color: #FFFF00;}");
		
		document.write("a:link.navi3 { text-decoration: none; color: #FFFFFF;}");
		document.write("a:visited.navi3 { text-decoration: none; color: #FFFFFF;}");
		document.write("a:hover.navi3 { text-decoration: underline; color: #FFFFFF;}");

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