/** * This typography file is included in the WYSIWYG editor */.typography * {	font-size:1em;}.typography blockquote {	width: 600px;	font-style: oblique;	margin: 0 70px;	}.typography hr {	margin-left: auto;	margin-bottom: 24px;	margin-right: auto;	margin-top: 24px;	border-top: 1px solid #c1c1c1;	border-left-style: none;	border-bottom: 1px solid #e6e6e6;	border-right-style: none;	width: 100%;	padding: 0px;	position: relative;	display: block;	clear: both;	line-height: 0px;	font-size: 1px;	max-height: 0px;	height: 0px;}.typography p,.typography ul li,.typography ol li,.typography a {	color:#444;	line-height:1.5em;	font-size:1.1em;}.typography p {	margin-top: 0px;	margin-bottom: 15px;}.typography em {	font-style: italic;}.typography .lowercase {	text-transform: lowercase;}.typography .smallfont {	font-size: 0.9em;}/** CMS LIST STYLES **/.typography ul,.typography ol {	margin-left:10px;	margin-bottom:20px;}	.typography ul li,	.typography ol li {		text-align: left;		margin-left: 10px;		margin-bottom: 15px;		margin-right: 10px;		margin-top: 0;		line-height:1.4em;	}		.typography ul li {		 list-style-type: disc;		 		}		.typography blockquote ul li{		 list-style-type:circle;		 text-transform: none;		}		.typography ol li {			list-style-type:decimal;    }/* HEADER STYLES */.typography h1,.typography h2,.typography h3,.typography h4,.typography h5,.typography h6 {	margin-bottom:6px;	color: #333333;	padding-top: 0;	text-transform: capitalize;	clear: left;}.typography h1,.typography h4,.typography h5,.typography h6 {	font-weight:bold;}.typography h2,.typography h3 {	font-weight:normal;}	.typography h1 {		font-size:2.2em;	}	.typography h2 {		font-size:2.2em;	}	.typography h3 {		font-size:1.6em;	}	.typography h4 {		font-size:1.4em;	}	.typography h5 {		font-size:1.1em;	}	.typography h6 {		color: #333333;		border-color: #d2d2d2;		border-width: 1px;		border-style: dotted;		margin-left: auto;		margin-bottom: 40px;		margin-right: auto;		margin-top: 0;		font-size:1.0em;		padding: 5px;		text-transform: none;		width: 80%;		text-align: center;	}/* LINK STYLES */.typography a {	font-size: 1em;	color: #06c;	text-decoration:none;}.typography a:hover {	text-decoration:underline;}	/* TABLE STYLES */	.typography table {	clear: both;	color: #333333;}.typography table tr td {	padding:3px 5px;	border-color: #e6e6e6;	border-style: solid;	border-width: 1px;}.typography table thead{	background-color: #cbcbcb;	font-weight: bold;	color: #333333;	text-align: left;}.typography table tbody{	vertical-align: top;	text-align: left;}	.typography table tbody li{	padding: 0px;	margin-left: 5px;	margin-bottom: 0px;	margin-right: 0px;	margin-top: 0px;}	.typography table tbody li li{	list-style-type: circle;}.typography table tr td{	border: none;}.typography table tr td{	padding: 5px 10px 5px 10px;}.typography table h5{	text-align: left;	padding-top:20px;	margin-bottom: -5px;	text-transform: uppercase;}.typography table td.line{	border-top: solid 1px #e0e0e0;}.typography table td.cellTitle{	border-top: solid 1px #e0e0e0;	font-weight: bold;	font-size: 1.2em;	text-transform: uppercase;	padding-top:10px;}.typography table td.defaultCell{	border-bottom: none;	padding-bottom: 20px;}.typography table td.coloredCell{	background-color: #f1f1f1;	padding-bottom: 20px;}	.typography table td.coloredTitle{	background-color: #c0c0c0;	}                                      .typography table td.coloredCellLine{	border-top: solid 1px #e0e0e0;	background-color: #f1f1f1;}		/* WYSIWYG EDITOR ALIGNMENT CLASSES */.typography .left {	text-align:left;}.typography .superscript {	font-size:0.7em; 	font-weight: inherit;	vertical-align:top;}.typography .center {	text-align:center;}.typography .right {	text-align:right;}.typography img.right {	margin: 15px 0 15px 15px;	position:relative;	right:-50px;	float:right;}.typography img.left {	margin: 15px 15px 15px 0;	position:relative;	left:-50px;	float:left;}.typography img.leftIcon {	float:left;	background-color: #fff;	padding:3px;	margin-right:5px;	margin-bottom:5px;	border:solid 1px #ccc;	-moz-border-radius:3px;	-webkit-border-radius:3px;	clear: left;}.typography img.centerIcon {	padding:3px;	background-color: #fff;	margin-right:5px;	margin-bottom:5px;	border:solid 1px #ccc;	-moz-border-radius:3px;	-webkit-border-radius:3px;	text-align: center;}.typography p.clear {	clear:both;}.typography pre {	font-size: inherit;	color: #c55;	font-family: inherit;	margin:5px 0 15px 0;	line-height: normal;}
