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
84H4 {
85	font-weight		: bold;
86	text-decoration		: underline;
87}
88
89H1.title {
90	font-size		: 24pt;
91	font-weight		: bold;
92}
93
94span.version {
95	color			: #ff0000;
96	background		: inherit;
97	font-size		: 14pt;
98	font-weight		: bold;
99}
100
101div.confidential {
102	color			: #660000;
103	background:		: inherit;
104	font-size		: 14pt;
105	font-weight		: bold;
106	font-family		: Impact, monospace;
107}
108
109P.note {
110	color			: #000000;
111	background		: inherit;
112	font-size		: 8pt;
113	font-family		: Impact, monospace;
114}
115
116P.caution {
117	color			: inherit;
118	font-weight		: bold;
119	font-size		: 12pt;
120	background		: #ffff00;
121	width			: 100%;
122	padding			: 3px;
123	margin-top		: 2px;
124	margin-bottom	: 2px;
125}
126
127P.copyright {
128	color			: inherit;
129	background		: inherit;
130	font-size		: 8pt;
131	font-weight		: bold;
132	font-family		: monospace;
133	text-align		: right;
134}
135
136P.recommend {
137	color			: #cc2288;
138	background		: inherit;
139	font-weight		: bold;
140	text-align		: right;
141}
142
143P.toc {
144	color			: #cc0066;
145	background		: inherit;
146	font-size		: 8pt;
147}
148