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


/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left { text-align:left; }
.typography .center { text-align:center; }
.typography .right { text-align:right; }
.typography img.right { float:right; }
.typography img.left { float:left; }
.typography p.MsoNormal, .typography p.MsoBodyText { margin: 0; }
