]> git.sur5r.net Git - freertos/blob - Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/__xps/.dswkshop/MdtSvgDiag_StyleDefs.xsl
Start to re-arrange files to include FreeRTOS+ in main download.
[freertos] / Demo / PPC440_SP_FPU_Xilinx_Virtex5_GCC / __xps / .dswkshop / MdtSvgDiag_StyleDefs.xsl
1 <?xml version="1.0" standalone="no"?>
2 <xsl:stylesheet version="1.0"
3            xmlns:svg="http://www.w3.org/2000/svg"
4            xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
5            xmlns:exsl="http://exslt.org/common"
6            xmlns:xlink="http://www.w3.org/1999/xlink">
7                 
8 <xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes"
9                doctype-public="-//W3C//DTD SVG 1.0//EN"
10                    doctype-system="http://www.w3.org/TR/SVG/DTD/svg10.dtd"/>
11         
12 <!-- 
13         ======================================================
14                         Function to put TEXT CSS and other Internal
15                     Styling properties directly into the output 
16                     svg. The Qt 4.3 Renderer 
17                         cannot handle separate CSS StyleSheets
18         ======================================================
19 -->     
20 <xsl:template name="F_WriteText">
21
22         <xsl:param name="iClass"  select="'_UNKNOWN_'"/>
23         <xsl:param name="iText"  select="' '"/>
24         <xsl:param name="iX"     select="'0'"/>
25         <xsl:param name="iY"     select="'0'"/>
26         
27 <!--
28         <xsl:message>TEXT  <xsl:value-of select="$iText"/></xsl:message>        
29         <xsl:message>CLASS <xsl:value-of select="$iClass"/></xsl:message>       
30 -->     
31
32         <xsl:element name="text">
33                 <xsl:attribute name="x"><xsl:value-of select="$iX"/></xsl:attribute>
34                 <xsl:attribute name="y"><xsl:value-of select="$iY"/></xsl:attribute>
35                 
36                 <xsl:choose>
37                         
38                         <xsl:when test="$iClass = 'sharedbus_label'">
39                                 <xsl:attribute name="fill"><xsl:value-of select="$COL_BLACK"/></xsl:attribute>
40                                 <xsl:attribute name="stroke"><xsl:value-of select="'none'"/></xsl:attribute>
41                                 <xsl:attribute name="font-size"><xsl:value-of select="'12pt'"/></xsl:attribute>
42                                 <xsl:attribute name="font-style"><xsl:value-of select="'italic'"/></xsl:attribute>
43                                 <xsl:attribute name="font-weight"><xsl:value-of select="'900'"/></xsl:attribute>
44                                 <xsl:attribute name="text-anchor"><xsl:value-of select="'start'"/></xsl:attribute>
45                                 <xsl:attribute name="font-family"><xsl:value-of select="'Verdana Courier Arial Helvetica san-serif'"/></xsl:attribute>
46                         </xsl:when>
47
48                         <xsl:when test="$iClass = 'p2pbus_label'">
49                                 <xsl:attribute name="fill"><xsl:value-of select="$COL_BLACK"/></xsl:attribute>
50                                 <xsl:attribute name="stroke"><xsl:value-of select="'none'"/></xsl:attribute>
51                                 <xsl:attribute name="font-size"><xsl:value-of select="'8pt'"/></xsl:attribute>
52                                 <xsl:attribute name="font-style"><xsl:value-of select="'italic'"/></xsl:attribute>
53                                 <xsl:attribute name="font-weight"><xsl:value-of select="'900'"/></xsl:attribute>
54                                 <xsl:attribute name="text-anchor"><xsl:value-of select="'start'"/></xsl:attribute>
55                                 <xsl:attribute name="font-family"><xsl:value-of select="'Verdana Courier Arial Helvetica san-serif'"/></xsl:attribute>
56                         </xsl:when>
57                         
58                         <xsl:when test="$iClass = 'p2pbus_label_horiz'">
59                                 <xsl:attribute name="fill"><xsl:value-of select="$COL_BLACK"/></xsl:attribute>
60                                 <xsl:attribute name="stroke"><xsl:value-of select="'none'"/></xsl:attribute>
61                                 <xsl:attribute name="font-size"><xsl:value-of select="'12pt'"/></xsl:attribute>
62                                 <xsl:attribute name="font-style"><xsl:value-of select="'italic'"/></xsl:attribute>
63                                 <xsl:attribute name="font-weight"><xsl:value-of select="'900'"/></xsl:attribute>
64                                 <xsl:attribute name="text-anchor"><xsl:value-of select="'start'"/></xsl:attribute>
65                                 <xsl:attribute name="writing-mode"><xsl:value-of select="'tb'"/></xsl:attribute>
66                                 <xsl:attribute name="font-family"><xsl:value-of select="'Verdana Courier Arial Helvetica san-serif'"/></xsl:attribute>
67                         </xsl:when>
68                         
69                         
70                         <xsl:when test="$iClass = 'bif_label'">
71                                 <xsl:attribute name="fill"><xsl:value-of select="$COL_BLACK"/></xsl:attribute>
72                                 <xsl:attribute name="stroke"><xsl:value-of select="'none'"/></xsl:attribute>
73                                 <xsl:attribute name="font-size"><xsl:value-of select="'10pt'"/></xsl:attribute>
74                                 <xsl:attribute name="font-style"><xsl:value-of select="'italic'"/></xsl:attribute>
75                                 <xsl:attribute name="font-weight"><xsl:value-of select="'900'"/></xsl:attribute>
76                                 <xsl:attribute name="text-anchor"><xsl:value-of select="'middle'"/></xsl:attribute>
77                                 <xsl:attribute name="font-family"><xsl:value-of select="'Verdana Courier Arial Helvetica san-serif'"/></xsl:attribute>
78                         </xsl:when>
79                 
80                         <xsl:when test="$iClass = 'bc_ipinst'">
81                                 <xsl:attribute name="fill"><xsl:value-of select="$COL_BLACK"/></xsl:attribute>
82                                 <xsl:attribute name="stroke"><xsl:value-of select="'none'"/></xsl:attribute>
83                                 <xsl:attribute name="font-size"><xsl:value-of select="'10pt'"/></xsl:attribute>
84                                 <xsl:attribute name="font-style"><xsl:value-of select="'italic'"/></xsl:attribute>
85                                 <xsl:attribute name="font-weight"><xsl:value-of select="'900'"/></xsl:attribute>
86                                 <xsl:attribute name="text-anchor"><xsl:value-of select="'middle'"/></xsl:attribute>
87                                 <xsl:attribute name="font-family"><xsl:value-of select="'Courier Arial Helvetica san-serif'"/></xsl:attribute>
88                         </xsl:when>
89                         
90                         <xsl:when test="$iClass = 'bc_iptype'">
91                                 <xsl:attribute name="fill"><xsl:value-of select="$COL_XLNX"/></xsl:attribute>
92                                 <xsl:attribute name="stroke"><xsl:value-of select="'none'"/></xsl:attribute>
93                                 <xsl:attribute name="font-size"><xsl:value-of select="'10pt'"/></xsl:attribute>
94                                 <xsl:attribute name="font-style"><xsl:value-of select="'italic'"/></xsl:attribute>
95                                 <xsl:attribute name="font-weight"><xsl:value-of select="'900'"/></xsl:attribute>
96                                 <xsl:attribute name="text-anchor"><xsl:value-of select="'middle'"/></xsl:attribute>
97                                 <xsl:attribute name="font-family"><xsl:value-of select="'Verdana Arial Helvetica san-serif'"/></xsl:attribute>
98                         </xsl:when>
99                         
100                         <xsl:when test="$iClass = 'iogrp_label'">
101                                 <xsl:attribute name="fill"><xsl:value-of select="$COL_IORING"/></xsl:attribute>
102                                 <xsl:attribute name="stroke"><xsl:value-of select="'none'"/></xsl:attribute>
103                                 <xsl:attribute name="font-size"><xsl:value-of select="'10pt'"/></xsl:attribute>
104                                 <xsl:attribute name="font-style"><xsl:value-of select="'normal'"/></xsl:attribute>
105                                 <xsl:attribute name="font-weight"><xsl:value-of select="'900'"/></xsl:attribute>
106                                 <xsl:attribute name="text-anchor"><xsl:value-of select="'middle'"/></xsl:attribute>
107                                 <xsl:attribute name="font-family"><xsl:value-of select="'Verdana Arial Helvetica san-serif'"/></xsl:attribute>
108                         </xsl:when>
109                         
110                         <xsl:when test="$iClass = 'mpmc_title'">
111                                 <xsl:attribute name="fill"><xsl:value-of select="$COL_WHITE"/></xsl:attribute>
112                                 <xsl:attribute name="stroke"><xsl:value-of select="'none'"/></xsl:attribute>
113                                 <xsl:attribute name="font-size"><xsl:value-of select="'16pt'"/></xsl:attribute>
114                                 <xsl:attribute name="font-style"><xsl:value-of select="'oblique'"/></xsl:attribute>
115                                 <xsl:attribute name="font-weight"><xsl:value-of select="'900'"/></xsl:attribute>
116                                 <xsl:attribute name="text-anchor"><xsl:value-of select="'middle'"/></xsl:attribute>
117                                 <xsl:attribute name="font-family"><xsl:value-of select="'Arial Helvetica san-serif'"/></xsl:attribute>
118                         </xsl:when>
119                         
120                         <xsl:when test="$iClass = 'mpmc_biflabel'">
121                                 <xsl:attribute name="fill"><xsl:value-of select="$COL_WHITE"/></xsl:attribute>
122                                 <xsl:attribute name="stroke"><xsl:value-of select="'none'"/></xsl:attribute>
123                                 <xsl:attribute name="font-size"><xsl:value-of select="'8pt'"/></xsl:attribute>
124                                 <xsl:attribute name="font-style"><xsl:value-of select="'normal'"/></xsl:attribute>
125                                 <xsl:attribute name="font-weight"><xsl:value-of select="'900'"/></xsl:attribute>
126                                 <xsl:attribute name="text-anchor"><xsl:value-of select="'middle'"/></xsl:attribute>
127                                 <xsl:attribute name="font-family"><xsl:value-of select="'Verdana Arial Helvetica san-serif'"/></xsl:attribute>
128                         </xsl:when>
129                         
130                         <xsl:when test="$iClass = 'intr_symbol'">
131                                 <xsl:attribute name="fill"><xsl:value-of select="$COL_BLACK"/></xsl:attribute>
132                                 <xsl:attribute name="stroke"><xsl:value-of select="'none'"/></xsl:attribute>
133                                 <xsl:attribute name="font-size"><xsl:value-of select="'10pt'"/></xsl:attribute>
134                                 <xsl:attribute name="font-weight"><xsl:value-of select="'900'"/></xsl:attribute>
135                                 <xsl:attribute name="text-anchor"><xsl:value-of select="'start'"/></xsl:attribute>
136                                 <xsl:attribute name="font-family"><xsl:value-of select="'Arial Helvetica san-serif'"/></xsl:attribute>
137                         </xsl:when>
138                         
139                         <xsl:when test="$iClass = 'bkt_label'">
140                                 <xsl:attribute name="fill"><xsl:value-of select="$COL_BLACK"/></xsl:attribute>
141                                 <xsl:attribute name="stroke"><xsl:value-of select="'none'"/></xsl:attribute>
142                                 <xsl:attribute name="font-size"><xsl:value-of select="'9pt'"/></xsl:attribute>
143                                 <xsl:attribute name="font-style"><xsl:value-of select="'normal'"/></xsl:attribute>
144                                 <xsl:attribute name="font-weight"><xsl:value-of select="'900'"/></xsl:attribute>
145                                 <xsl:attribute name="text-anchor"><xsl:value-of select="'start'"/></xsl:attribute>
146                                 <xsl:attribute name="font-family"><xsl:value-of select="'Arial Helvetica san-serif'"/></xsl:attribute>
147                         </xsl:when>
148                         
149                         <xsl:when test="$iClass = 'ipclass_label'">
150                                 <xsl:attribute name="fill"><xsl:value-of select="$COL_BLACK"/></xsl:attribute>
151                                 <xsl:attribute name="stroke"><xsl:value-of select="'none'"/></xsl:attribute>
152                                 <xsl:attribute name="font-size"><xsl:value-of select="'9pt'"/></xsl:attribute>
153                                 <xsl:attribute name="font-style"><xsl:value-of select="'normal'"/></xsl:attribute>
154                                 <xsl:attribute name="font-weight"><xsl:value-of select="'900'"/></xsl:attribute>
155                                 <xsl:attribute name="text-anchor"><xsl:value-of select="'start'"/></xsl:attribute>
156                                 <xsl:attribute name="font-family"><xsl:value-of select="'Arial Helvetica san-serif'"/></xsl:attribute>
157                         </xsl:when>
158                         
159                         <xsl:when test="$iClass = 'key_header'">
160                                 <xsl:attribute name="fill"><xsl:value-of select="$COL_BLACK"/></xsl:attribute>
161                                 <xsl:attribute name="stroke"><xsl:value-of select="'none'"/></xsl:attribute>
162                                 <xsl:attribute name="font-size"><xsl:value-of select="'10pt'"/></xsl:attribute>
163                                 <xsl:attribute name="font-weight"><xsl:value-of select="'900'"/></xsl:attribute>
164                                 <xsl:attribute name="text-anchor"><xsl:value-of select="'middle'"/></xsl:attribute>
165                                 <xsl:attribute name="font-family"><xsl:value-of select="'Arial Helvetica san-serif'"/></xsl:attribute>
166                         </xsl:when>             
167                         
168                         <xsl:when test="$iClass = 'key_title'">
169                                 <xsl:attribute name="fill"><xsl:value-of select="$COL_XLNX"/></xsl:attribute>
170                                 <xsl:attribute name="stroke"><xsl:value-of select="'none'"/></xsl:attribute>
171                                 <xsl:attribute name="font-size"><xsl:value-of select="'14pt'"/></xsl:attribute>
172                                 <xsl:attribute name="font-weight"><xsl:value-of select="'900'"/></xsl:attribute>
173                                 <xsl:attribute name="text-anchor"><xsl:value-of select="'middle'"/></xsl:attribute>
174                                 <xsl:attribute name="font-family"><xsl:value-of select="'Arial Helvetica san-serif'"/></xsl:attribute>
175                         </xsl:when>
176                         
177                         <xsl:when test="$iClass = 'key_label'">
178                                 <xsl:attribute name="fill"><xsl:value-of select="$COL_BLACK"/></xsl:attribute>
179                                 <xsl:attribute name="stroke"><xsl:value-of select="'none'"/></xsl:attribute>
180                                 <xsl:attribute name="font-size"><xsl:value-of select="'10pt'"/></xsl:attribute>
181                                 <xsl:attribute name="font-style"><xsl:value-of select="'italic'"/></xsl:attribute>
182                                 <xsl:attribute name="font-weight"><xsl:value-of select="'900'"/></xsl:attribute>
183                                 <xsl:attribute name="text-anchor"><xsl:value-of select="'start'"/></xsl:attribute>
184                                 <xsl:attribute name="font-family"><xsl:value-of select="'Verdana Arial Helvetica san-serif'"/></xsl:attribute>
185                         </xsl:when>             
186                         
187                         <xsl:when test="$iClass = 'key_label_small'">
188                                 <xsl:attribute name="fill"><xsl:value-of select="$COL_BLACK"/></xsl:attribute>
189                                 <xsl:attribute name="stroke"><xsl:value-of select="'none'"/></xsl:attribute>
190                                 <xsl:attribute name="font-size"><xsl:value-of select="'8pt'"/></xsl:attribute>
191                                 <xsl:attribute name="font-style"><xsl:value-of select="'italic'"/></xsl:attribute>
192                                 <xsl:attribute name="font-weight"><xsl:value-of select="'900'"/></xsl:attribute>
193                                 <xsl:attribute name="text-anchor"><xsl:value-of select="'start'"/></xsl:attribute>
194                                 <xsl:attribute name="font-family"><xsl:value-of select="'Verdana Arial Helvetica san-serif'"/></xsl:attribute>
195                         </xsl:when>             
196                         
197                         
198                         <xsl:when test="$iClass = 'key_label_ul'">
199                                 <xsl:attribute name="fill"><xsl:value-of select="$COL_BLACK"/></xsl:attribute>
200                                 <xsl:attribute name="stroke"><xsl:value-of select="'none'"/></xsl:attribute>
201                                 <xsl:attribute name="font-size"><xsl:value-of select="'10pt'"/></xsl:attribute>
202                                 <xsl:attribute name="font-style"><xsl:value-of select="'italic'"/></xsl:attribute>
203                                 <xsl:attribute name="font-weight"><xsl:value-of select="'bold'"/></xsl:attribute>
204                                 <xsl:attribute name="text-anchor"><xsl:value-of select="'start'"/></xsl:attribute>
205                                 <xsl:attribute name="text-decoration"><xsl:value-of select="'underline'"/></xsl:attribute>
206                                 <xsl:attribute name="font-family"><xsl:value-of select="'Verdana Arial Helvetica san-serif'"/></xsl:attribute>
207                         </xsl:when>             
208                         
209                         
210                         <xsl:when test="$iClass = 'ipd_portlabel'">
211                                 <xsl:attribute name="fill"><xsl:value-of select="$COL_BLACK"/></xsl:attribute>
212                                 <xsl:attribute name="stroke"><xsl:value-of select="'none'"/></xsl:attribute>
213                                 <xsl:attribute name="font-size"><xsl:value-of select="'8pt'"/></xsl:attribute>
214                                 <xsl:attribute name="font-style"><xsl:value-of select="'normal'"/></xsl:attribute>
215                                 <xsl:attribute name="font-weight"><xsl:value-of select="'bold'"/></xsl:attribute>
216                                 <xsl:attribute name="text-anchor"><xsl:value-of select="'middle'"/></xsl:attribute>
217                                 <xsl:attribute name="font-family"><xsl:value-of select="'Verdana Arial Helvetica san-serif'"/></xsl:attribute>
218                         </xsl:when>             
219                         
220                         <xsl:when test="$iClass = 'ipd_biflabel'">
221                                 <xsl:attribute name="fill"><xsl:value-of select="$COL_BLACK"/></xsl:attribute>
222                                 <xsl:attribute name="stroke"><xsl:value-of select="'none'"/></xsl:attribute>
223                                 <xsl:attribute name="font-size"><xsl:value-of select="'8pt'"/></xsl:attribute>
224                                 <xsl:attribute name="font-style"><xsl:value-of select="'normal'"/></xsl:attribute>
225                                 <xsl:attribute name="font-weight"><xsl:value-of select="'bold'"/></xsl:attribute>
226                                 <xsl:attribute name="font-family"><xsl:value-of select="'Verdana Arial Helvetica san-serif'"/></xsl:attribute>
227                         </xsl:when>             
228                         
229                         <xsl:when test="$iClass = 'ipd_iptype'">
230                                 <xsl:attribute name="fill"><xsl:value-of select="$COL_XLNX"/></xsl:attribute>
231                                 <xsl:attribute name="stroke"><xsl:value-of select="'none'"/></xsl:attribute>
232                                 <xsl:attribute name="font-size"><xsl:value-of select="'8pt'"/></xsl:attribute>
233                                 <xsl:attribute name="font-style"><xsl:value-of select="'italic'"/></xsl:attribute>
234                                 <xsl:attribute name="font-weight"><xsl:value-of select="'bold'"/></xsl:attribute>
235                                 <xsl:attribute name="text-anchor"><xsl:value-of select="'middle'"/></xsl:attribute>
236                                 <xsl:attribute name="font-family"><xsl:value-of select="'Verdana Arial Helvetica san-serif'"/></xsl:attribute>
237                         </xsl:when>             
238                         
239                         <xsl:when test="$iClass = 'ipd_ipname'">
240                                 <xsl:attribute name="fill"><xsl:value-of select="$COL_BLACK"/></xsl:attribute>
241                                 <xsl:attribute name="stroke"><xsl:value-of select="'none'"/></xsl:attribute>
242                                 <xsl:attribute name="font-size"><xsl:value-of select="'8pt'"/></xsl:attribute>
243                                 <xsl:attribute name="font-style"><xsl:value-of select="'italic'"/></xsl:attribute>
244                                 <xsl:attribute name="font-weight"><xsl:value-of select="'bold'"/></xsl:attribute>
245                                 <xsl:attribute name="text-anchor"><xsl:value-of select="'middle'"/></xsl:attribute>
246                                 <xsl:attribute name="font-family"><xsl:value-of select="'Courier Arial Helvetica san-serif'"/></xsl:attribute>
247                         </xsl:when>             
248                         
249                         <xsl:when test="$iClass = 'blkd_spec_name'">
250                                 <xsl:attribute name="fill"><xsl:value-of select="$COL_BLACK"/></xsl:attribute>
251                                 <xsl:attribute name="stroke"><xsl:value-of select="'none'"/></xsl:attribute>
252                                 <xsl:attribute name="font-size"><xsl:value-of select="'10pt'"/></xsl:attribute>
253                                 <xsl:attribute name="font-weight"><xsl:value-of select="'bold'"/></xsl:attribute>
254                                 <xsl:attribute name="text-anchor"><xsl:value-of select="'start'"/></xsl:attribute>
255                                 <xsl:attribute name="font-family"><xsl:value-of select="'Arial Helvetica san-serif'"/></xsl:attribute>
256                         </xsl:when>             
257
258                         <xsl:when test="$iClass = 'blkd_spec_value_mid'">
259                                 <xsl:attribute name="fill"><xsl:value-of select="$COL_BLACK"/></xsl:attribute>
260                                 <xsl:attribute name="stroke"><xsl:value-of select="'none'"/></xsl:attribute>
261                                 <xsl:attribute name="font-size"><xsl:value-of select="'10pt'"/></xsl:attribute>
262                                 <xsl:attribute name="font-style"><xsl:value-of select="'italic'"/></xsl:attribute>
263                                 <xsl:attribute name="font-weight"><xsl:value-of select="'bold'"/></xsl:attribute>
264                                 <xsl:attribute name="text-anchor"><xsl:value-of select="'middle'"/></xsl:attribute>
265                                 <xsl:attribute name="font-family"><xsl:value-of select="'Courier Arial Helvetica san-serif'"/></xsl:attribute>
266                         </xsl:when>             
267
268                         <xsl:otherwise><xsl:message>UNKNOWN Text style class <xsl:value-of select="$iClass"/></xsl:message></xsl:otherwise>
269                 </xsl:choose>
270                 
271                 <xsl:value-of select="$iText"/>
272         </xsl:element>
273         
274 </xsl:template>
275         
276 </xsl:stylesheet>
277
278 <!--
279         text.ioplblgrp {
280                 fill:        #000088;
281                 stroke:      none;
282                 font-size:   10pt; 
283                 font-style:  normal;
284                 font-weight: 900;
285                 text-anchor: middle;
286                 font-family: Verdana Arial Helvetica sans-serif;
287         }
288         text.iplabel {
289                 fill:        #000000;
290                 stroke:      none;
291                 font-size:   8pt; 
292                 font-style:  italic;
293                 font-weight: 800;
294                 text-anchor: middle;
295                 font-family: Courier Arial Helvetica sans-serif;
296         }
297                 
298         text.iptype {
299                 fill:        #AA0017;
300                 stroke:      none;
301                 font-size:   8pt; 
302                 font-style:  italic;
303                 font-weight: bold;
304                 text-anchor: middle;
305                 font-family: Verdana Arial Helvetica sans-serif;
306         }       
307         
308         text.busintlabel {
309                 fill:        #810017;
310                 stroke:      none;
311                 font-size:   7pt; 
312                 font-style:  italic;
313                 font-weight: 900;
314                 text-anchor: middle;
315                 font-family: Verdana Arial Helvetica sans-serif;
316         }
317
318         text.mpmcbiflabel {
319                 fill:        #FFFFFF;
320                 stroke:      none;
321                 font-size:   6pt; 
322                 font-style:  normal;
323                 font-weight: 900;
324                 text-anchor: middle;
325                 font-family: Verdana Arial Helvetica sans-serif;
326         }
327
328         text.buslabel {
329                 fill:        #CC3333;
330                 stroke:      none;
331                 font-size:   8pt; 
332                 font-style:  italic;
333                 font-weight: bold;
334                 text-anchor: middle;
335                 font-family: Verdana Arial Helvetica sans-serif;
336         }
337
338
339
340         text.ipclass {
341                 fill:        #000000;
342                 stroke:      none;
343                 font-size:   7pt; 
344                 font-style:  normal;
345                 font-weight: bold;
346                 text-anchor: start;
347                 font-family: Times Arial Helvetica sans-serif;
348         }
349
350         text.procclass {
351                 fill:        #000000;
352                 stroke:      none;
353                 font-size:   7pt; 
354                 font-style:  normal;
355                 font-weight: bold;
356                 text-anchor: middle;
357                 font-family: Times Arial Helvetica sans-serif;
358         }
359                 
360                 
361         text.portlabel {
362                 fill:        #000000;
363                 stroke:      none;
364                 font-size:   8pt; 
365                 font-style:  normal;
366                 font-weight: bold;
367                 text-anchor: middle;
368                 font-family: Verdana Arial Helvetica sans-serif;
369         }
370
371         text.ipdbiflbl {
372                 fill:        #000000;
373                 stroke:      none;
374                 font-size:   8pt; 
375                 font-style:  normal;
376                 font-weight: bold;
377                 font-family: Verdana Arial Helvetica sans-serif;
378         }
379                 
380         text.mmMHeader {
381                 fill:        #FFFFFF;
382                 stroke:      none;
383                 font-size:   10pt; 
384                 font-style:  normal;
385                 font-weight: bold;
386                 text-anchor: middle;
387                 font-family: Verdana Arial Helvetica sans-serif;
388         }
389
390         text.mmSHeader {
391                 fill:        #810017;
392                 stroke:      none;
393                 font-size:   10pt; 
394                 font-style:  normal;
395                 font-weight: bold;
396                 text-anchor: middle;
397                 font-family: Verdana Arial Helvetica sans-serif;
398         }
399
400
401
402         text.dbglabel {
403                 fill:        #555555;
404                 stroke:      none;
405                 font-size:   8pt; 
406                 font-style:  normal;
407                 font-weight: 900;
408                 text-anchor: middle;
409                 font-family: Times Arial Helvetica sans-serif;
410         }
411
412         text.iopnumb {
413                 fill:        #555555;
414                 stroke:      none;
415                 font-size:   10pt; 
416                 font-style:  normal;
417                 font-weight: 900;
418                 text-anchor: middle;
419                 font-family: Verdana Arial Helvetica sans-serif;
420         }
421
422
423
424         tspan.iopgrp {
425                 fill:        #000000;
426                 stroke:      none;
427                 font-size:   8pt; 
428                 font-style:  normal;
429                 font-weight: 900;
430                 text-anchor: middle;
431                 baseline-shift:super;
432                 font-family: Arial Courier san-serif;
433         }
434
435
436         text.biflabel {
437                 fill:        #000000;
438                 stroke:      none;
439                 font-size:   6pt; 
440                 font-style:  normal;
441                 font-weight: 900;
442                 text-anchor: middle;
443                 font-family: Verdana Arial Helvetica sans-serif;
444
445         }
446
447         text.p2pbuslabel {
448                 fill:         #000000;
449                 stroke:       none;
450                 font-size:    10pt; 
451                 font-style:   italic;
452                 font-weight:  bold; 
453                 text-anchor:  start;
454                 writing-mode: tb;
455                 font-family:  Verdana Arial Helvetica sans-serif;
456         }
457
458         text.mpbuslabel {
459                 fill:         #000000;
460                 stroke:       none;
461                 font-size:    6pt; 
462                 font-style:   italic;
463                 font-weight:  bold; 
464                 text-anchor:  start;
465                 writing-mode: tb;
466                 font-family:  Verdana Arial Helvetica sans-serif;
467         }
468
469
470         text.sharedbuslabel {
471                 fill:         #000000;
472                 stroke:       none;
473                 font-size:    10pt; 
474                 font-style:   italic;
475                 font-weight:  bold; 
476                 text-anchor:  start;
477                 font-family:  Verdana Arial Helvetica sans-serif;
478         }
479
480
481         text.splitbustxt {
482                 fill:        #000000;
483                 stroke:      none;
484                 font-size:   6pt; 
485                 font-style:  normal;
486                 font-weight: bold;
487                 text-anchor: middle;
488                 font-family: sans-serif;
489         }
490
491         text.horizp2pbuslabel {
492                 fill:         #000000;
493                 stroke:       none;
494                 font-size:    6pt; 
495                 font-style:   italic;
496                 font-weight:  bold; 
497                 text-anchor:  start;
498                 font-family:  Verdana Arial Helvetica sans-serif;
499         }
500
501
502
503         text.keytitle {
504                 fill:        #AA0017;
505                 stroke:      none;
506                 font-size:   12pt; 
507                 font-weight: bold;
508                 text-anchor: middle;
509                 font-family: Arial Helvetica sans-serif;
510         }
511
512         text.keyheader {
513                 fill:        #000000;
514                 stroke:      none;
515                 font-size:   10pt; 
516                 font-weight: bold;
517                 text-anchor: middle;
518                 font-family: Arial Helvetica sans-serif;
519         }
520
521         text.keylabel {
522                 fill:        #000000;
523                 stroke:      none;
524                 font-size:   8pt; 
525                 font-style:  italic; 
526                 font-weight: bold;
527                 text-anchor: start;
528                 font-family: Verdana Arial Helvetica sans-serif;
529         }
530
531         text.keylblul {
532                 fill:        #000000;
533                 stroke:      none;
534                 font-size:   8pt; 
535                 font-style:  italic; 
536                 font-weight: bold;
537                 text-anchor: start;
538                 text-decoration: underline;
539                 font-family: Verdana Arial Helvetica sans-serif;
540         }
541
542         text.specsheader {
543                 fill:        #000000;
544                 stroke:      none;
545                 font-size:   10pt; 
546                 font-weight: bold;
547                 text-anchor: start;
548                 font-family: Arial Helvetica sans-serif;
549         }
550
551         text.specsvalue {
552                 fill:        #000000;
553                 stroke:      none;
554                 font-size:   8pt; 
555                 font-style:  italic; 
556                 font-weight: bold;
557                 text-anchor: start;
558                 font-family: Verdana Arial Helvetica sans-serif;
559         }
560
561         text.specsvaluemid {
562                 fill:        #000000;
563                 stroke:      none;
564                 font-size:   8pt; 
565                 font-style:  italic; 
566                 font-weight: bold;
567                 text-anchor: middle;
568                 font-family: Verdana Arial Helvetica sans-serif;
569         }
570
571         text.intrsymbol {
572                 fill:        #000000;
573                 stroke:      none;
574                 font-size:   8pt; 
575                 font-weight: bold;
576                 text-anchor: start;
577                 font-family: Arial Helvetica sans-serif;
578         }
579
580 -->