/**
 * This typography file is included in the WYSIWYG editor
 */
.typography * {
	font-family: "Times New Roman", Times, serif;
	font-size:1em;
}
.typography blockquote {
	margin-left:20px;
}
.typography hr {
	
}
.typography p,
.typography ul li,
.typography ol li,
.typography a {
	color:#000;
	line-height:1.4em;
	font-size:1em;
	text-align:justify;
	clear:both;
}
.typography p {
	margin-bottom:20px;
}


/** CMS LIST STYLES **/
.typography ul,
.typography ol {
	margin-left:0;
	margin-bottom:20px;
}
	.typography ul li,
	.typography ol li {
		line-height:1.3em;
	}
		.typography ul li {
		 list-style-type:none;
		}
		.typography ol li {
    }

/* HEADER STYLES */

.typography h3
margin-bottom:14px;
{
	
}
.typography h4 {
	margin-bottom:20px;
}
.typography h2,
.typography h3 {
	font-weight:normal;
}
	.typography h1 {
		font-size:2.1em;
		line-height:1.4em;
		text-decoration:underline;
		font-weight:normal;
	}
	.typography h2 {
	float:left;
	font-size:1.8em;
	margin-bottom:5px;
	background-color:#e5d9e9;	
	padding:5px 0px 5px 0px;
	}

	.typography h3 {
		font-size:1.6em;
	}
	.typography h4 {
		font-size:1em;
		font-weight:normal;
		clear:both;
	}

/* LINK STYLES */
.typography a {
line-height:1.4em;
font-size:1em;
text-decoration:none;
}
	.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 .topfield {
height:465px;
}
.typography .outline {
font-size:1.2em;
line-height:1.35em;
}

.imgLeftAlone {
padding:0;
margin:0;
}