.typography {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 20px;
}
.typography h1, .typography h2,
.typography h3, .typography h4,
.typography h5, .typography h6,
.typography p {
	margin: 15px 0;
}
.typography h1 {
	font-size: 1.4em;
}
.typography h2, .typography h3, .typography h4 {
	font-size: 1.1em;
}
.typography h3 {
	font-weight: normal;
	color: #c00;
}
.typography h4 {
	display: inline;
	background-color: #ff0;
}
.typography h5 {
	font-size: 1em;
}
.typography h6 {
	font-size: 0.75em;
	font-weight: normal;
	color: #c00;
}
.typography p {
	font-size: 0.75em;
	line-height: 1.5;
}
.typography pre {
	white-space: normal;
	padding: 0 20px;
	font-size: 0.75em;
}
.typography blockquote {
}
.typography ul, .typography ol {
	margin: 0 0 0 50px;
	line-height: 1.5;
}
.typography ol {
	font-size: 0.75em;	
}
.typography hr {
	margin: 20px 0;
}
.typography .left {
	float: left;
}
.typography .right {
	float: right;
}
/* Table Styles */
.typography table {
	font-size: 14px;
}
.typography td {
	border: none;
	padding: 10px 13px;
}
.typography table p {
	margin: 0 0 10px 0;
	font-size: 1em;
}
.typography table img {
}
/*Specials*/
.typography #AboutUs p {
	font-size: 1em;
}