style.css
2.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
A:link {
color: #FF0000;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none; }
A:visited {
color: #FF0000;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none; }
A:active {
color: #FF0000;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none; }
A:hover {
color: #FF8888;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none; }
H1 {
font-size: 10pt;
font-family: Arial, Helvetica, sans-serif;
color: #000000; }
H2 {
font-size: 10pt;
font-family: Arial, Helvetica, sans-serif;
color: #000000; }
p, table, tr, td, ul {
font-size: 9pt;
font-family: Arial, Helvetica, sans-serif;
color: #000000; }
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
color: #000000;
margin-top: 0pt;
margin-left: 0pt; }
.header {
background-image:url(../images/topbg.png);
background-attachment:fixed;
padding-top: 0pt;
padding-left: 0pt; }
.header2 {
background-image:url(../images/img1.png);
background-attachment:fixed;
background-repeat:no-repeat;
padding-top: 0pt;
padding-left: 0pt; }
.menubg1 {
background-image:url(../images/menubg1.png);
background-repeat:repeat-y;
background-color: #a0a0ff; }
.menubg2 {
background-image:url(../images/menubg2.png);
background-repeat:repeat-y;
background-color: #a0a0ff; }
.menubg3 {
background-image:url(../images/menubg3.png);
background-repeat:repeat-y;
background-color: #a0a0ff; }
.menubg {
background-image:url(../images/menubg.png);
background-repeat:repeat-y;
background-color: #a0a0ff; }
.maintopbg {
background-image:url(../images/maintop.png);
background-repeat:repeat-y;
background-attachment:fixed;
background-color: #5c5cff; }
.menuborder {
background-color: #a2a2ff; }
.menusubject {
font-size: 10pt;
font-family: Arial, Helvetica, sans-serif;
color: #000000;
font-weight: bold; }
.copyright {
font-size: 7pt;
font-family: Arial, Helvetica, sans-serif;
color: #000000; }
.fixed {
font-size: 9pt;
font-family: Courier; }
.tooltip {
position: absolute;
width: 400; height: 200px;
visibility: hidden;
z-Index: 1;
font-class: arial, helvetica, sans-serif;
font-style: italic;
font-variant: small-caps;
font-weight: bold;
font-size: 10pt;
}
.invis {
position: relative;
display: none;
z-Index: 1;
}
.vis {
position: relative;
display: block;
z-Index: 1;
}
.dir {
font-class: arial, helvetica, sans-serif;
font-size: 10pt;
text-decoration: none;
font-weight: bold;
}
.file {
font-class: arial, helvetica, sans-serif;
font-size: 10pt;
font-decoration: none;
}