.typography p {
	font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
	text-align: justify;
	line-height: 20px;
    color: #2B2B2B;
}
.typography h1 {
	margin-bottom: 10px;
    color: #ed1a25;
    font-size: 26px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
}
.typography h2 {
	margin-bottom: 10px;
	background: inherit;
	color:#7d7c7c;
	font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
}
.typography h3 {
	margin-bottom: 10px;
	color:#ed1a25;
	font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
}
.typography h4 {
	margin-bottom: 10px;
	color:#4a4949;
	font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
}
.typography .Remove-Style {
}
.typography .Intro-Text {
	font-weight: bold;
	font-size: 14px;
}
.typography .Highlight-Text {
	color:#;
}
.typography hr {
	margin: 0 0 20px 0;
	border: none;
	height: 1px;
	background: none;
	border-bottom: 1px solid #DDD;
}
.typography ul,
.typography ol {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #2b2b2b;
}
.typography ul {
	line-height:20px;
	margin: 0 0 20px 20px;
}
.typography ul li {
	padding-left: 5px;
}

.typography ol {
	line-height:20px;
	margin-bottom:20px;
	padding-left: 15px;
}
.typography ol li {
	list-style-type:decimal;
	padding-left: 15px;
	margin-bottom:5px;
}


/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
	text-align: left;
}
.typography .center {
	text-align: center;
}
.typography .right {
	text-align:right;
}
.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;
}
