﻿.ContentListTD {
	border-style:solid; border-left-width:1 px; border-right-width:1 px; border-top-width:0 px; border-bottom-width:0 px;
	border-left-color:"#FFFFFF";
	border-right-color:"#FFFFFF";
	background-color:"#FFFFFF";
color: #000000;
}
.ContentListTDNoColor{
 border-style:solid; border-left-width:0 px; border-right-width:0 px; border-top-width:0 px; border-bottom-width:0 px; 
border-left-color:transparent repeat-x; 
border-right-color:transparent repeat-x; 
border-top-color: transparent repeat-x; 
border-bottom-color: transparent repeat-x; 
	background-color:"#FFFFFF";
color: #000000;
	}
.HeaderOfTable{
	background:"#FFFFFF";
	}
.FooterOfTable{
	background:"#FFFFFF";
	}
.EvenRow{
	background:"#FFFFFF";
	}
.OddRow{
	background:"#FFFFFF";
	}
TD{
font: 10pt  'tahoma';
}


