1BODY {
2	color			: black;
3	background-color	: white;
4	font-family		: Arial;
5	font-size		: 10pt;
6}
7
8A:LINK {
9	color			: #0000cc;
10	background		: inherit;
11	text-decoration	: none;
12}
13
14A:VISITED {
15	color			: #666622;
16	background		: inherit;
17	text-decoration	: none;
18}
19
20A:HOVER {
21	color			: #0000cc;
22	background		: #d0e0f0;
23	text-decoration	: underline;
24}
25
26A:ACTIVE {
27	color			: #cc0088;
28	background		: inherit;
29	text-decoration	: underline;
30}
31
32/*
33P {
34	position		: relative;
35	left			: 6px;
36	z-index			: auto;
37	font-family		: Arial;
38}
39*/
40
41PRE {
42	position		: relative;
43	left			: 12px;
44}
45
46TABLE {
47	border-width		: 0pt
48	margin-top		: 2pt;
49	margin-bottom		: 2pt;
50	margin-left		: 0pt;
51	margin-right		: 0pt;
52	padding-left		: 0pt;
53	padding-right		: 0pt;
54}
55
56TD,TH {
57	padding			: 0pt;
58	font-size		: 8pt;
59	text-align		: center;
60	border-width		: 0pt;
61	border-style		: none none none none;
62}
63
64DT {
65	font-weight		: bold;
66	margin-bottom		: 2pt;
67}
68
69DD {
70	margin-left		: 4pt;
71	font-size		: 9.5pt;
72	padding-top		: 2px;
73}
74
75UL {
76	margin-left		: 3ex;
77}
78
79LI {
80	margin-bottom		: 1ex;
81}
82
83H3 {
84	font-size		: 16px;
85	font-weight		: bold;
86	padding-top		: 10px;
87	border-width		: 1px 0 0 0;
88	border-color		: #000000;
89	border-style		: solid none none none;
90}
91
92H3.category {
93	background		: #bfefff;
94}
95
96H4 {
97	font-weight		: bold;
98	text-decoration		: underline;
99}
100
101H1.title {
102	font-size		: 24pt;
103	font-weight		: bold;
104}
105
106span.version {
107	color			: #ff0000;
108	background		: inherit;
109	font-size		: 14pt;
110	font-weight		: bold;
111}
112
113div.confidential {
114	color			: #660000;
115	background:		: inherit;
116	font-size		: 14pt;
117	font-weight		: bold;
118	font-family		: Impact, monospace;
119}
120
121P.note {
122	color			: #000000;
123	background		: inherit;
124	font-size		: 8pt;
125	font-family		: Impact, monospace;
126}
127
128P.caution {
129	color			: inherit;
130	font-weight		: bold;
131	font-size		: 12pt;
132	background		: #ffff00;
133	width			: 100%;
134	padding			: 3px;
135	margin-top		: 2px;
136	margin-bottom	: 2px;
137}
138
139P.copyright {
140	color			: inherit;
141	background		: inherit;
142	font-size		: 8pt;
143	font-weight		: bold;
144	font-family		: monospace;
145	text-align		: right;
146}
147
148P.recommend {
149	color			: #cc2288;
150	background		: inherit;
151	font-weight		: bold;
152	text-align		: right;
153}
154
155P.toc {
156	color			: #cc0066;
157	background		: inherit;
158	font-size		: 8pt;
159}
160