/**
 * This typography file is included in the WYSIWYG editor
 */
.typography * {
	font-family: Tahoma, Verdana,Arial,sans-serif;
	
}

.typography hr {
	padding:5px;
}

.typography ul li,
.typography ol li
 {
	
	line-height:18px;
	font-size: 12px;
}
.typography p {
	margin-bottom: 5px;
	font-size:12px;
	line-height:18px;
	color:#000;
}


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

/* HEADER STYLES */

.typography h1,
.typography h2,
.typography h3,
.typography h4 {
	margin-bottom:5px;
	color:#0083C8;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #ae0501;
}
.typography h1,
.typography h4 {
	font-weight:normal;
}
.typography h2,
.typography h3 {
	font-weight:normal;
}
	.typography h1 {
		font-size:20px;
	}
	.typography h2 {
		font-size:18px;
	}
	.typography h3 {
		font-size:16px;
	}
	.typography h4 {
		font-size:14px;
	}

/* LINK STYLES */
.typography a {
	color:#000;
	font-weight: bold;
 
  text-decoration:none;
}
	.typography a:hover {
		color: #021892;
	}
.typography h2 a {
	color: #ae0501;
	font-weight: normal;

}

	
.typography table {
	font-size:12px;
}
	.typography table tr td {
		padding:3px 5px;
	}
	
blockquote {
margin: 0px;
margin-left: 0px;
margin-top: 0px;
float: left;

/*quotes: "\201C" "\201D";
*/
}
blockquote p {

margin: 0;
padding-left: 18px;
}

blockquote:before { content: '\201C'; font-weight: bold; font-family: Georgia, "Times New Roman", Times, serif; Font-size:70px; float: left; margin-right:10px; color:#ccc; line-height: 50px;}
blockquote:after { content: '\201D'; font-weight: bold; font-family: Georgia, "Times New Roman", Times, serif; Font-size:70px; float: right;  color: #ccc; margin:0; padding:0; line-height: 30px;}
	
/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}

.typography img {
	width: 255px;
	height: auto;

}

.home img {
	width: auto;
	height: auto;
}

.typography img.right {
	float:right;
	padding: 0px 0px 0px 20px;
}
.typography img.left {
	float:left;
	padding: 0px 20px 0px 0px;
}

.typography img.center {
	margin: 0 auto;
	display: block;
}

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