<style>
	a.one:link
	{
		color:'red';
		text-decoration:underline;
		border-color:red;
	}
	a.one:visited
	{ 
		color:red;
		text-decoration:underline;
		border-color:red;
	}
	a.one:hover
	{
		color:yellow;
		text-decoration:none;
		border-color:red;
	}
	a.one:active
	{
		color:red;
		text-decoration:underline;
		border-color:red;
	}
	td.barcopyright
	{
		color:'white';
		font-size:8pt;
		text-decoration:none;
		padding:5px;
		font-family:Tahoma;	
	}
	td.bar
	{
		color:'white';
		font-size:8pt;
		text-decoration:none;
		font-weight:bold;
		border-right:solid 1px white;
		padding:5px;
		cursor:hand;
		font-family:Tahoma;	
	}
	td.barabout
	{
		color:'red';
		font-size:12px;
		text-decoration:none;
		border-right:solid 1px white;
		padding:5px;
		cursor:hand;
		font-family:Tahoma;	
		background-color:"#223322";
	}

	td.barproduct
	{
		color:'#223322';
		font-size:8pt;
		text-decoration:none;
		font-weight:none;
		border-right:solid 1px white;
		padding:2px;
		cursor:hand;
		font-family:Tahoma;
		border-left:solid 1px '#223322';
		border-right:solid 1px '#223322';
		border-top:solid 0px '#223322';
		border-bottom:solid 1px '#223322';	
	}

	td.barproducthead
	{
		color:'#white';
		font-size:8pt;
		text-decoration:none;
		border-right:solid 1px white;
		padding:2px;
		cursor:hand;
		font-family:Tahoma;
		border-left:solid 1px '#223322';
		border-right:solid 1px '#223322';
		border-top:solid 1px '#223322';
		border-bottom:solid 1px '#223322';	
	}

	td.bartop
	{
		color:'#83827F';
		font-size:8pt;
		text-decoration:none;
		font-weight:bold;
		border-right:solid 1px white;
		padding:5px;
		cursor:hand;
		font-family:Tahoma;	
	}
</style>