/**
 * This typography file is included in the WYSIWYG editor
 */
.typography * {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.typography blockquote {
	margin-left: 2em;
}
.typography hr {
	padding: 0.5em 0;
}
.typography p,
.typography ul li,
.typography ol li {
	font-size: 1.4em;
	line-height: 150%;
}
.typography p {
	margin-bottom: 1.5em;
}


/** CMS LIST STYLES **/
.typography ul,
.typography ol {
	margin: 0 0 2em 4em;
}
	.typography ul li,
	.typography ol li {
		margin: 0.3em 0;
		line-height: 125%;
	}
	.typography ul li {
		list-style-type: disc;
	}
	.typography ol li {
		list-style-type: decimal;
    }

/* HEADER STYLES */

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h1 span,
.typography h2 span,
.typography h3 span,
.typography h4 span {
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
}


/* LINK STYLES */
.typography a {
}
.typography a:active, .typography a:hover {
}
	
/* 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: 0 0 1em 2em;
}
.typography img.left {
	float:left;
}

.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}