document.writeln('<STYLE TYPE="text/css"><!--');
if(navigator.appVersion.indexOf("Mac") > 1){
document.writeln('.large {font-Size:14pt; line-height:17pt}');
document.writeln('.middle {font-Size:12px; line-height:16px}');
document.writeln('.small {font-Size:10px; line-height:14px}');
document.writeln('.fm {font-size: 12px; line-height: 16px }');
document.writeln('.fs {font-size: 10px; line-height: 14px }');
document.writeln('.fss {font-size: 9px; line-height: 13px }');
}
else{
document.writeln('.large {font-Size:12pt; line-height:15pt}');
document.writeln('.middle {font-Size:10pt; line-height:13pt}');
document.writeln('.small {font-Size:8pt; line-height:11pt}');
document.writeln('.fm {font-size: 12px; line-height: 16px }');
document.writeln('.fs {font-size: 11px; line-height: 15px }');
document.writeln('.fss {font-size: 10px; line-height: 14px }');
}
document.writeln('//--></STYLE>');
