/**
 * This typography file is included in the WYSIWYG editor
 */
.typography * {
	font-family:Arial,sans-serif;
	font-size:1em;
}
.typography blockquote {font-size:22px;margin:0;color:#888;line-height: 28px;}
    .typography blockquote p{margin:0;color:#888;line-height: 28px;}
.typography hr {
	padding:5px;
}
.typography p,
.typography ul li,
.typography ol li,
.typography a {
	color:#000;
	line-height:1.5em;
	font-size:1.1em;
}
.typography p {
	margin-bottom:20px;
}


/** CMS LIST STYLES **/
.typography ul,
.typography ol {
    margin:0;
    padding-left:15px;
}
	.typography ul li,
	.typography ol li {
		margin:4px 0px;
		line-height:1.4em;
	}
		.typography ul li {
		 list-style-image: url(../images/list-bullet.png);
		}
		.typography ol li {
			list-style-type:decimal;
    }

/* HEADER STYLES */

.typography h1,
.typography h2,
.typography h3,
.typography h4 {margin-bottom:14px;color:#000;}

.typography h1 {font-size:36px;}
.typography h2 {font-size:26px;color:#A30D0D;}
.typography h3 {font-size:22px;color:#A30D0D;}
.typography h4 {font-size:18px;color:#A30D0D;}
.typography h5 {font-size:14px;color:#A30D0D;}
.typography h6 {font-size:12px;color:#A30D0D;}

.typography h1:first-child{margin-top:0;}

/* LINK STYLES */
.typography a {color:#A30D0D;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;
}