2000-03-06 08:11:35 +00:00
|
|
|
BODY {
|
|
|
|
background: black;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
2001-08-02 19:30:21 +00:00
|
|
|
OL,UL,BODY,TD,TR,TH,FORM,SPAN {
|
2000-03-06 08:11:35 +00:00
|
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
2001-08-02 19:30:21 +00:00
|
|
|
P {
|
|
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
|
|
color: white;
|
|
|
|
text-align: justify;
|
|
|
|
}
|
|
|
|
|
2002-05-01 12:59:25 +00:00
|
|
|
SPAN.smallText {
|
|
|
|
font-size: x-small;
|
|
|
|
}
|
|
|
|
|
2001-08-02 19:30:21 +00:00
|
|
|
P.centered {
|
|
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
|
|
color: white;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2002-04-09 20:16:29 +00:00
|
|
|
TABLE.featureBox {
|
|
|
|
background: #737b9c;
|
|
|
|
border: solid #737b9c 1px;
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
TABLE.featureBox TH {
|
|
|
|
border: none;
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
TABLE.featureBox TD {
|
|
|
|
background: #262633;
|
|
|
|
border: solid #737b9c 1px;
|
|
|
|
margin: 0px;
|
|
|
|
padding: 6pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
TABLE.featureBox TD.inside {
|
|
|
|
background: #262633;
|
|
|
|
border: none;
|
|
|
|
margin: 1px;
|
|
|
|
padding: 1pt;
|
2000-05-08 02:37:39 +00:00
|
|
|
}
|
2000-03-06 08:11:35 +00:00
|
|
|
|
|
|
|
H1,H2,H3,H4,H5,H6 { font-family: Arial, Helvetica, sans-serif; }
|
2000-03-07 11:34:23 +00:00
|
|
|
DL,DT,DD { font-family: Arial, Helvetica, sans-serif; }
|
2000-03-06 08:11:35 +00:00
|
|
|
PRE,TT { font-family: "Courier New", Courier, sans-serif; }
|
|
|
|
/* Links */
|
2000-03-31 22:29:06 +00:00
|
|
|
A { color: rgb(170,170,255); text-decoration: none; }
|
|
|
|
A:visited { color: rgb(170,170,255); text-decoration: none; }
|
|
|
|
A:link { color: rgb(170,170,255); text-decoration: none; }
|
|
|
|
A:active { color: rgb(255,255,255); text-decoration: none; }
|
|
|
|
A:hover { color: rgb(255,170,170); text-decoration: none; }
|
2000-03-06 08:11:35 +00:00
|
|
|
/* Special link types */
|
2000-11-13 17:55:00 +00:00
|
|
|
A.mainTitleBar { color: white; }
|
|
|
|
A.sortButton { color: white; text-decoration: underline; }
|
2000-03-06 08:11:35 +00:00
|
|
|
A.menus { color: rgb(192,192,192); text-decoration: underline; }
|
2000-03-07 21:43:09 +00:00
|
|
|
A.tabs { color: black; }
|
2000-03-06 08:11:35 +00:00
|
|
|
|
|
|
|
SPAN.center { text-align: center; }
|
2000-11-13 17:55:00 +00:00
|
|
|
SPAN.alignRight { text-align: right; }
|
2000-03-06 08:11:35 +00:00
|
|
|
SPAN.boxSpace { font-size: 2pt; }
|
|
|
|
SPAN.mainTitleBar {
|
|
|
|
color: black;
|
|
|
|
font-size: 10pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
SPAN.mainTitle {
|
|
|
|
color: white;
|
|
|
|
font-size: 16pt;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2000-11-13 17:55:00 +00:00
|
|
|
SPAN.pageTitle {
|
|
|
|
font-size: 15pt;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2000-03-06 08:11:35 +00:00
|
|
|
SPAN.titleBar {
|
|
|
|
color: white;
|
|
|
|
font-size: 10pt;
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: center;
|
|
|
|
}
|