.orange {
	color: #f86759;
}

.green {
	color: #89cfc0;
}

.blue {
	color: #091c2d;
}

.bg-orange {
	background-color: #f86759;
	color: #fff;
}

.white {
	color: #fff;
}
.bg-white {
	background-color: #fff;
}

.bg-green {
	background-color: #89cfc0;
}

.bg-blue {
	background-color: #091c2d;
}

.bg-grey {
	background-color: #777f88;
}
.bg-lightgrey {
	background-color: #ebebeb;
}

.bg-white50grey50 {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 50%, #777f88 50%, #777f88 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#777f88 50%,#777f88 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 50%,#777f88 50%,#777f88 100%);
}
.bg-trans50grey50 {
	background: transparent;
	background: -moz-linear-gradient(top,  transparent 0%, transparent 50%, #777f88 50%, #777f88 100%);
	background: -webkit-linear-gradient(top,  transparent 0%,transparent 50%,#777f88 50%,#777f88 100%);
	background: linear-gradient(to bottom,  transparent 0%,transparent 50%,#777f88 50%,#777f88 100%);
}
.bg-green20grey80 {
	background: #89cfc0;
	background: -moz-linear-gradient(top,  #89cfc0 0%, #89cfc0 20%, #777f88 20%, #777f88 100%);
	background: -webkit-linear-gradient(top,  #89cfc0 0%,#89cfc0 20%,#777f88 20%,#777f88 100%);
	background: linear-gradient(to bottom,  #89cfc0 0%,#89cfc0 20%,#777f88 20%,#777f88 100%);
}
.bg-white20grey80 {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff  0%, #ffffff 20%, #777f88 20%, #777f88 100%);
	background: -webkit-linear-gradient(top,  #ffffff  0%,#ffffff 20%,#777f88 20%,#777f88 100%);
	background: linear-gradient(bottom,  #ffffff  0%,#ffffff 20%,#777f88 20%,#777f88 100%);
}
/*Links
a.grey:link, a.grey:visited, a.grey:hover, a.grey:active {
	color: #777f88;
/