body {
  font: 80% Verdana,sans-serif;
  background: white;
  color: #333;
}

h1, h2 {
  text-align: center;
}

h2 {
  font-size: 140%;
  background: #eee;
  margin: 0 1em; 
}

h3 {
  font-size: 120%;	
}

a {
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}

a img { 
  border: 0; 
}

p { 
  text-align: justify;
  padding-right: 2em; padding-left: 1em; 
}

tr {
  text-align: left; 	
}

td {
  text-align: center;
  font-size: 80%;
}

span.tooltip {
  border-bottom: 2px dashed green;
  cursor: help;	
}

form  { 
  text-align:center;
}

fieldset { 
  text-align:center; padding:5px; display: inline; 
}

address {
  font-size: 70%;
  padding-bottom: 0.5em; 
  text-align: center;
}

.colourbox { 
  border: 1px solid black; 
}

#nav {
  position:absolute; top:80px; right:20px; left: 10px; 
  width: 100%; height: 40px; 
  background: url(images/goldbar-mid.gif) repeat-x; 
}

#nav a {
  color: black;	
}

#nav a:hover {
  color: #c00;	
}  

#info {
  float: right;
  margin: 0 20px; 
  font-size: 0.9em;  
}

#info fieldset {
  width: 220px;
  display: block;  
  margin-bottom: 20px;
}

#info fieldset p {
  margin-top: 0.5em; margin-bottom: 0.6em;
}
