1body {
2	font-family: Verdana, Geneva, Arial, sans-serif;
3	background-color: #edeef3;
4        font-size: .75em;
5        line-height: 180%;
6        text-align: left;
7        margin-top: 20px;
8        margin-right: 100px;
9        margin-left: 250px;
10        position: relative;
11        width: auto; }
12
13table {
14	font-family: Verdana, Geneva, Arial, sans-serif;
15	background-color: #edeef3;
16        font-size: 10pt;
17        line-height: 100%; }
18
19
20
21
22div.navheader {
23	font-family: Verdana, Geneva, Arial, sans-serif;
24	background-color: #edeef3;
25        line-height: 100%; }
26
27#header {
28	background-color: #e4e6ed;
29	text-align: left;
30	padding-top: 10px;
31        margin-right: -100px;
32        margin-left: -250px;
33	top: 20px;
34	border-top: 1px solid #c4c4d5;
35	border-bottom: 1px solid white }
36
37#logo {
38	position: relative;
39	margin-left: 200px }
40
41
42#page {
43	font-size: .75em;
44	line-height: 180%;
45	text-align: left;
46	margin-top: 50px;
47	margin-right: 100px;
48	margin-left: 250px;
49	position: relative;
50	width: auto }
51
52#disc {    }
53
54.informaltable td,tr {font-size: 1em;
55	line-height: 140%;
56	text-align: left;
57	background-color: #e4e6ed;
58	padding: 4px }
59
60tr,td {font-size: 1em;
61	line-height: 100%;
62	background-color: #edeef3; }
63
64pre, tt { font-size: 1.3em;
65	color: #088;
66	letter-spacing: 1px;
67	word-spacing: 2px}
68
69h1 {
70	color: #c00;
71	font-size: 16pt;
72	margin-bottom: 2em;
73	margin-left: -50px }
74
75h2 {
76	color: #324e95;
77	font-size: 12pt;
78	margin-top: 2em;
79	margin-left: -50px }
80
81h3 {
82	color: #324e95;
83	font-size: 10pt;
84	margin-top: 2em;
85	margin-left: -50px }
86
87dt { font-weight: bold }
88
89ul {
90	list-style-image: url(images/arrow.png) }
91
92ul li {
93	background-color: #e4e6ed;
94	margin: 1em 6em 1em -2em;
95	padding: 0.2em 0.5em 0.2em 1em;
96	border-style: solid;
97	border-width: 1px;
98	border-color: #c4c4d5 #fff #fff #c4c4d5 }
99
100a:link {
101	color: #324e95;
102	text-decoration: none;
103	background-color: transparent }
104
105a:visited {
106	color: #90c;
107	text-decoration: none }
108
109a:hover {
110	color: #c00;
111	text-decoration: underline;
112	background-color: transparent }
113