/* Simple general stylesheet for Leigh Web pages      */
/* 22/12/04 MSA Added footer                          */
/* 02/01/05 MSA Added missing contents_body           */
/* 22/01/-5 MSA Added body font-size                  */

body  {
  font-family	:	verdana, arial, helvetica ;
  font-size	:	x-small ;
}

td  {
  valign		:	top;
}

.banner_background  {
  background	:	#cccccc;
}

.banner_navigation:link  {
  color		:	white;
  text-decoration:	none;
}

.banner_navigation:visited  {
  color		:	white;
  text-decoration:	none;
}

.banner_navigation:hover  {
  color		:	yellow;
  text-decoration:	none;
}

.banner_navigation:active  {
  color		:	#993333;
  text-decoration:	none;
}

.banner_navigation_cell  {
  background	:	#993333;
  font-family	:	verdana, arial;
  font-size	:	10pt;
  font-weight	:	bold;
  color		:	white;
}

.banner_navigation_cell_selected  {
  background	:	black;
  font-family	:	verdana, arial;
  font-size	:	10pt;
  font-weight	:	bold;
  color		:	white;
}

.contents_navigation  {
  color		:	navy;
  text-decoration:	none;
  font-family	:	verdana, arial;
  font-size	:	8pt;
  font-weight	:	bold;
}

.contents_navigation:link  {
  color		:	navy;
  text-decoration:	none;
}
.contents_navigation:visited  {
  color		:	navy;
  text-decoration:	none;
}

.contents_navigation:hover  {
  color		:	yellow;
  text-decoration:	none;
}

.contents_navigation:active  {
  color		:	red;
  text-decoration:	none;
}

.contents_body  {
  margin-left	:	10pt;
} 
  
.footer {font-style: italic; font-size: smaller }
