| 988 | | --------------------- |
|---|
| 989 | | ODT2HTML |
|---|
| 990 | | DO NOT TOUCH! |
|---|
| 991 | | --------------------- |
|---|
| 992 | | */ |
|---|
| 993 | | |
|---|
| 994 | | @page { size: 8.2701in 11.6902in; margin-top: 1in; margin-bottom: 1in; margin-left: 1in; margin-right: 1in; } |
|---|
| 995 | | table { border-collapse:collapse; border-spacing:0; empty-cells:show } |
|---|
| 996 | | td, th { vertical-align:top; } |
|---|
| 997 | | h1, h2, h3, h4, h5, h6 { clear:both } |
|---|
| 998 | | /* ol, ul { padding:0; } */ |
|---|
| 999 | | /* * { margin:0; } */ |
|---|
| 1000 | | *.Heading { font-family:Verdana, sans-serif; font-size:14pt; margin-top:0.1665in; margin-bottom:0.0835in; } |
|---|
| 1001 | | *.Heading1 { font-family:Verdana, sans-serif; font-size:115%; margin-top:0.1665in; margin-bottom:0.0835in; font-weight:bold; } |
|---|
| 1002 | | *.Heading2 { font-family:Verdana, sans-serif; font-size:14pt; margin-top:0.1665in; margin-bottom:0.0835in; font-style:italic; font-weight:bold; } |
|---|
| 1003 | | *.P1 { font-family:Verdana, sans-serif; font-size:16pt; text-align:center ! important; } |
|---|
| 1004 | | *.P10 { font-family:Verdana, sans-serif; font-size:10pt; font-weight:normal; } |
|---|
| 1005 | | *.P11 { font-family:Verdana, sans-serif; font-size:12pt; font-weight:normal; } |
|---|
| 1006 | | *.P12 { font-family:Verdana, sans-serif; font-size:12pt; text-align:justify ! important; font-weight:bold; } |
|---|
| 1007 | | *.P13 { font-family:"Courier 10 Pitch", courier, monospace; font-size:10pt; font-weight:bold; } |
|---|
| 1008 | | *.P14 { font-family:Verdana, sans-serif; font-size:11pt; } |
|---|
| 1009 | | *.P2 { font-family:Verdana, sans-serif; font-size:12pt; text-align:center ! important; font-style:italic; } |
|---|
| 1010 | | *.P3 { font-family:Verdana, sans-serif; font-size:12pt; text-align:justify ! important; } |
|---|
| 1011 | | *.P4 { font-family:Verdana, sans-serif; font-size:12pt; text-align:left ! important; } |
|---|
| 1012 | | *.P5 { font-family:Verdana, sans-serif; font-size:12pt; text-align:left ! important; } |
|---|
| 1013 | | *.P6 { font-family:Verdana, sans-serif; font-size:12pt; text-align:left ! important; } |
|---|
| 1014 | | *.P7 { font-family:Verdana, sans-serif; font-size:12pt; text-align:justify ! important; } |
|---|
| 1015 | | *.P8 { font-family:Verdana, sans-serif; font-size:10pt; text-align:justify ! important; } |
|---|
| 1016 | | *.P9 { font-family:"Courier 10 Pitch", courier, sans-serif; font-size:12pt; } |
|---|
| 1017 | | *.Standard { font-family:"Times New Roman", times, serif; font-size:12pt; } |
|---|
| 1018 | | *.Textbody { font-family:"Times New Roman", times, serif; font-size:12pt; margin-top:0in; margin-bottom:0.0835in; } |
|---|
| 1019 | | *.Sect1 { } |
|---|
| 1020 | | *.BulletSymbols { font-family:StarSymbol, symbol; font-size:9pt; } |
|---|
| 1021 | | *.EndnoteSymbol { } |
|---|
| 1022 | | *.FootnoteSymbol { } |
|---|
| 1023 | | *.Internetlink { color:#000080; text-decoration:underline; } |
|---|
| 1024 | | *.T1 { font-style:italic; font-weight:bold; } |
|---|
| 1025 | | *.T2 { font-weight:bold; } |
|---|
| 1026 | | *.T3 { font-family:"Courier 10 Pitch", courier, monospace; } |
|---|
| 1027 | | *.T4 { font-style:italic; } |
|---|
| 1028 | | *.T5 { font-style:normal; } |
|---|
| 1029 | | *.T6 { vertical-align:sub; } |
|---|
| | 988 | -------------------------------------- |
|---|
| | 989 | ODT TO HTML CONVERSION |
|---|
| | 990 | |
|---|
| | 991 | These styles improve the quality of |
|---|
| | 992 | the conversion. |
|---|
| | 993 | -------------------------------------- |
|---|
| | 994 | */ |
|---|
| | 995 | |
|---|
| | 996 | /* These two styles trim some empty spaces |
|---|
| | 997 | inside tables. |
|---|
| | 998 | |
|---|
| | 999 | Tested on firefox 1.5 |
|---|
| | 1000 | */ |
|---|
| | 1001 | .report_html_view table>tbody>tr>td { |
|---|
| | 1002 | padding: 0; |
|---|
| | 1003 | } |
|---|
| | 1004 | .report_html_view table>tbody>tr>td>table { |
|---|
| | 1005 | padding: 0; |
|---|
| | 1006 | margin: 0; |
|---|
| | 1007 | } |
|---|
| | 1008 | |
|---|