

h1, h3, h4 {
	color: #00b254;
}




.fundingMainDiv {
	
}

.flowchartCellActive {
	border-left: 1px solid #02B355;
	border-right: 1px solid #02B355;
	padding: 0 5px;
	font-weight: normal;
	font-size: 0.95em;
}
	.flowchartCellActive a {
		padding: 0 0 0 15px;
		background: url(/site/images/grey_arrow_selected.gif) 1px 0 no-repeat;
	}
		.flowchartCellActive a,
		.flowchartCellActive a:visited {
			font-weight: normal;
			text-decoration: none;
			color: #333;
		}
		.flowchartCellActive a:hover {
			text-decoration: underline;
		}
	.flowchartCellActive a.flowchartLinkExpired {
		background: url(/site/images/grey_arrow.gif) top left no-repeat;
	}
	.flowchartCellActive a.flowchartLinkExpired,
	.flowchartCellActive a:visited.flowchartLinkExpired {
		color: #999;
	}
	
	
.flowchartHeader {
 	padding: 5px 5px;
 	background: url(/site/images/funding/funding_box_header.gif) top left no-repeat #00B254;
}
	.flowchartHeader a,
	.flowchartHeader a:visited {
		color: #FFF;
		text-decoration: none;
	}
	.flowchartHeader a:hover {
		text-decoration: underline;
	}
.flowchartBottom {
 	padding: 5px 5px 5px 5px;
 	font-size: 0.95em;
 	margin: 0 0 20px 0;
 	background: url(/site/images/funding/funding_box_bottom.gif) bottom left no-repeat;
}
	.flowchartBottom a {
		padding: 0 0 0 15px;
		background: url(/site/images/funding/funding_arrow.gif) 1px 0 no-repeat;
	}
		.flowchartBottom a,
		.flowchartBottom a:visited {
			color: #00B254;
			text-decoration: none;
			font-weight: bold;
		}

h3 {
	font-size: 1em;
	margin: 0;
	padding: 3px 0 0 0;
}


#rollOverMsg {
	margin: 0 0 10px 0;
	border-top: 1px solid #eaeaea;
	padding: 8px 0 0 0;
	font-weight: bold;
	color: #02B355;
}
	#rollOverMsg a,
	#rollOverMsg a:visited {
		color: #02B355;
	}