.white {
	color: #fff;
}

.orange {
	color: #FAA919;
}

.blue {
	color: #06608B;
}

.whiteBack {
	background: #fff;
}

.orangeBack {
	background: #FAA919;
}

.blueBack {
	background: #06608B;
}

.orangeBackTrans {
	background: rgb(250,169,25);
	background: transparent\9;
	background: rgba(250,169,25,0.9);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5FAA919,endColorstr=#e5FAA919);
	zoom: 1;
}

.blueBackTrans {
	background: rgb(6,96,139);
	background: transparent\9;
	background: rgba(6,96,139,0.9);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#e506608B,endColorstr=#e506608B);
	zoom: 1;
}

.orangeBackTrans:nth-child(n), .blueBackTrans:nth-child(n) {
	filter: none;
}

.blueUnderline {
	padding-bottom: 0.3em;
	border-bottom: 1px solid #06608B;
}

.orangeUnderline {
	padding-bottom: 0.3em;
	border-bottom: 1px solid #FAA919;
}

