/**
 * This typography file is included in the WYSIWYG editor
 */
 


.typography * {
	font-family:Verdana, Geneva, sans-serif;
}
.typography blockquote {
	margin-left:20px;
}
.typography hr {
	color:#8A8A8A;
}
.typography p,
.typography ul li,
.typography ol li,
.typography a {
	color:#757575; font-size:12px;
}
.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 {
	/*font-weight:normal;*/
}
	.typography h1 {
		color:#2C3C87; font-size:20px; font-weight:normal;
	}
	.typography h2 {
		color:#2C3C87; font-size:18px; font-weight:normal;
	}
	.typography h3 {
		color:#2C3C87; font-size:16px; font-weight:normal;
	}
	.typography h4 {
		color:#2C3C87; font-size:12px; font-weight:normal;
	}

/* LINK STYLES */
.typography a {
	color:#2C3C87; text-decoration:none;
}
	.typography a:hover {
		color:#2C3C87; text-decoration:none;
	}
	
	
.typography table {
	/*font-size:1.1em;*/
}
	.typography table tr td {
		/*padding:3px 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;
}
.typography img.left {
	float:left;
}

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

.typography p.Bluep {
	color:#2C3C87; font-size:12px;
}