/**
 * This typography file is included in the WYSIWYG editor
 */
.typography * {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.7;
}
.typography blockquote { 
	margin-left:20px;
}
.typography hr {
	padding:5px;
}
p {
	padding-bottom: 16px;
}
strong{ font-weight: bold; }


/** 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.4;
}
.typography ul li {
	 list-style-type:disc;
}
.typography ol li {
	list-style-type:decimal;
}

/* HEADER STYLES */

.typography h3 {
	display: block;
	height: 30px;
	margin-bottom: 10px;
	width: 532px;
	background: url(../images/content_h2_bottom.gif) no-repeat bottom; 
/*
	font-family: "Times New Roman", Times, serif; 
*/
/*
	font-size: 153.9%;
*/  
	font-size: 138.5%;  
	color: #014f8e;
	line-height: 1;
}

/* LINK STYLES */
.typography a {
	color:#0083c8;
  	text-decoration:none;
}
.typography a:hover {
	text-decoration:underline;
}
.typography table tr td {
	padding:3px 5px;
}

/* Blog headings */
.postTitle a {
/*
	font-family: "Times New Roman", Times, serif; 
*/
	color: #014f8e;
}

	
/* 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 img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}
