#green td.titleheader {
	width:100%;
}
#green td.contentheader { 
	height: 26px; 
	border-bottom: #99CC66 2px solid; 
}
#green td.content { 
	background-color: #fff; 
}

#blue td.titleheader {
	width:100%;
}
#blue td.contentheader { 
	height: 26px; 
	border-bottom: #00ccff 2px solid; 
}
#blue td.content { 
	background-color: #fff; 
}

