	.biowrapper
	{
		color: #ccc;
		font-size: 10pt;
		/*
		margin-top: 20px;
		text-align: left;
		clear: none;
		float: left;
		padding: 20px;
		background-color: #222222;*/
		-moz-border-radius: 20px;
	}

	.biowrapper p
	{
		line-height: 145%;
		margin: 7px;
	}

	.biowrapper img
	{
		float: left;
		clear: left;
		display: inline;
		margin-right: 15px;
	}
	
	.biowrapper .topimg
	{
		margin-top: 6px;
		margin-bottom: 3px;
	}

	.biowrapper .iconimg
	{
		/*style="width: 60px; height: 60px; padding: 0px; margin-top: 4px; margin-bottom: 8px; margin-left: 12px; margin-right: 10px; float: right; clear: right;"*/
		width: 90px; 
		height: 90px; 
		padding: 0px; 
		margin-top: 4px; 
		margin-bottom: 8px; 
		margin-left: 12px; 
		margin-right: 10px; 
		float: right; 
		clear: right;
	}

	.biowrapper .iconimg IMG
	{
		border: #666 solid 1px; 
		padding: 0px; 
		margin: 0px;
	}

	.biodownload
	{
		margin: 0px;
		margin-top: 10px;
		padding: 0px;
		text-align: center;
	}

	.biowrapper A
	{
		color: #666;
		text-decoration: none;
	}
	
	.biowrapper A:hover
	{
		color: #f1b136;
	}
	
	.biowrapper h3
	{
		/*height: 20px;*/
		font-size: 14pt;
		padding: 0px;
		margin: 0px;
		margin-top: 20px;
	}


	.biotopquote
	{
		text-align: center;
		color: #ebc282;
		font-weight: bold;
		font-size: 9pt;
		margin-top: 15px;
		margin-bottom: 17px;
	}
	
	.biotopquote SPAN
	{
		color: #ccc;
	}

	.biowrapper span.quote
	{
		/*color: #e17d42;*/
		/*color: rgb(237,168,126);*/
		/*color: rgb(244,208,196);*/
		font-style: italic;
		/*color: #f1b136;*/
		color: #ebc282;
		padding: 4px;
		/*color: #f1c89a;*/
	}

	.biowrapper span.quoter
	{
		color: #fff;
		font-weight: bold;
		font-style: italic;
	}
	
	
