0
|
1 body { |
|
2 font-family: Verdana, Helvetica, Arial, sans-serif; |
|
3 font-size: 10pt; |
|
4 background-attachment: fixed; |
|
5 background-repeat: no-repeat |
|
6 } |
|
7 |
|
8 th { |
|
9 font-weight: bold; |
|
10 background-color: #EEEEEE; |
|
11 white-space: nowrap; |
|
12 } |
|
13 |
|
14 td { |
|
15 } |
|
16 |
|
17 address { |
|
18 font-size: 8pt; |
|
19 } |
|
20 |
|
21 h5 { |
|
22 } |
|
23 |
|
24 form { |
|
25 } |
|
26 |
|
27 h1 { |
|
28 font-size: 16pt; |
|
29 font-weight: bold; |
|
30 } |
|
31 |
|
32 A:link { |
|
33 text-decoration: none; |
|
34 color: #0000EE; |
|
35 } |
|
36 |
|
37 A:visited { |
|
38 color: #0000EE; |
|
39 text-decoration: none; |
|
40 } |
|
41 |
|
42 A:hover { |
|
43 color: #0000EE; |
|
44 background-color: #BBBBBB; |
|
45 text-decoration: none; |
|
46 } |
|
47 |
|
48 A:link.nav { |
|
49 color: #000000; |
|
50 } |
|
51 |
|
52 A:visited.nav { |
|
53 color: #000000; |
|
54 } |
|
55 |
|
56 A:hover.nav { |
|
57 color: red; |
|
58 } |
|
59 |
|
60 .nav { |
|
61 color: #000000; |
|
62 } |
|
63 |
|
64 .tableBG { |
|
65 background-color: #EBEBEB; |
|
66 color:black; |
|
67 } |
|
68 |
|
69 .tableBGhl { |
|
70 background-color: #000000; |
|
71 } |
|
72 |
|
73 .preview { |
|
74 position: absolute; |
|
75 visibility: hidden; |
|
76 z-index: 100; |
|
77 } |
|
78 |
|
79 .descrTitle { |
|
80 font-size: 10pt; |
|
81 font-weight: bold; |
|
82 } |
|
83 |
|
84 .descrContent { |
|
85 font-size: 10pt; |
|
86 } |
|
87 |
|
88 .highlight { |
|
89 font-weight: bold; |
|
90 background-color: #BBBBBB; |
|
91 } |
|
92 |
|
93 .numImg { |
|
94 font-style: italic; |
|
95 } |
|
96 |
|
97 .actPath { |
|
98 font-weight: bold; |
|
99 } |