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

var Mac=(navigator.userAgent.indexOf("Mac")!=-1);
var Win=(navigator.userAgent.indexOf("Win")!=-1);
var NN=(navigator.appName.indexOf("Netscape")!=-1);
var IE=(navigator.appName.indexOf("Explorer")!=-1);
var Ver=navigator.appVersion.charAt(0);

if(Mac && IE){
document.write("a:link    {color:#C9A62E; text-decoration:underline}");
document.write("a:visited {color:#DDD2B9; text-decoration:underline}");
document.write("a:hover   {color:#DDB250; text-decoration:underline}");
document.write("a:active  {color:#DDB250; text-decoration:underline}");
document.write("body      {font-size:10px; letter-spacing:0.2em; font-family:Osaka,Verdana,Arial,sans-serif;");
document.write("           scrollbar-face-color:#8C1C1C; scrollbar-highlight-color:#999; scrollbar-shadow-color:#666; scrollbar-3dlight-color:#CCC; scrollbar-darkshadow-color:#CCC; scrollbar-arrow-color:#fff}");
document.write("td,div    {font-size:10px; letter-spacing:0.2em; font-family:Osaka,Verdana,Arial,sans-serif}");
document.write("b         {font-size:12px; letter-spacing:0.2em; font-family:Osaka,Verdana,Arial,sans-serif}")
}
else if(Mac && NN && Ver=="4"){
document.write("a:link    {color:#C9A62E; text-decoration:underline}");
document.write("a:visited {color:#DDD2B9; text-decoration:underline}");
document.write(".n4       {font-size:12px}");
document.write(".n4       {line-height:1.3em}");
document.write(".n4       {font-family:Osaka,Verdana,Arial}")
}
else if(Mac && NN && Ver=="5"){
document.write("a:link    {color:#C9A62E; text-decoration:underline}");
document.write("a:visited {color:#DDD2B9; text-decoration:underline}");
document.write("a:hover   {color:#DDB250; text-decoration:underline}");
document.write("a:active  {color:#DDB250; text-decoration:underline}");
document.write("body      {font-size:12px; font-family:Osaka,Verdana,Arial,sans-serif}");
document.write("td,div    {font-size:12px; font-family:Osaka,Verdana,Arial,sans-serif}");
document.write("b         {font-size:12px; font-family:Osaka,Verdana,Arial;,sans-serif}")
}
else if(Win && IE){
document.write("a:link    {color:#C9A62E; text-decoration:underline}");
document.write("a:visited {color:#DDD2B9; text-decoration:underline}");
document.write("a:hover   {color:#DDB250; text-decoration:underline}");
document.write("a:active  {color:#DDB250; text-decoration:underline}");
document.write("body      {font-size:10px; line-height:1.3em; letter-spacing:0.2em; font-family:'‚l‚r ‚oƒSƒVƒbƒN',Verdana,Arial,sans-serif;");
document.write("           scrollbar-face-color:#8C1C1C; scrollbar-highlight-color:#999; scrollbar-shadow-color:#666; scrollbar-3dlight-color:#CCC; scrollbar-darkshadow-color:#CCC; scrollbar-arrow-color:#fff}");
document.write("td,div    {font-size:10px; line-height:1.3em; letter-spacing:0.2em; font-family:'‚l‚r ‚oƒSƒVƒbƒN',Verdana,Arial,sans-serif}");
document.write("b         {font-size:12px; line-height:1.3em; font-family:'‚l‚r ‚oƒSƒVƒbƒN',Verdana,Arial,sans-serif}");
}
else if(Win && NN && Ver=="4"){
document.write("a:link    {color:#C9A62E; text-decoration:underline}");
document.write("a:visited {color:#DDD2B9; text-decoration:underline}");
document.write(".n4       {font-size:12px}");
document.write(".n4       {line-height:1.4em}");
document.write(".n4       {font-family:'‚l‚r ‚oƒSƒVƒbƒN'}");
document.write(".n4       {font-family:Verdana,Arial}")
}
else if(Win && NN && Ver=="5"){
document.write("a:link    {color:#C9A62E; text-decoration:underline}");
document.write("a:visited {color:#DDD2B9; text-decoration:underline}");
document.write("a:hover   {color:#DDB250; text-decoration:underline}");
document.write("a:active  {color:#DDB250; text-decoration:underline}");
document.write("body      {font-size:12px; line-height:1.4em; font-family:'‚l‚r ‚oƒSƒVƒbƒN',Verdana,Arial,sans-serif}");
document.write("td,div    {font-size:12px; line-height:1.4em; font-family:'‚l‚r ‚oƒSƒVƒbƒN',Verdana,Arial,sans-serif}");
document.write("b         {font-size:12px; line-height:1.4em; font-family:'‚l‚r ‚oƒSƒVƒbƒN',Verdana,Arial;,sans-serif}")
}
else{
document.write("a:link    {color:#C9A62E; text-decoration:underline}");
document.write("a:visited {color:#DDD2B9; text-decoration:underline}");
document.write("a:hover   {color:#DDB250; text-decoration:underline}");
document.write("a:active  {color:#DDB250; text-decoration:underline}");
document.write("body      {font-size:12px; line-height:1.3em; letter-spacing:0.2em; font-family:sans-serif,Verdana,Arial}");
document.write("td,div    {font-size:12px; line-height:1.3em; letter-spacing:0.2em; font-family:sans-serif,Verdana,Arial}");
document.write("b         {font-size:12px; line-height:1.3em; letter-spacing:0.2em; font-family:sans-serif,Verdana,Arial}")
}
document.write("-->");
document.write("</style>");