table.altrowstable {
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #a9c6c9;
	border-collapse: collapse;
}
table.altrowstable th {
	padding: 3px;
	background-color: #CCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
table.altrowstable td {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: #a9c6c9;
}
.oddrowcolor{
	background-color:#FFF;
}
.evenrowcolor{
	background-color: #EAEAEA;
}



	.TFtable{
		width:100%; 
		border-collapse:collapse; 
		font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #a9c6c9;
	}
	TFtable th {
	padding: 3px;
	background-color: #CCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

	.TFtable td{ 
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: #a9c6c9;
	}
	/* provide some minimal visual accomodation for IE8 and below */
	.TFtable tr{
		background: #EAEAEA;
	}
	/*  Define the background color for all the ODD background rows  */
	.TFtable tr:nth-child(odd){ 
		background: #FFF;
	}
	/*  Define the background color for all the EVEN background rows  */
	.TFtable tr:nth-child(even){
		background: #EAEAEA;
	}
	
	
		.TFtablea{
		width:100%; 
		border-collapse:collapse; 
		font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #a9c6c9;
	}
	TFtablea th {
	padding: 3px;
	background-color: #CCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

	.TFtablea td{ 
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: #a9c6c9;
	}
	/* provide some minimal visual accomodation for IE8 and below */
	.TFtablea tr{
		background: #EAEAEA;
	}
	/*  Define the background color for all the ODD background rows  */
	.TFtablea tr:nth-child(odd){ 
		background: #EAEAEA;
	}
	/*  Define the background color for all the EVEN background rows  */
	.TFtablea tr:nth-child(even){
		background: #FFF;
	}