//CSS ScriptFile

//StyleSheet Switch
Mac = navigator.appVersion.indexOf('Mac',0) != -1;
Win = navigator.appVersion.indexOf('Win',0) != -1;
if (Mac){
document.writeln('<style type="text/css"><!--');

document.writeln('.lin1 {font-size:8pt; line-height: 9pt;}');
document.writeln('.lin2 {font-size:10pt; line-height:11pt;}');
document.writeln('.lin3 {font-size:12pt; line-height:14pt;}');
document.writeln('.lin4 {font-size:14pt; line-height:16pt;}');
document.writeln('.lin5 {font-size:16pt; line-height:17pt;}');
document.writeln('.cap1 {font-size:8pt; line-height:12pt;}');
document.writeln('.cap2 {font-size:10pt; line-height:14pt;}');
document.writeln('.cap3 {font-size:12pt; line-height:16pt;}');
document.writeln('.cap4 {font-size:14pt; line-height:18pt;}');
document.writeln('.cap5 {font-size:16pt; line-height:20pt;}');
document.writeln('.siz1 {font-size:8pt; line-height:16pt;}');
document.writeln('.siz2 {font-size:10pt; line-height:18pt;}');
document.writeln('.siz3 {font-size:12pt; line-height:20pt;}');
document.writeln('td {font-size:12pt; line-height:18pt;}');
document.writeln('.siz4 {font-size:14pt; line-height:22pt;}');
document.writeln('.siz5 {font-size:16pt; line-height:24pt;}');
document.writeln('a       {text-decoration: none}');
document.writeln('a:hover {text-decoration: underline},--></style>');
} else if (Win){
document.writeln('<style type="text/css"><!--');
document.writeln('.lin1 {font-size: 6pt; line-height: 7pt}');
document.writeln('.lin2 {font-size:8pt; line-height: 9pt}');
document.writeln('.lin3 {font-size:10pt; line-height:12pt}');
document.writeln('.lin4 {font-size:12pt; line-height:14pt}');
document.writeln('.lin5 {font-size:14pt; line-height:15pt}');
document.writeln('.cap1 {font-size: 6pt; line-height:10pt;}');
document.writeln('.cap2 {font-size:8pt; line-height:12pt;}');
document.writeln('.cap3 {font-size:10pt; line-height:14pt;}');
document.writeln('.cap4 {font-size:12pt; line-height:16pt;}');
document.writeln('.cap5 {font-size:14pt; line-height:18pt;}');
document.writeln('.siz1 {font-size: 6pt; line-height:14pt}');
document.writeln('.siz2 {font-size:8pt; line-height:16pt}');
document.writeln('.siz3 {font-size:10pt; line-height:18pt}');
document.writeln('td {font-size:10pt; line-height:16pt}');
document.writeln('.siz4 {font-size:12pt; line-height:20pt}');
document.writeln('.siz5 {font-size:14pt; line-height:22pt}');
document.writeln('.uilin1 {font-size: 6pt; line-height: 7pt; font-family: "MS UI Gothic"}');
document.writeln('.uilin2 {font-size:8pt; line-height: 9pt; font-family: "MS UI Gothic"}');
document.writeln('.uilin3 {font-size:10pt; line-height:12pt; font-family: "MS UI Gothic"}');
document.writeln('.uilin4 {font-size:12pt; line-height:14pt; font-family: "MS UI Gothic"}');
document.writeln('.uilin5 {font-size:14pt; line-height:15pt; font-family: "MS UI Gothic"}');
document.writeln('.uicap1 {font-size: 6pt; line-height:10pt; font-family: "MS UI Gothic"}');
document.writeln('.uicap2 {font-size:8pt; line-height:12pt; font-family: "MS UI Gothic"}');
document.writeln('.uicap3 {font-size:10pt; line-height:14pt; font-family: "MS UI Gothic"}');
document.writeln('.uicap4 {font-size:12pt; line-height:16pt; font-family: "MS UI Gothic"}');
document.writeln('.uicap5 {font-size:14pt; line-height:18pt; font-family: "MS UI Gothic"}');
document.writeln('.uisiz1 {font-size: 6pt; line-height:14pt; font-family: "MS UI Gothic"}');
document.writeln('.uisiz2 {font-size:8pt; line-height:16pt; font-family: "MS UI Gothic"}');
document.writeln('.uisiz3 {font-size:10pt; line-height:18pt; font-family: "MS UI Gothic"}');
document.writeln('.uisiz4 {font-size:12pt; line-height:20pt; font-family: "MS UI Gothic"}');
document.writeln('.uisiz5 {font-size:14pt; line-height:22pt; font-family: "MS UI Gothic"}');
document.writeln('a       {text-decoration: none}');
document.writeln('a:hover {text-decoration: underline},--></style>');
}

