#candidate table, #nonprofit table{
	width: 440px;
	border-collapse: collapse;
	border: solid 1px #000000;
}
#candidate th, #nonprofit th {
	color: #FFFFFF;
	font-weight: bold;
	border: solid 1px #000000;
	font-size: 14px;
}
#candidate th {
	background-color: #F68427;
}
#nonprofit th {
	background-color: #0066A5;
}
#innerTable table{
	width: 435px;
	border: none;
}