.pipelineHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
}
.pipelineSubHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
.topLine {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.leftLine {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
.sideColumn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0C2577;
}
.blueLeftLine {

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0C2577;
}
.bottomLine {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.cellSpacing {
	padding-bottom: 5px;
}
