/**
 * This typography file is included in the WYSIWYG editor
 */
.typography {
	font-size: 1em;
}

.typography * {
	color: #444;
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

.typography p {
	color: #444;
	font-size: 12px;
	margin-bottom: .8em;
	line-height: 16px;
}
.typography strong {
	color: #444;
	font-size: 12px;
	margin-bottom: .8em;
	font-weight: bold;
}
.typography em {
	color: #444;
	font-size: 12px;
	margin-bottom: .8em;
	font-style: italic;
}

.typography a {
	color: #2c7d9a;
	font-size: 1.1em;
	text-decoration: none;
}

.typography a:hover {
	color: #86c3d2;
}

.typography ul, .typography ol {
margin-bottom:8px;
margin-left:10px;
}
.typography ul li, .typography ol li {
font-size:1.1em;
margin:4px 10px;
}
.typography ol li {
list-style-type:decimal;
}
.typography ul {
margin-left:2em;
margin-top:-5px;
}
.typography ul, .typography ul li {
font-size:12px;
list-style-image:none;
list-style-position:outside;
list-style-type:disc;
}
.typography ul ul {
margin:0pt 0pt 0pt 1em;
}
.typography ul li {
font-size:12px;
margin-bottom:0.1em;
}
/*.typography ul {
	margin-top: -5px;
	margin-left: 2em;
}
	.typography ul, 
	.typography ul li {
		list-style: disc;
		font-size: 12px;
	}
		.typography ul ul {
			margin: 0 0 0 1em;
		}
		.typography ul li {
			margin-bottom: .1em;
			font-size: 12px;
		}*/
.typography h2 {
	color: #005b76;
	font-size: 13px;
	line-height: 18px;
	margin-top: 1em;
	margin-bottom: .5em;
	font-weight: 400;
	letter-spacing: .05em;
}
	
.typography h1, #LeftPane h2 {
	margin: 10px 0 10px 0;
	font-size: 16px;
	line-height: 24px;
	color: black;
	font-weight: 400;
	letter-spacing: .05em;
}

.typography table {
	border: none;
}

.typography table:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.typography table {display: inline-block;}

/* Hides from IE-mac \*/
* html .typography table {height: 1%;}
.typography table {display: block;}
/* End hide from IE-mac */

.typography table tr td {
	border: none;
}

	.typography blockquote {
			margin-left:40px;
	}
	.typography .center{
		text-align:center;	
	}
	.typography .right{
		text-align:right;
	}
	.typography img.right{
		float:right;
		margin-left:10px;
	}
	.typography img.left{
		float:left;
		margin-right:10px;
	}
	.typography img.center{
		display:block;
	}