/*@import "import2.css";
/*tidied 11.1.07*/
/*Template finalised February 2006 - achieved only with help from Patrick Lauke*/
html, body 
{
	background-color: #fff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 95%;
    text-align: left;
	}

#container {
  background-color: #fff;
  margin: 0 auto	;
  margin-left: auto;
  margin-right: auto;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  width: auto;
  text-align: left;
  }
  

/*This next style is required so *all* browsers show pages at 98% width*/
#page {width:98%;}

li {padding: 1px 0 1px  0;}
li ul li {font-size: 90%;}
pre, tt {font-family: Courier, monospace; font-size: 90%;}
img {border: none; }
.block {display: block;}

a {text-decoration:none;}
a:link {color: #039; }
a:visited {color: #c33; }
a:link:hover, a:visited:hover {text-decoration: underline; }
a[href]:active {color: #c00; }

h1 {font-weight: bold; font-size: 180%; color: #900;}
h2 {font-weight: bold; font-size: 120%; color: #900;}
h3 {font-weight: bold; font-size: 100%; color: #500;}
/*h2 {font-weight: bold; font-size: 110%; color: #333;}
/*h3 {font-weight: bold; font-size: 100%; font-style: italic; color: #333;}
/*h4 {font-weight: bold; font-size:  90%; color: #333;}
/*h5 {font-weight: bold; font-size:  80%; color: #333;}
