/**
 * This typography file is included in the WYSIWYG editor
 */
.typography * {
	font-family:Verdana,Arial,sans-serif;
	font-size:1em;
}
.typography blockquote {
	margin-left:20px;
}
.typography hr {
	padding:5px;
}
.typography p,
.typography ul li,
.typography ol li,
.typography a {
	color:#333;
	line-height:1.5em;
	font-size:1.0em;
}
.typography p {
	padding: 0 0 10px 0;
}


/** CMS LIST STYLES **/
.typography ul,
.typography ol {
	margin-left:10px;
	margin-bottom:20px;
		padding: 0;	

}
	.typography ul li,
	.typography ol li {
		margin:4px 10px 4px 25px;
		line-height:1.4em;
	}
		.typography ul li {
		 list-style-type:square;
		 	list-style-position: outside;

		}
		.typography ol li {
			list-style-type:decimal;
    }



/* HEADER STYLES */

.typography h1,
.typography h2,
.typography h4 {
	margin-bottom:14px;
	color:#0083C8;
	font-family: Verdana;
	font-weight: bold;
}


	.typography h1 {
	font-size: 120%;
	color: #51004F;
	line-height: 26px;
	}
	.typography h2 {
	font-size: 110%;
	color: #E13E11;
	margin-bottom: 0;
	}
	.typography h3 {
	color: #000000;
	font-size:1.1em;
    line-height: 10px;
    margin: 10px 0 0 0;	
	}
	.typography h4 {
		font-size:1.4em;
	}


/* LINK STYLES */
.typography a {
	color:#E53E11;
	font-size:1em;
	text-decoration:underline;
}
.typography a:hover {
	text-decoration:underline;
	color: #51004f;
}




.typography table {
	font-size:1.1em;
}
	.typography table tr td {
		padding:0;
	}

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