1BODY {
2  color				: black;
3  background		: #FFFFCC;
4  font-family		: Arial;
5  font-size			: 10pt;
6  margin			: 8px;
7}
8H2 {
9  font-size				: 20px;
10  border-top-style		: none;
11  border-left-style		: double;
12  border-left-width		: 8px;
13  border-bottom-style	: solid;
14  margin-left			: 1px;
15  margin-top			: 30px;
16  margin-bottom			: 10px;
17  border-bottom-width	: 2px;
18  font-weight			: bold;
19  position				: relative;
20  padding-left			: 10px;
21  border-left-color		: #663300;
22  border-bottom-color	: #663300;
23}
24H1 {
25  font-size		: 36px;
26  font-family		: Arial;
27  border-bottom-width	: 5px;
28  border-bottom-style	: solid;
29  border-bottom-color	: #663300;
30  padding-bottom		: 1px;
31  margin-bottom		: 20px;
32  letter-spacing		: normal;
33  font-weight		: bold;
34}
35TABLE {
36  margin-top		: 2pt;
37  margin-bottom		: 2pt;
38  margin-left		: 0pt;
39  margin-right		: 0pt;
40  padding-left		: 0pt;
41  padding-right		: 0pt;
42  position		: relative;
43  left			: 12px;
44  font-family		: Arial;
45  font-size		: 10pt;
46  border-style		: none none none none;
47  width			: 95%;
48}
49TD,TH {
50  padding			: 2pt;
51  border-width		: 2pt;
52  border-style		: none none none none;
53  font-style		: normal;
54  text-align		: left;
55}
56TD {
57  background		: #ffcc99;
58  font-weight		: normal;
59}
60TH {
61  background		: #ffcc99;
62  font-weight		: bold;
63}
64A:LINK {
65  color				: #663300;
66  background		: inherit;
67  text-decoration	: none;
68}
69
70A:VISITED {
71  color				: #336600;
72  background		: inherit;
73  text-decoration	: none;
74}
75
76A:HOVER {
77  color				: #663300;
78  background		: #ff9966;
79  text-decoration	: underline;
80}
81
82A:ACTIVE {
83  color				: #cc0088;
84  background		: inherit;
85  text-decoration	: underline;
86}
87P {
88  position		: relative;
89  left			: 12px;
90  top			: auto;
91  font-family		: Arial;
92  font-size		: 10pt;
93  padding-right		: 10px;
94  margin-right		: 6px;
95  border-right-width	: 8px;
96}
97CODE {
98  font-family		: "Courier New", monospace;
99  position		: static;
100  left			: 12px;
101  font-size		: 10pt;
102}
103PRE { position		: relative; left			: 12px; }
104H3 {
105  left : 6px;
106  position		: relative;
107  margin-top : 15pt;
108  border-bottom-width	: 1px;
109  border-bottom-style	: solid;
110  border-bottom-color	: #663300;
111  padding-bottom	: 1px;
112}
113H4{
114  position : relative;
115  left : 6px;
116}
117H5{
118  position : relative;
119  left : 6px;
120}
121DL {
122  position		: relative;
123  left			: 12px;
124  top			: auto;
125  padding-right		: 10px;
126  margin-right		: 6px;
127  border-right-width	: 8px;
128}
129