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
56DT {
57	font-weight		: bold;
58	margin-bottom		: 2pt;
59}
60
61DD {
62	margin-left		: 4pt;
63	font-size		: 9.5pt;
64	padding-top		: 2px;
65}
66
67UL {
68	margin-left		: 3ex;
69}
70
71LI {
72	margin-bottom		: 1ex;
73}
74
75H3 {
76	font-size		: 16px;
77	font-weight		: bold;
78	padding-top		: 10px;
79	border-width		: 1px 0 0 0;
80	border-color		: #000000;
81	border-style		: solid none none none;
82}
83
84H3.category {
85	background		: #bfefff;
86}
87
88H4 {
89	font-weight		: bold;
90	text-decoration		: underline;
91}
92
93H1.title {
94	font-size		: 24pt;
95	font-weight		: bold;
96}
97
98span.version {
99	color			: #ff0000;
100	background		: inherit;
101	font-size		: 14pt;
102	font-weight		: bold;
103}
104
105div.confidential {
106	color			: #660000;
107	background:		: inherit;
108	font-size		: 14pt;
109	font-weight		: bold;
110	font-family		: Impact, monospace;
111}
112
113P.note {
114	color			: #000000;
115	background		: inherit;
116	font-size		: 8pt;
117	font-family		: Impact, monospace;
118}
119
120P.caution {
121	color			: inherit;
122	font-weight		: bold;
123	font-size		: 12pt;
124	background		: #ffff00;
125	width			: 100%;
126	padding			: 3px;
127	margin-top		: 2px;
128	margin-bottom	: 2px;
129}
130
131P.copyright {
132	color			: inherit;
133	background		: inherit;
134	font-size		: 8pt;
135	font-weight		: bold;
136	font-family		: monospace;
137	text-align		: right;
138}
139
140P.recommend {
141	color			: #cc2288;
142	background		: inherit;
143	font-weight		: bold;
144	text-align		: right;
145}
146
147P.toc {
148	color			: #cc0066;
149	background		: inherit;
150	font-size		: 8pt;
151}
152