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

 

.typography h1 {
	color: #192980;
	font-size: 16px; 
	line-height:22px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	margin: 10px 0px 15px 0px;
	border-bottom: solid 1px #cacde2;
}

.typography h2 {
	color: #192980;
	font-size: 14px; 
	line-height:20px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	margin: 10px 0px 15px 0px;
}

.typography h3 {
	color: #192980;
	font-size: 12px; 
	line-height:19px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	margin: 10px 0px 15px 0px;
}

.typography h4 {
	font-size: 12px; 
	line-height: 18px;
	color: #797074;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	margin: 10px 0px 15px 0px;
}



.typography p, .typography a, .typography li, .typography td, .typography form, .typography label, .typography text, .typography submit, .typography select, .typography input {
	font-size: 12px; 
	line-height: 18px;
	font-weight: normal;
	color: #000000;
}

.typography a {
	color: #0080bc;
	font-weight: normal;
	text-decoration: underline;
	font-size: 12px; 
}
 
 
 /**
 * NOT WYSIWYG
 */
 
 
.MYtypography EM {
	font-style: italic;
}

 
.MYtypography h1 {
	color: #192980;
	font-size: 1em; 
	line-height: 2em;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	margin: 10px 0px 15px 0px;
	border-bottom: solid 1px #cacde2;
}

.MYtypography h2 {
	color: #192980;
	font-size: 0.9em; 
	line-height: 1.8em;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	margin: 10px 0px 15px 0px;
}

.MYtypography h3 {
	color: #192980;
	font-size: 0.8em; 
	line-height:1.6em;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	margin: 10px 0px 15px 0px;
}

.MYtypography h4 {
	font-size: 0.8em; 
	line-height: 1.6em;
	color: #797074;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	margin: 10px 0px 15px 0px;
}



.MYtypography p, .MYtypography li, .MYtypography label, .MYtypography text, .MYtypography submit, .MYtypography select, .MYtypography input, .MYtypography td {
	font-size: 0.8em; 
	line-height: 1.6em;
	font-weight: normal;
	color: #000000;
}

.MYtypography p.larger {
	font-size: 1.2em; 
	line-height: 1.3em;
	font-weight: normal;
	color: #797074;
}



.MYtypography a {
	color: #0080bc;
	font-weight: normal;
	text-decoration: underline;
	font-size: 1em; 
}

.MYtypography li a {
	color: #0080bc;
	font-weight: normal;
	text-decoration: underline;
	font-size: 1em; 
}

.MYtypography a:hover {
	color: #58c6e7;
	font-weight: normal;
	text-decoration: underline;
}

.MYtypography form fieldset div input, .MYtypography form fieldset input, .MYtypography form fieldset label, .MYtypography form input { /* Various code to resize the SS Forms */
	font-size: 1em; 
	margin: auto;
}

.MYtypography label { /* Various code to resize the SS Forms */
	font-size: 1.1em; 
}

.MYtypography form p { /* Various code to resize the SS Forms */
	font-size: 1.2em; 
}




.MYtypography ul,
.MYtypography ol {
	margin-left:10px;
	margin-bottom:20px;
}
	.MYtypography ul li,
	.MYtypography ol li {
		margin:4px 10px;
		line-height:1.4em;
	}
		.MYtypography ul li {
		 list-style-type:disc;
		}
		.MYtypography ol li {
			list-style-type:decimal;
    }
	
	
	
fieldset { border: 0px; }


/* ##################### */
/* BREADCRUMBS */

.MYtypography #breadcrumbs .crumb {
	font-size: 0.6874em; 
	font-weight: normal;
	color: #797074;
	margin-bottom: 30px;
}

.MYtypography #breadcrumbs .crumb a {
	font-size: 1em; 
	color: #797074;
	font-weight: normal;
	text-decoration: underline;
}

.MYtypography #breadcrumbs .crumb a:hover {
	color: #0080bc;
	font-weight: normal;
	text-decoration: underline;
}




/** CMS LIST STYLES FOR WYSIWYG **/
.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;
}