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