/**
 * This typography file is included in the WYSIWYG editor
 */
.typography blockquote {
	margin-left:20px;
}
.typography hr {
	padding:5px;
}
.typography p,
.typography ul li,
.typography ol li,
.typography a {
	font-size: 12px;
	line-height: 16px;
	color: #272525;
}
.typography p {
	margin-bottom:20px;
}


/** CMS LIST STYLES **/
.typography ul,
.typography ol {
	margin-left:10px;
	margin-bottom:20px;
}
	.typography ul li,
	.typography ol li {
		margin:4px 10px;
		line-height:1.4em;
	}
		.typography ul li {
		 list-style-type:disc;
		}
		.typography ol li {
			list-style-type:decimal;
    }

/* HEADER STYLES */

.typography h1, .typography h2, .typography h3, .typography p {margin:0;}
.typography h1 {
	font: 35px "Trebuchet MS", Georgia, serif;
	color: #fff;
}
.typography h2 {
	font: 20px "Trebuchet MS", Georgia, serif;
	color: #213877;
	margin-bottom: 20px;
}
.typography h4 {
	font-size: 12px;
	line-height: 16px;
	color: #272525;
	margin:0 -20px 5px 0;
	padding: 0 0 8px 0;
	font-weight: bold;
}

.typography h5 {
	font: 20px "Trebuchet MS", Georgia, serif;
	color: #CA1A49;
	padding-bottom: 10px;
}
.typography p {
	font-size: 11px;
	line-height: 16px;
	color: #272525;
	margin-bottom: 8px;
}




/* LINK STYLES */
.typography a {
	color:#0083C8;
  font-size:1em;
  text-decoration:none;
}
	.typography a:hover {
		text-decoration:underline;
	}
	
	
.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;
}