/* CSS Document */
.tdColHeader { 
	background-color : #CCCCCC; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	padding-bottom : 4px; 
	padding-left : 2px; 
	padding-right : 2px; 
	padding-top : 4px; 
	font-weight : bold; 
	text-align : center; 
	border : 1px solid White; 
	border-bottom-width : 0px; 
	border-left-width : 0px; 
	border-right-width : 2px; 
	border-top-width : 0px; 
	color : #666666; 
}
.tdContent { 
	background-color : White; 
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size : 11px; 
	padding-bottom : 5px; 
	padding-left : 0px; 
	padding-right : 15px;	 
	padding-top : 10px; 
/*
	border : 1px solid #CCCCCC; 
	border-bottom-width : 1px; */
	border-left-width : 0px; 
	border-right-width : 0px; 
	border-top-width : 0px; 
}

