.typography .green{color:#78B15D;}
.typography .grey{color:#8E8E8E;}

.typography .fontsize10{font-size:10px}
.typography .fontsize12{font-size:12px}
.typography .fontsize14{font-size:14px}
.typography .fontsize16{font-size:16px}
.typography .fontsize18{font-size:18px}
.typography .fontsize20{font-size:20px}
.typography .fontsize22{font-size:22px}

/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
.typography .left {
	text-align: left;
}
.typography .center {
	text-align: center;
}
.typography .right {
	text-align: right;
}
/* IMAGES 
-------------------------------------------- */
.typography img {
	border: none;
}
	.typography img.right {
		float: right;
		margin-left: 20px;
	}
	.typography img.left {
		float: left;
	}
	.typography img.leftAlone {
		float: left;
		margin-right: 100%;
	}
	.typography img.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

