

	/* misc */

	body
	{
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 13px;
		color: #474645;
	}

	#site
	{
		position: relative;
	}

	.anchor
	{
		position: relative;
	}

	a
	{
		text-decoration: none;
	}

	form, fieldset
	{
		border: 0px;
		padding: 0px;
	}


	/* header */

	#header
	{
		display: none;
	}


	/* content */

	#text a
	{
		color: #17547a;
		border-bottom: 1px solid #97afbb;
	}

	#text h1
	{
		color: #17547a;
		font-size: 16px;
	}

	#pointers
	{
		padding-top: 15px;
	}
	#pointers a
	{
		display: block;
		position: relative;
		width: 402px;
		overflow: auto;
		color: #474645;
		border-bottom: 0px;
		margin-top: 15px;
	}
	#pointers img
	{
		float: right;
		border: 0px;
		margin-left: 6px;
	}
	#pointers span
	{
		display: block;
		padding-top: 12px;
	}
	#pointers span.link
	{
		display: none;
	}


	/* content, sub */

	#textSub h1
	{
		font-size: 16px;
	}

	#textSub.green h1
	{
		color: #478700;
	}
	#textSub.cyan h1
	{
		color: #07a5b2;
	}
	#textSub.yellow h1
	{
		color: #ccd200;
	}
	#textSub.orange h1
	{
		color: #ec3d00;
	}


	/* footer */

	#footer
	{
		display: none;
	}
/* or to show the address ... */
	#footer br
	{
		display: none;
	}
 	#address
	{
		font-size: 10px;
	}
 	#tree, #treeTop, #copyright, #sitemap
	{
		display: none;
	}

