if (explorer!=1) {
document.writeln('<style type="text/css"><!--');
document.writeln('.sub {top:0px;height:16px;font-size:10px;padding-bottom:3px;}');
document.writeln(' --></style>');
} else {
document.writeln('<style type="text/css"><!--');
document.writeln('.sea {position:relative;top:0px;}');
document.writeln('.sub {position:relative;height:17px;top:0px;}');
document.writeln(' --></style>');
}

if (opera==1) {
document.writeln('<style type="text/css"><!--');
document.writeln('.sub {height:17px;}');
document.writeln(' --></style>');
}