/**
 * This typography file is included in the WYSIWYG editor
 */
.typography * {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1em;
}
.typography blockquote {
}
.typography hr {
}
.typography p,
.typography ul li,
.typography ol li,
.typography a {
}
.typography p {
}


/** CMS LIST STYLES **/
.typography ul,
.typography ol {
}
	.typography ul li,
	.typography ol li {
	}
		.typography ul li {
		}
		.typography ol li {
	    }

/* HEADER STYLES */

.typography h1,
.typography h2,
.typography h3,
.typography h4 {
}
.typography h1,
.typography h4 {
}
.typography h2,
.typography h3 {
}
	.typography h1 {
	}
	.typography h2 {
	}
	.typography h3 {
	}
	.typography h4 {
	}

	
/* 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;
}