/**
 * This typography file is included in the WYSIWYG editor
 */
 
.typography * {
  font-family:"verdana", arial, helvetica, sans-serif;
/*  font-family: trebuchet MS;*/
  font-size:1em;
  /*word-spacing: 0.1em;
  letter-spacing: 1px;*/
  text-align: left;
    color:#6e6f69;
}
.typography blockquote {
	margin-left:20px;
}
.typography hr {
	padding:5px;
}

.typography ul li,
.typography ol li
{	
	xxcolor:#b2b2b2;
	line-height:1.5em;
	font-size:1.1em;
	margin-top: 0px;
	font-weight: 500;
}
.typography p {

	line-height:1.5em;
	font-weight: 500;
/*	letter-spacing: 1px;*/
	xxcolor:#8c8b8b;
	font-size:1.1em;
    font-family:"verdana", arial, helvetica, sans-serif;
	margin: 10px 0 10px 0;


}


/** CMS LIST STYLES **/
.typography ul,
.typography ol {
	margin-left:13px;
	margin-bottom:20px;
}
	.typography ul li,
	.typography ol li {
		margin:4px 10px;
		line-height:1.4em;
	}
	
	#NewsList li{
		margin-left:0;
		margin-right:0;
	}
	
		.typography ul li {
		xxlist-style-type:disc;
  	 	xxcolor:#6caedf;
 		list-style-image: url(../../images/SiteTemplate/blueList.jpg);
		}
		.typography ol li {
			list-style-type:decimal;
			xxcolor:#6caedf;
    }

/* HEADER STYLES */

	.typography h1 {
		font-size: 2em;
		color: #b5121b;
		font-weight: 600;
		font-family: "verdana", arial, helvetica, sans-serif;

	}
	.typography h2 {
		font-size:2.2em;

	}
	.typography h3 {
		font-size:1.6em;
		color: #b5121b;
	}
	.typography h4 {
		font-size:1.4em;
	}

	.typography h5 {
		font-size:1.2em;
	}

	.typography h6 {
	line-height:1.5em;
	font-weight: 500;
/*	letter-spacing: 2px;*/
	color:#6caedf;
	font-size:1.1em;
    font-family:"verdana", arial, helvetica, sans-serif;
	margin: 10px 0 10px 0;
	}


/* LINK STYLES */
.typography a {
	color:#0083C8;
  	font-size:1em;
  	text-decoration:none;
	font-weight: 600;
	
}
	.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 a.orangelink{
	color:#daae29; !important
}

