@charset "utf-8";
/* CSS Document */



/*//////////////  text functions ////////////*/

.textlink
{
color:#666666;
font-size:11.2px;
}

		.textlink a
		{
		color:#666666;
		text-decoration:underline;
		}

		.textlink a:hover
		{
		text-decoration:none;
		}
		
		

.textdesc
{
font-size:10px;
}

		.textdesc a
		{
		color:#666666;
		text-decoration:none;
		}
		
		.textdesc a:hover
		{
		text-decoration:line-through;
		}
