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