/**
 * 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 {
}
.typography p {
	margin-bottom: 0px;
	padding-right: 20px;
}

.typography p Content_txt {
	text-align: left;
	padding-right: 300px;
}


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

/* HEADER STYLES */

.typography h1,
.typography h2,
.typography h3,
.typography h4 {
	margin-bottom:14px;
	color:#555;
	text-decoration:none;
}
.typography h1,
.typography h4 {
	font-weight:bold;
	text-decoration:none;
}

.typography h3 {
	font-weight:normal;
}
	.typography h1 {
		font-size:2.2em;
	}
	.typography h2 {
		font-size:2.2em;
		font-weight: normal;
		} 
		.typography h2 a {
		text-decoration:none;
		}
	.typography h3 {
		font-size:1.6em;
	}
	.typography h4 {
		font-size:1.4em;
	}

/* LINK STYLES */
.typography {
  	color:#555;
  	font-size:1em;
  	line-height:1.4em;
  	text-decoration:none;
}
	
.typography a {
  	color:#555;
  	font-size:1em;
  	text-decoration:none;
}
	.typography a:hover {
		text-decoration:none;
	}


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

#Content_pic {
	display: block;
}


.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}
