1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22.doctitle {
23	font-family: "Times New Roman", Times, serif;
24	font-size: 14px;
25	color: #000000;
26	font-weight: bold;
27}
28.docdescription {
29	font-family: "Times New Roman", Times, serif;
30	font-size: 12px;
31	font-style: italic;
32	color: #000000;
33}
34.docauthor {
35	font-family: "Times New Roman", Times, serif;
36	font-size: 12px;
37	font-style: italic;
38	color: #000000;
39}
40.doccreationdate {
41	font-family: "Times New Roman", Times, serif;
42	font-size: 12px;
43	color: #000066;
44}
45.doclastchangeddate {
46	font-family: "Times New Roman", Times, serif;
47	font-size: 12px;
48	color: #660000;
49}
50.docfilename {
51	font-family: "Times New Roman", Times, serif;
52	font-size: 12px;
53	color: #000066;
54}
55.docfileformatinfo {
56	font-family: "Times New Roman", Times, serif;
57	font-size: 12px;
58	font-style: italic;
59	color: #000000;
60}
61.docnumberofpages {
62	font-family: "Times New Roman", Times, serif;
63	font-size: 12px;
64	color: #000000;
65}
66.docsizeinkb {
67	font-family: "Times New Roman", Times, serif;
68	font-size: 12px;
69	color: #000000;
70}
71body {
72	background-color: #999999;
73	background-image: url(images/background.gif);
74}
75.toctitle {
76	font-family: "Times New Roman", Times, serif;
77	font-size: 20px;
78	font-style: normal;
79	font-weight: bold;
80	color: #000000;
81	background-color: #FF9966;
82}
83.tcolor {
84	background-color: #FF6600;
85}
86.ccolor {
87	background-color: #660033;
88}
89a:link {
90	font-family: "Times New Roman", Times, serif;
91	color: #000099;
92}
93a:visited {
94	font-family: "Times New Roman", Times, serif;
95	color: #0066CC;
96}
97a:active {
98	font-family: "Times New Roman", Times, serif;
99	color: #CC0000;
100}
101