<!--
ns4= (document.layers)? true:false
ie4 = (document.all)? true:false
if (ns4) {
// ns
document.write("<style type=text/css>  </style>")
} else
// ie
document.write("<style type=text/css> a:hover { color:#aa0000 } td { font-family:verdana } .n { font-size:10; color:#000000; text-decoration:none } .n:hover { color:#000000; text-decoration:underline } .nl { font-size:10; color:#888888; text-decoration:none } .nr { font-size:10; color:#aa0000 } .w { font-size:10; color:#ffffff; text-decoration:none } .w:hover { color:#ffffff; text-decoration:underline } .tw { font-size:12; color:#f0f0f0 } .s { color:#000000; font-size:9 } .sb { color:#777777; font-weight:bold; font-size:9 } .t { font-size:12; color:#000000 } .mw { font-family:tahoma; font-size:10; color:#ffffff; font-weight:bold; text-transform:uppercase; text-decoration:none } .mw:hover { color:#ffffff; text-decoration:underline } .sm { font-family:tahoma; color:#000000; font-size:9; line-height:90%; text-decoration:none } .st { font-size:10; color:#000000; line-height:100% } .b0 { background:#000000 } .b1 { background:#cccccc } .b2 { background:#dd2000 } .b3 { background:#223388} .b5 { background:#e0e0e0 } .dltable { width:100%; background:#e0e0e0; font-size:12;  }  .head{ color : #BF2023; font-size: 12px; font-family : Tahoma, Arial, Helvetica, sans-serif; }  table tr.light { background: #f0f0f0; width: 100%; font-size:12;} table tr.dark { background: #e1e1e1;     width: 100%; font-size:12;} .TopPanel { border: #ccc 1px solid; padding: 3px; background: #f0f0f0; font-size:12; } .cats { font: 14 Tahoma, Arial, Helvetica, sans-serif; vertical-align:top; padding:5px; text-decoration:none; } #tooltip{ background:#FFFFFF; border:1px solid #666666; color:#333333; font:menu; margin:0px; padding:3px 5px; position:absolute; visibility:hidden } </style>") // -->
