.typography p, .typography td, .typography span, .typography div {
	line-height: 1.4;
	padding: 0 0 15px 3px;
}

.typography li {
	font-size: 0.9em;
	line-height: 1.4;
	padding: 0 0 5px 3px;
}

.typography a, .typography a:visited {
	color: #666666;
	text-decoration: underline;
}

.typography img.left {
	float: left;
	margin: 10px 10px 10px 0;
}

.typography img.right {
	float: right;
	margin: 10px 0 10px 10px;
}

div#Container .typography h2 {
	color: #333333;
	font-size: 1em;
	font-weight: normal;
	margin: 10px 0 10px 0;
	padding: 0 0 5px 3px;
	border-bottom: 1px solid #e2e2e2;
}

.typography h3 {
	color: #333333;
	font-size: 0.95em;
	font-weight: normal;
	margin: 10px 0;
	padding: 0 0 0 3px;
}

.typography img {
	margin: 20px;
}

.typography sup {
	font-size: smaller;
	line-height: normal;
	vertical-align: super;
}

.typography ul {
	list-style-type: disc;
	margin: 0 0 0 20px;
}

.typography table {
	border-collapse: collapse;
}

.typography table td {
	/*border: 1px solid #e2e2e2;*/
}

body .typography table td img.left {
	float: none;
	margin: 0;
}
