	.TableList
	{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 13px;
		border-bottom: solid #606060 1px;
	}
	
	.TableList .header
	{
		background-color: #AFAFAF;
		line-height: 1.5em;
		font-size: 12px;
		color: #28166F;
		border: solid #606060 1px;
		text-align: center;
	}
	
	.TableList .odd
	{
		line-height: 1.2em;
		background-color: #808080;
		color: White;
		border: solid #606060 1px;
		border-bottom: none;
		padding-left: 2px;
	}
	
	
	.TableList .even
	{
		line-height: 1.2em;
		background-color: #808080;
		color: White;
		border: solid #606060 1px;
		border-bottom: none;
		padding-left: 2px;
	}
	
	
	.TableList .selected
	{
		line-height: 1.2em;
		background-color: #808080;
		color: White;
		border: solid #606060 1px;
		border-bottom: none;
		padding-left: 2px;
	}
	
	
	.TableList .unread
	{
		line-height: 1.2em;
		background-color: #808080;
		color: White;
		border: solid #606060 1px;
		border-bottom: none;
		padding-left: 2px;
	}
	
	
	.TableList a:link, .TableList a:visited, .TableList a:active
	{
		font-size: 13px;
		line-height: 1.2em;
	}
	
	.TableList .unread a:link, .TableList .unread a:visited, .TableList .unread a:active
	{
		font-size: 13px;
		line-height: 1.2em;
		color: #DCF0FC;
	}
	
	.TableList .selected a:link, .TableList .selected a:visited, .TableList .selected a:active
	{
		font-size: 13px;
		line-height: 1.2em;
		color: White;
	}
	
	.TableList a:hover
	{
		font-size: 13px;
		line-height: 1.2em;
	}


