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