<!--
////////////////////////////////////////////////////////////////////
// copyright: SYSTOR AG - Switzerland
// author: Christian Hauser - IT assistance GmbH - info@itassistance.ch
// date: 03.09.99 12:35
// change: 17.10.99 19:55
////////////////////////////////////////////////////////////////////
// Javasscript Style Sheet

if(navigator.appName=="Netscape")
  { document.write("<style type='text/css'>");
    document.write("a:hover { color:#000000; }");
    document.write("a { font-family: News Gothic MT, Arial; font-size: 12px; text-decoration: none; font-weight: normal; color: #858585; }");
    document.write("a.level0 { font-weight: bold; font-size: 12px; color: #FFFFFF; }");
    document.write("a.level1 { font-weight: bold; font-size: 12px; color: #858585; }");
    document.write("a.level2 { font-size: 11px; color: #858585; }");
    document.write("a.level3 { font-weight: bold; font-size: 10px; color: #6699B5; }");
    document.write("a.level4 { font-weight: bold; font-size: 11px; color: #858585; }");
    
    document.write("p,li,ul,td,b,i { font-family: News Gothic MT, Arial; font-size: 13px; color: #000000; }");
    document.write("b { font-weight: bold; }");
    document.write("i,em {font-style:italic; }");
    
    document.write("td.level0 { font-weight: bold; font-size: 12px; color: #FFFFFF; background-color:#FFFFFF; }");
    document.write("td.level1 { font-weight: bold; font-size: 12x; color: #858585; background-color:#FFFFFF; }");
    document.write("td.level2 { font-size: 11px; color: #858585; background-color:#DBE6EB; }");
    document.write("td.level3 { font-size: 9px; color: #858585; background-color:#FFFFFF; }");
    document.write("td.level4 { font-size: 10px; color: #858585; background-color:#E5F0F5; }");
    document.write("td.seplevel0 { font-size: 1px; color: #FFFFFF; background-color:#858585; }");
    document.write("td.seplevel1 { font-size: 1px; color: #FFFFFF; background-color:#858585; }");
    document.write("td.seplevel2 { font-size: 1px; color: #FFFFFF; background-color:#DCDCDC; }");
    document.write("td.seplevel3 { font-size: 1px; color: #FFFFFF; background-color:#6699B5; }");
    document.write("td.tit1 { font-weight: bold; font-size: 16px; color: white; }");
    document.write("</style>");
  }
else 
  { document.write("<style type='text/css'>");
    document.write("a:hover { color:#000000; }");
    document.write("a { font-family: News Gothic MT, Arial; font-size: 11px; text-decoration: none; font-weight: normal; color: #858585; }");
    document.write("a.level0 { font-weight: bold; font-size: 11px; color: #FFFFFF; }");
    document.write("a.level1 { font-weight: bold; font-size: 11px; color: #858585; }");
    document.write("a.level2 { font-size: 10px; color: #858585; }");
    document.write("a.level3 { font-weight: bold; font-size: 10px; color: #6699B5; }");
    document.write("a.level4 { font-weight: bold; font-size: 10px; color: #858585; }");
    
    document.write("p,li,ul,td,b,i { font-family: News Gothic MT, Arial; font-size: 13px; color: #000000; }");
    document.write("b { font-weight: bold; }");
    document.write("i,em {font-style:italic; }");
    
    document.write("td.level0 { font-weight: bold; font-size: 11px; color: #FFFFFF; background-color:#FFFFFF; }");
    document.write("td.level1 { font-weight: bold; font-size: 11px; color: #858585; background-color:#FFFFFF; }");
    document.write("td.level2 { font-size: 10px; color: #858585; background-color:#DBE6EB; }");
    document.write("td.level3 { font-size: 9px; color: #858585; background-color:#FFFFFF; }");
    document.write("td.level4 { font-size: 10px; color: #858585; background-color:#E5F0F5; }");
    document.write("td.seplevel0 { font-size: 1px; color: #FFFFFF; background-color:#858585; }");
    document.write("td.seplevel1 { font-size: 1px; color: #FFFFFF; background-color:#858585; }");
    document.write("td.seplevel2 { font-size: 1px; color: #FFFFFF; background-color:#DCDCDC; }");
    document.write("td.seplevel3 { font-size: 1px; color: #FFFFFF; background-color:#6699B5; }");
    document.write("td.tit1 { font-weight: bold; font-size: 16px; color: white; }");
    document.write("</style>");
  }

//-->