/* Channel Styles */

#SortList
	{
	color: #666;
	}

#SortList a, #SortList a:link, #SortList a:visited
	{
	color: #663;
	}

#SortList a:active, #SortList a:hover
	{
	color: #996;
	background: #000;
	}

