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