w/**
 * This typography file is included in the WYSIWYG editor
 */
.typography * {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.typography p, ul {
	font-size: 1.2em;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
.typography blockquote {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	margin-left: 20px;
	font-style: italic;
}
.typography p {
	margin: 0 0 10px 0;
	line-height: 1.6; 
}
.typography .whitetext {
	color: #fff;
}
.typography .whitetext a {
	color: #fff;
}
.typography td p {
	font-size: 0.9em;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
.typography table {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}                         
.typography hr {
	border: 0;
	border-top: 1px solid #e2e3df;
}
.typography .caseStudyeven p,
.typography .caseStudyodd p {
	margin: 0;
}
.typography ul { margin: 15px;}

.typography li {
	margin: 5px;
	list-style: square;
}
.typography ul ul {
	font-size: 1em;
}
.typography li {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1em;
	margin-left: 10px;
}
.typography .basic-text li {
	list-style: disc;
}
.typography  h1 {
	font-size: 2.2em;
	color: #00A2B3;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	line-height: 1.5;
	margin: 15px 0 10px 0;
}
.typography h2 {
	font-size: 2em;
	color: #00A2B3;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	line-height: 1.5;
	margin: 15px 0 10px 0;
}
.typography h3 {
	font-size: 1.8em;
	color: #999;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	line-height: 1.5;
	margin: 15px 0 10px 0;
	font-weight: 300;
}
.typography h3 a {
		color: #999;
	}
.typography h4 {
	font-size: 1.6em;
	color: #00A2B3;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	line-height: 1.5;
	margin: 10px 0 5px 0;
}
.typography a {
	color: #666666;
	text-decoration: underline;
}
.typography a:hover {
	color: #00a2b3;
}
/* 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: 5px 0 5px 20px;
	
}
.typography img.rightCenter {
	margin: 5px 20px 5px 0;
	float: right;
}
.typography img.left {
	float:left;
	margin: 5px 20px 5px 0;
}
.typography img.center {
	float:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.typography .clear{
	clear: both;
}
/* Newsletter */
.typography #GreenBox {
	font-size: 1em;
	color: #fff;
}
.typography #GreenBox a {
	color: #fff;
}
/* Extra redundancy */
.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}