document.write('<STYLE TYPE="text/css"><!--');
osstr = navigator.userAgent.toUpperCase();

if (osstr.indexOf("MAC") >= 0 && osstr.indexOf("MSIE") == -1){
document.write('td { font-size:10pt }');
document.write('.eight { font-size: 9pt; line-height: 11pt}');
document.write('.nine { font-size: 12pt; line-height: 14pt}');
document.write('.ftitle { font-size: 10pt; color:#666688; }');
document.write('.fsubtitle { font-size: 9pt; color:#666666; }');
document.write('a { text-decoration:none;}');
document.write('a:hover { color: orange; text-decoration:underline}');
document.write('a.gr { text-decoration:none; color:#333333; }');
document.write('.wh { color :#ffffff }');
document.write('.itemname { color:#002266; }');
document.write('.itemprice1 {}');
document.write('.itemprice2 { color:#000000; }');
}

else{
document.write('td { font-size:9pt }');
document.write('.eight { font-size: 8pt; line-height: 10pt}');
document.write('.nine { font-size: 9pt; line-height: 11pt}');
document.write('.ftitle { font-size: 9pt; color:#666688; }');
document.write('.fsubtitle { font-size: 8pt; color:#666666; }');
document.write('a { text-decoration:none;}');
document.write('a:hover { color: orange; text-decoration:underline}');
document.write('a.gr { text-decoration:none; color:#333333; }');
document.write('.wh { color :#ffffff }');
document.write('.itemname { color:#002266; }');
document.write('.itemprice1 {}');
document.write('.itemprice2 { color:#000000; }');
}

document.write('//--></STYLE>');





