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


.typography p {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	padding-left: 20px;
	padding-top: 0px;
	text-align: justify;
	vertical-align: top;
	color: #18242C;
	padding-bottom: 0px;
	padding-right: 20px;
	line-height: 180%;
}


/** CMS LIST STYLES **/


.typography ul li {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	padding-left: 10px;
	padding-top: 0px;
	text-align: left;
	vertical-align: top;
	color: #18242C;
	padding-bottom: 0px;
	padding-right: 20px;
	margin-bottom: 0px;
	line-height: 180%;
	list-style-type: disc;
	list-style-position: outside;
}
.typography ol li {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	padding-left: 30px;
	padding-top: 0px;
	text-align: left;
	vertical-align: top;
	color: #18242C;
	padding-bottom: 0px;
	padding-right: 20px;
	margin-bottom: 0px;
	list-style-type: square;
	list-style-position: outside;
	line-height: 180%;
}


/* HEADER STYLES */


.typography h1 {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 0px;
	text-align: left;
	vertical-align: top;
	color: #B31315;
	padding-bottom: 0px;
	padding-right: 20px;
}
.typography h2 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	padding-left: 20px;
	text-align: left;
	vertical-align: top;
	color: #B31315;
}
.typography h3 {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	padding-left: 20px;
	text-align: left;
	vertical-align: top;
	color: #18242C;
	line-height: 180%;
}
	.typography h4 {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	padding-left: 20px;
	padding-top: 0px;
	text-align: justify;
	vertical-align: top;
	color: #FFFFFF;
	padding-right: 20px;
	padding-bottom: 0px;
	line-height: 180%;
	}
   .typography h5 {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 20px;
	text-align: justify;
	vertical-align: top;
	color: #18242C;
	padding-right: 20px;
	margin-bottom: 0px;
	line-height: 180%;
}
.typography h6 {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	padding-left: 0px;
	padding-top: 0px;
	text-align: left;
	vertical-align: top;
	color: #18242C;
	padding-right: 20px;
	padding-bottom: 0px;
	line-height: 180%;
}

/* LINK STYLES */
.typography a {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	color: #036ec9;
	text-decoration: none;
	line-height: 180%;
}
	.typography a:hover {
		text-decoration:underline;
	}

	
/* 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;
}