/**
 * This typography file is included in the WYSIWYG editor
 */
.typography * {
	font-family:Arial,sans-serif;
	font-size:12px;
}
.typography blockquote {
	margin-left:20px;
}
.typography hr {
	background: #B9B9B9;
    height: 1px;
    line-height: 1px;
    border: none;
}
.typography p,
.typography ul li,
.typography ol li,
.typography a {
	color:#333;
	line-height:1.5em;
	font-size:1.1em;
}

.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 h4,
.typography h5,
.typography h6{
	margin-bottom:14px;
    color: #4D4D4D;
}
.typography h2,
.typography h4{
	color: #14538B;
}
.typography h2,
.typography h3 {
	font-weight:normal;
}
	.typography h1 {
		font-size:21px;
        line-height: 25px;
	}
	.typography h2 {
		font-size:18px;
        line-height: 22px;
	}
	.typography h3 {
		font-size:18px;
        line-height: 22px;
	}
	.typography h4 {
		font-size:16px;
        line-height: 20px;
	}
    .typography h5 {
		font-size:16px;
        line-height: 20px;
	}
    .typography h6 {
		font-size:14px;
        line-height: 18px;
        font-weight: bold;
	}

/* LINK STYLES */
.typography a {
    color: #14538B;
  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;
}

.typography strong{
    font-weight: bold;
}

.typography em{
    font-style: italic;
}

.typography input,
.typography textarea,
.typography select{
    border:1px solid #AAA;
}