/**
 * This typography file is included in the WYSIWYG editor
 */
.typography * {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.typography blockquote {
	margin-left: 20px;
}
.typography p,
.typography ul li,
.typography ol li {
	font-size: 12px;
	line-height: 150%;
}
	.typography ul li ul li,
	.typography ol li ol li {
		font-size: 12px;
	}
.typography p {
	margin-bottom: 20px;
}


/** CMS LIST STYLES **/
.typography ul,
.typography ol {
	margin: 0 0 20px 40px;
}
	.typography ul li,
	.typography ol li {
		margin: 8px 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 h5,
.typography h1 span,
.typography h2 span,
.typography h3 span,
.typography h4 span,
.typography h1 a:link, .typography h1 a:visited,
.typography h2 a:link, .typography h2 a:visited,
.typography h3 a:link, .typography h3 a:visited,
.typography h4 a:link, .typography h4 a:visited,
.typography h5 a:link, .typography h5 a:visited {
	font-weight: normal;
	font-family: 'Droid Serif', Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h1 a:link, .typography h1 a:visited,
.typography h2 a:link, .typography h2 a:visited,
.typography h3 a:link, .typography h3 a:visited,
.typography h4 a:link, .typography h4 a:visited,
.typography h5 a:link, .typography h5 a:visited {
	color: #5F9625;
}

.typography h1 a:active, .typography h1 a:hover,
.typography h2 a:active, .typography h2 a:hover,
.typography h3 a:active, .typography h3 a:hover,
.typography h4 a:active, .typography h4 a:hover,
.typography h5 a:active, .typography h5 a:hover {
	color: #1C1C1C;
}

.typography h1 {
	font-size: 21px;
	margin: 0 0 20px;
}
.typography h2 {
	font-size: 16px;
}
.typography h3 {
	font-size:14px;
}
.typography h4 {
	font-size:12px;
}

	
/* 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 10px 20px;
}
.typography img.left {
	float:left;
	margin: 0 20px 10px 0;
}

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