1 |
jonen |
1.1 |
a.links:active, a.links:visited, a.links:link { |
2 |
|
|
font-family: arial; |
3 |
|
|
font-size: .833em; |
4 |
|
|
font-weight: bold; |
5 |
|
|
padding: 0px 2px 0px 2px; |
6 |
|
|
color: #444444; |
7 |
|
|
} |
8 |
|
|
|
9 |
|
|
a.links:hover { |
10 |
|
|
font-family: arial; |
11 |
|
|
font-size: .833em; |
12 |
|
|
font-weight: bold; |
13 |
|
|
background-color: #999999; |
14 |
|
|
color: #000000; |
15 |
|
|
padding: 0px 2px 0px 2px; |
16 |
|
|
} |
17 |
|
|
|
18 |
|
|
a:visited, a:link { |
19 |
|
|
font-family: arial; |
20 |
|
|
font-size: 10pt; |
21 |
|
|
color: #0000ff; |
22 |
|
|
outline: thick red; |
23 |
|
|
} |
24 |
|
|
|
25 |
|
|
a:hover { |
26 |
|
|
color: #FF0000; |
27 |
|
|
} |
28 |
|
|
|
29 |
|
|
div.links, table.links { |
30 |
|
|
border: 2px solid #999999; |
31 |
|
|
background-color: #dadada; |
32 |
|
|
} |
33 |
|
|
|
34 |
|
|
div.function { |
35 |
|
|
font-family: arial; |
36 |
|
|
font-size: .833em; |
37 |
|
|
background-color: #dadada; |
38 |
|
|
border: 1px solid #999999; |
39 |
|
|
width: 99%; |
40 |
|
|
padding: 5px 0px 5px 5px; |
41 |
|
|
} |
42 |
|
|
|
43 |
|
|
.tableheadingcolor { |
44 |
|
|
background-color: #dadada; |
45 |
|
|
color: #000000; |
46 |
|
|
border-bottom: 2px solid #999999; |
47 |
|
|
} |
48 |
|
|
|
49 |
|
|
table.border { |
50 |
|
|
border: 2px solid #999999; |
51 |
|
|
} |
52 |
|
|
|
53 |
|
|
table.bordernobottom { |
54 |
|
|
border-top: 2px solid #999999; |
55 |
|
|
border-left: 2px solid #999999; |
56 |
|
|
border-right: 2px solid #999999; |
57 |
|
|
} |
58 |
|
|
|
59 |
|
|
th { |
60 |
|
|
font-family: arial; |
61 |
|
|
font-size: .833em; |
62 |
|
|
font-weight: bold; |
63 |
|
|
white-space: nowrap; |
64 |
|
|
} |
65 |
|
|
|
66 |
|
|
|
67 |
|
|
|
68 |
|
|
.font8 { |
69 |
|
|
font-family: arial, helvetica, lucida; |
70 |
|
|
font-size: 8pt; |
71 |
|
|
} |
72 |
|
|
.font8bold { |
73 |
|
|
font-family: arial, helvetica, lucida; |
74 |
|
|
font-size: 8pt; |
75 |
|
|
font-weight: bold; |
76 |
|
|
} |
77 |
|
|
.font10 { |
78 |
|
|
font-family: arial, helvetica, lucida; |
79 |
|
|
font-size: 10pt; |
80 |
|
|
} |
81 |
|
|
.font10bold { |
82 |
|
|
font-family: arial, helvetica, lucida; |
83 |
|
|
font-size: 10pt; |
84 |
|
|
font-weight: bold; |
85 |
|
|
} |
86 |
|
|
.font12 { |
87 |
|
|
font-family: arial, helvetica, lucida; |
88 |
|
|
font-size: 12pt; |
89 |
|
|
} |
90 |
|
|
.font12bold { |
91 |
|
|
font-family: arial, helvetica, lucida; |
92 |
|
|
font-size: 12pt; |
93 |
|
|
font-weight: bold; |
94 |
|
|
} |
95 |
|
|
.font14 { |
96 |
|
|
font-family: arial, helvetica, lucida; |
97 |
|
|
font-size: 14pt; |
98 |
|
|
} |
99 |
|
|
.font14bold { |
100 |
|
|
font-family: arial, helvetica, lucida; |
101 |
|
|
font-size: 15pt; |
102 |
|
|
font-weight: bold; |
103 |
|
|
} |