1/* 1st Style ignored by Netscape */
2td.dummy, font.dummy, .dummy, a:link.dummy, a:visited.dummy, a:active.dummy
3{
4font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
5font-size: 16pt;
6color: #336699;
7text-decoration: none;
8font-weight: normal
9}
10
11body
12{
13margin-left: 10%;
14margin-right: 10%;
15font-family: sans-serif;
16background-color: #FFFFFF
17}
18
19/* Blue TITLE */
20td.title, font.title, .title, a:link.title, a:visited.title, a:active.title
21{
22font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
23font-size: 16pt;
24color: #336699;
25text-decoration: none;
26font-weight: normal
27}
28
29/* BODY TEXT */
30td.text, font.text, .text, a:link.text, a:visited.text, a:active.text
31{
32font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
33font-size: 9pt;
34color: #000000;
35text-decoration: none;
36font-weight: normal
37}
38
39/* BOLD BODY TEXT */
40td.textbold, font.textbold, .textbold, a:link.textbold, a:visited.textbold, a:active.textbold
41{
42font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
43font-size: 9pt;
44color: #000000;
45text-decoration: none;
46font-weight: bold
47}
48
49/* BOLD BODY TEXT LINK WITH UNDERLINE*/
50td.textboldlink, font.textboldlink, .textboldlink, a:link.textboldlink, a:visited.textboldlink, a:active.textboldlink
51{
52font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
53font-size: 9pt;
54color: #000000;
55font-weight: bold
56}
57
58/* SMALL BODY TEXT */
59td.smtext, font.smtext, .smtext, a:link.smtext, a:visited.smtext, a:active.smtext
60{
61font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
62font-size: 8pt;
63color: #000000;
64text-decoration: none;
65font-weight: normal
66}
67
68/* SMALL BOLD BODY TEXT */
69td.smtextbold, font.smtextbold, .smtextbold, a:link.smtextbold, a:visited.smtextbold, a:active.smtextbold
70{
71font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
72font-size: 8pt;
73color: #000000;
74text-decoration: none;
75font-weight: bold
76}
77
78/* TITLES
79td.title, font.title, .title, a:link.title, a:visited.title, a:active.title
80{
81font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
82font-size: 12pt;
83color: #CC3300;
84text-decoration: none;
85font-weight: bold
86}
87*/
88
89/* SUBTITLES */
90td.subtitle, font.subtitle, .subtitle, a:link.subtitle, a:visited.subtitle, a:active.subtitle
91{
92font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
93font-size: 11pt;
94color: #000000;
95text-decoration: none;
96font-weight: bold
97}
98
99/* LEGAL TEXT */
100td.legal, font.legal, .legal, a:link.legal, a:visited.legal, a:active.legal
101{
102font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
103font-size: 8pt;
104color: #000000;
105text-decoration: none;
106font-weight: normal
107}
108
109td.legallink, font.legallink, .legallink, a:link.legallink, a:visited.legallink, a:active.legallink
110{
111font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
112font-size: 8pt;
113color: #CC3300;
114font-weight: normal
115}
116
117/* RED TEXT */
118td.textred, font.textred, .textred, a:link.textred, a:visited.textred, a:active.textred
119{
120font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
121font-size: 10pt;
122color: #CC3300;
123text-decoration: none;
124font-weight: normal
125}
126
127/* RED TEXT BOLD*/
128td.textredbold, font.textredbold, .textredbold, a:link.textredbold, a:visited.textredbold, a:active.textredbold
129{
130font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
131font-size: 10pt;
132color: #CC3300;
133text-decoration: none;
134font-weight: bold
135}
136
137/* LINKS */
138td.link, font.link, .link, a:link.link, a:visited.link, a:active.link
139{
140font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
141font-size: 10pt;
142color: #3366CC;
143font-weight: normal
144}
145
146td.tabletitlelink, font.tabletitlelink, .tabletitlelink, a:link.tabletitlelink, a:visited.tabletitlelink, a:active.tabletitlelink
147{
148font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
149font-size: 10pt;
150background-color: #e9e9d3;
151color: #000000;
152}
153
154/* TABLE TITLES */
155td.tabletitle, font.tabletitle, .tabletitle, a:link.tabletitle, a:visited.tabletitle, a:active.tabletitle
156{
157font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
158font-size: 10pt;
159color: #336699;
160background-color: #e9e9d3;
161/* text-decoration: none; */
162font-weight: bold
163}
164
165/* TABLE CELL */
166td.cell, tr.cell, font.cell, .cell, a:link.cell, a:visited.cell, a:active.cell
167{
168font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
169font-size: 12pt;
170color: #000000;
171font-weight: normal;
172/* background-color: #e9e9d3 */
173background-color: #f5f5f5
174}
175
176/* SHADED TABLE CELL */
177td.shaded, tr.shaded, font.shaded, .shaded, a:link.shaded, a:visited.shaded, a:active.shaded
178{
179font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
180font-size: 12pt;
181color: #000000;
182font-weight: normal;
183background-color: #f5f5f5
184}
185
186/* GLOSSARY TERM */
187td.term, font.term, .term, a:link.term, a:visited.term, a:active.term
188{
189font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
190font-size: 10pt;
191font-style: normal;
192color: #000000;
193text-decoration: none;
194font-weight: normal
195}
196
197/* ELEMENT TAGS */
198ul
199{
200font-family: Arial, Helvetica, sans-serif;
201font-size: 10pt;
202font-style: normal;
203font-weight: normal
204}
205li
206{
207font-family: Arial, Helvetica, sans-serif;
208font-size: 10pt;
209font-style: normal;
210font-weight: normal
211}
212
213a:link.h1, a:visited.h1, .h1
214{
215font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
216font-size: 12pt;
217color: #0066CC
218}
219a:active.h1
220{
221font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
222font-size: 12pt;
223font-weight: bold;
224color: #0066CC
225}
226h1
227{
228margin-left: -8%;
229font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
230font-size: 12pt;
231color: #0066CC
232}
233
234.h2
235{
236font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
237font-size: 11pt;
238/* font-weight: bold; */
239color: #000000
240}
241
242h2
243{
244margin-left: -4%;
245font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
246font-size: 11pt;
247/* font-weight: bold; */
248color: #000000
249}
250
251A:link.h3, A:visited.h3, .h3
252{  font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
253font-size: 10pt;
254color: #000000;
255font-weight: bold
256}
257
258A:active.h3
259{
260font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
261font-size: 10pt;
262color: #000000;
263font-weight: bold
264}
265
266h3
267{
268margin-left: -4%;
269font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
270font-size: 10pt;
271font-weight: bold;
272color: #000000
273}
274
275h4
276{
277font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
278font-size: 9pt;
279font-weight: bold;
280color: #000000
281}
282
283.code, A:active.code, A:link.code, A:visited.code
284{
285font-family: "Courier New", Courier, monospace;
286}
287
288.abstract
289{
290	font-style : italic;
291}
292
293p
294{
295font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
296font-size: 10pt;
297font-style: normal
298}
299
300td
301{
302font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
303font-size: 10pt;
304font-style: normal
305}
306
307/* LINKS */
308a:link, a:active
309{
310font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
311font-size: 10pt;
312color: #3366CC;
313font-weight: normal
314}
315
316a:visited
317{
318font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
319font-size: 10pt;
320color: #333366;
321font-weight: normal
322}
323
324code {
325  /* use browser/user default for `font-family` */
326  font-weight: bold;
327  color: brown;
328  background: transparent;
329}
330