1body {
2	font-family:arial,helvetica,sans-serif;
3	color:#000000;
4	font-size: 12px;
5}
6
7/* div,h2,h3,li,p,th,ul { color:#000000; } */
8
9div,li,ol,p,td,th,ul,input,select {
10	font-size:10pt;
11}
12
13a {
14  color:#660033;
15}
16
17a.menu {
18  font-weight:bold;
19  text-decoration:none;
20}
21
22div.in1 { margin-left:2em; }
23div.in2 { margin-left:4em; }
24
25h1 { font-size:16pt; font-weight:bold }
26h2 { font-size:12pt; font-weight:bold }
27h3 { font-size:12pt; font-weight:normal }
28
29a.header2 {
30    font-size:14pt;
31    font-weight:bold;
32    text-decoration:none;
33}
34
35.dl {
36  font-weight:bold;
37}
38
39th {
40	font-size:12pt;
41	font-weight:bold;
42}
43
44td.news {
45	vertical-align:top;
46	border-left-style:solid;
47	border-left-width:2px;
48	border-left-color:#de6339
49}
50
51/* colours and other attributes for all tags */
52
53.b { font-weight:bold; }
54.orange { color:#EE7000; /* text-decoration:none; */ }
55.black { color:#000000 }
56.white { color:#FFFFFF; }
57.red { color:#FF0000; }
58.sepia { color:#660033 }
59.blue { color:#0000FF; }
60.green { color:#006600 }
61.code { background-color:#FFFFE0; }
62.tt { font-family:Courier New,Courier; }
63.sblack  {
64        font-size:8pt;
65        text-decoration:none;
66}
67
68
69/* For the wpvs client */
70/* a:link { color:#000000; text-decoration:none; } */
71/* a:visited { color:#000000; text-decoration:none;  } */
72
73
74.menu {
75	color:#000000;
76	background-color:#EE7000;
77}
78
79.main {
80	background-color:#DDDDDD;
81}
82
83.distance {
84	color:#000000;
85	background-color:#999999;
86	font-size: 10px;
87	font-family: sans-serif,Arial;
88}
89
90.distanceselected {
91	color:#000000;
92	background-color:#EE7000;
93	font-size: 10px;
94	font-family: sans-serif,Arial;
95}
96
97.mainGUI{
98	font-size: 14px;
99}
100