#tableOne {
	font-size: 0.8em;
	margin: 20px;
	width: 600px;
	padding: 0px;
}
#tableOne thead {
	background: #EFEFEF;
	margin: 0px 0px 5px 0px;
}
#tableOne tbody {
}
#tableOne caption {
}
#tableOne th {
	border: 1px solid #CCC;
	padding: 2px;
}

/*For Alternate Row Colors in a Table*/
#tableOne tr.d0 td {
	background-color: #E2EEFB;
}
#tableOne tr.d1 td {
	background-color: #E2EEFB;
}
#tableOne textarea{
	
	color: #444;
}
