body	{
	margin:	0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	background : #fff;  
	}


div, p, th, td, li, dd, dl, dt    {
             /* redundant selectors to help NS4 not forget */
    font-family: Arial, Helvetica, sans-serif;
    }
dt 	{
	font-weight: bold;
	}
ol, li, dl, dt, dd {
	line-height: 1.5em;
	}

p, ul {
	font-size: 12px;
	padding-left: 20px;
	}	

h1	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-left: 0px;
	padding-top: 10px;
	color: #999999;
	}
	
h2	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 33px;
	padding-top: 10px;
	}
	
h3	{
	font-size:	1.5em;
	}
	
h4	{
	font-size:	1.25em;
	}
h5	{
	font-size:	1em;
	}
h6	{
	font-size:	0.8em;
	}		
h2, h3, h4, h5, h6	{
	margin:	1.25em 0 0 0;
	font-family:	arial, helvetica, sans-serif;
	}
	
	a	{
	text-decoration:	none;
	}
a:link	{
	background-color: transparent;
	}
a:visited	{
	color:	#c30;
	}
a:active	{
	color:	#cc0;
	}
a:hover	{
	color:	#f60;
	text-decoration: none;
	}
	
img	{
		/* turns off gaps around images */
	border:	0
	}

td.images a img {
	border: 2px solid #630;
	margin-bottom: 20px;
	padding-bottom: 15px;
	background-image: url(/images/click-enlarge.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}

td.images a:hover img {
	border: 2px solid #930;
}

.small	{
	font-size: 10px;
	}
	
code, tt, pre	{
	font: 12px "andale mono", monaco, courier, "courier new", monospace;
	color: #06c;
	background: transparent;
	}

	.inset{
		padding-left: 20px;
	}

.nav {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-right: 7px;
	color: Black;
	font-size: 11px;
	}
	
.nav a:link {color : Black;}
.nav a:visited {color : Black;}
.nav a:hover {color : Black;  background-color: #CC9966; }
.nav a:active {color : Black;}

.red {
colour: #990000;
}