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: Arial, Helvetica, sans-serif;
24	font-size: 14px;
25	color: #000000;
26	font-weight: bold;
27}
28.docdescription {
29	font-family: Arial, Helvetica, sans-serif;
30	font-size: 12px;
31	font-style: italic;
32	color: #000000;
33}
34.docauthor {
35	font-family: Arial, Helvetica, sans-serif;
36	font-size: 12px;
37	font-style: italic;
38	color: #000000;
39}
40.doccreationdate {
41	font-family: Arial, Helvetica, sans-serif;
42	font-size: 12px;
43	color: #000066;
44}
45.doclastchangeddate {
46	font-family: Arial, Helvetica, sans-serif;
47	font-size: 12px;
48	color: #990000;
49}
50.docfilename {
51	font-family: Arial, Helvetica, sans-serif;
52	font-size: 12px;
53	color: #000066;
54}
55.docfileformatinfo {
56	font-family: Arial, Helvetica, sans-serif;
57	font-size: 12px;
58	font-style: italic;
59	color: #000000;
60}
61.docnumberofpages {
62	font-family: Arial, Helvetica, sans-serif;
63	font-size: 12px;
64	color: #000000;
65}
66.docsizeinkb {
67	font-family: Arial, Helvetica, sans-serif;
68	font-size: 12px;
69	color: #000000;
70}
71body {
72	background-color: #660000;
73}
74.toctitle {
75	font-family: Arial, Helvetica, sans-serif;
76	font-size: 20px;
77	font-style: normal;
78	font-weight: bold;
79	color: #000000;
80	background-color: #CCCCCC;
81}
82.tcolor {
83	background-color: #FFCC00;
84	border-top-width: medium;
85	border-right-width: medium;
86	border-bottom-width: medium;
87	border-left-width: medium;
88	border-top-style: thick;
89	border-right-style: thick;
90	border-bottom-style: thick;
91	border-left-style: thick;
92	border-top-color: #003399;
93	border-right-color: #CC3300;
94	border-bottom-color: #003399;
95	border-left-color: #666666;
96}
97.ccolor {
98	background-color: #000066;
99}
100a:link {
101	font-family: Arial, Helvetica, sans-serif;
102	color: #003399;
103}
104a:visited {
105	font-family: Arial, Helvetica, sans-serif;
106	color: #0099CC;
107}
108a:active {
109	font-family: Arial, Helvetica, sans-serif;
110	color: #CC0000;
111}
112