/**
 * This typography file is included in the WYSIWYG editor
 */
.typography {
	font-family:Arial;
	font-size:12px;
	color: #4f4b4a;
}
.typography blockquote {
	margin-left:20px;
}
.typography hr {
	margin: 15px -10px;
	border: none;
	border-top: solid 1px #dddddd;
	clear: both;
}
.typography p {
	margin:0;
}


/** CMS LIST STYLES **/
.typography ul,
.typography ol {
	margin-left:10px;
	margin-bottom:20px;
	padding: 0 0 0 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;
    }
.typography table ul,
.typography table ol {
	margin: 0 0 20px 0;
	padding: 0 0 0 10px;
}
	.typography table ul li,
	.typography table ol li {
		margin:4px 10px;
		line-height: 1.1em;
	}
		.typography table ul li {
			list-style-type:disc;
		}
		.typography table ol li {
			list-style-type:decimal;
		}

/* HEADER STYLES */

.typography h1 {
	font-size:18px;
	color: #4f4b4a;
	font-weight:normal;
	margin: 10px 20px 30px;
	text-align: right;
	font-family: Arial;
}

.typography h2 {
	font-size:17px;
	color: #4f4b4a;
	font-weight:normal;
	margin: 10px 20px 30px 0;
	text-align: left;
	font-family: Arial;
}

/* LINK STYLES */
.typography a {
	color:#0083C8;
  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;
}
