/**
 * This typography file is included in the WYSIWYG editor
 */

.typography p, ul, td {
	font-size: 1.2em;
}

.typography ul ul {
	font-size: 1em;
}

.typography a {
	color: #3C68A9;
	text-decoration: underline;
}

.typography a:hover {
	text-decoration: none;
}
.typography .oneliner p {
	font-size: 0.9em;
	margin-top: -5px;
}

#leading p {
	color: #747474;
	margin: 17px 20px 0 25px;
	font-size: 1.2em;
	line-height: 1.8em;
	font-style: italic;
	font-family: "Trebuchet MS", Sans-serif;
}

.typography h2, .typography h3, .typography h4 {
	font-family: "Trebuchet MS", Sans-serif;
	font-size: 1em;
}

.typography h2 {
	color: #000;
	margin-top: 35px;
	border-bottom: 1px solid #CFCFCF;
	font-size: 2em;
	width: 100%;
	margin-bottom: 20px;
}

.typography h3 {
	font-size: 1.6em;
	margin: 5px 0 10px 0;
}

.typography h4 {
	width: 220px;
	background: #236889 url(../images/headerbg.gif) no-repeat center right;
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
	margin: 35px 0 20px 0;
	height: 20px;
	line-height: 20px;
	text-indent: 10px;
}

.typography p {
	font-size: 1.1em;
	color: #555;
	line-height: 1.8em;
	margin-bottom: 12px;
}
.typography hr {
	background: #eee;
	height: 2px;
	width: 100%;
	border: 0; 
	margin: 15px 0 10px 0;
}
*:first-child+html .typography hr {
	color: #dfdfdf;
	margin: 0;
}
* html .typography hr {
	color: #dfdfdf;
	margin: 0;
}

.typography ul,ol {
	font-size: 1.1em;
	margin: 10px 20px;
	line-height: 1.8em;
	color: #555;
}
.typography li {
	margin: 5px 0 5px 0;
}
.typography p.articleInfo {
	color: #999;
	margin: -10px 0 12px 0;
}
#footer p {
	margin: 0;