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

	
/* typography for page content */

.typography h1 {
	font-family: arial, verdana;
	color: #29366b;
	font-size: 20px; 
	line-height:25px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.typography h2 {
	font-family: arial, verdana;
	color: #29366b;
	font-size: 18px; 
	line-height:22px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.typography h3 {
	font-family: arial, verdana;
	color: #29366b;
	font-size: 16px; 
	line-height:20px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}



.typography p, .typography a, .typography li, .typography td, .typography form, .typography label, .typography submit, .typography select, .typography input {
	font-family: arial, verdana;
	color: #5a5a5b;
	font-size: 12px; 
	line-height:18px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.typography p, .typography h1, .typography h2, .typography h3 {
	width: 95%
}


.typography a {
	color: #475ebd;
	text-decoration: underline;
}

.typography a:hover {
	color: #091676;
	text-decoration: underline;
}


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