<!--
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:#800000 } td { font-family:Verdana } .n { font-family: Times, serif; font-size:12; letter-spacing:1px; line-height:90%; color:#000000; text-decoration:none } .n:hover { color:#000000; text-decoration:underline } .k { font-family: Times, serif; font-size:10; letter-spacing:1px; color:#991100; text-decoration:none } .w { font-size:10; color:#ffffff; text-decoration:none } .w:hover { color:#ffffff; text-decoration:underline } .q { font-family:Times, serif; font-size:10; letter-spacing:1px; color:#000000; text-decoration:none } .s { color:#000000; font-size:9 } .t { font-family: Times, serif; font-size:16; color:#000000 } .sp { font-family:Times, serif; font-size:11; line-height:30px; color:#000000; font-weight:bold; text-transform:uppercase; text-decoration:underline } .pz { font-family:Times, serif; font-size:18; color:#000000; line-height:16px; letter-spacing:1px; font-weight:bold; text-transform:uppercase; text-decoration:none } .mg { font-family:Times, serif; font-size:11; line-height:30px; color:#000000; font-weight:bold; text-transform:uppercase; text-decoration:underline } .nz { font-family: Times, serif; font-size:10; letter-spacing:1px; line-height:13px; color:#000000; font-weight:bold; text-transform:uppercase; text-decoration:none } .ns { font-family: Times, serif; font-size:12; letter-spacing:2px; color:#500500; font-weight:bold } .b0 { background:#000000 } .b1 { background:#992211 } .b2 { background:#dd3300 } .b3 { background:#ffffff } </style>") // -->