	/* CSS by Gosling Design */

	*	{
		margin:0;
		padding:0;
		}

	html {
		font-size:100%;
		}

	body {
		background:rgb(255,255,255);
		font-family:"lucida grande", verdana, "lucida sans", lucida, "trebuchet ms",  "bitstream vera sans", helvetica, geneva, arial, sans-serif;
		font-size:100%;
		}
		
	hr {display:none;}
	a img {border:0;}
	
	#container {
		background:rgb(255,255,255);
		width:100%;
		}
	
	#header,
	#navigation {
		display:none;
		}
	
	#content {
		background:rgb(255,255,255);
		width:100%;
		}

	#content h2,
	#content h3,
	#content h4,
	#content p,
	#content p.note,
	#content table {
		margin-left:0;
		}

	#content h2,
	#content h3,
	#content h4,
	#content p.introduction {
		color:rgb(0,0,0);
		}

	#content h2 em {	
		color:rgb(153,153,153);
		}

	#content table th,
	#content table td {
		background:rgb(255,255,255);
		}

	#content th {
		color:rgb(51,51,51);
		}

	#content tr.even th,
	#content tr.even td,
	#content tr.odd th,
	#content tr.odd td {
		background:rgb(255,255,255);
		}

	#content p.note {
		background:rgb(255,255,255);
		border:1px solid rgb(51,51,51);
		}

	#content a:link,
	#content a:visited {
		color:rgb(51,51,51);
		font-weight:bold;
		text-decoration:underline;
		}
		
	#footer {
		background:rgb(255,255,255);
		border-top:1px solid rgb(0,0,0);
		width:100%;
		}
	
	#footer p {
		margin:0;
		}
		
	#footer p.links {
		display:none;
		}