.tyopgraphy h1,
.typography h2,
.typography h3 {
	font-family: Arial, Verdana, Sans-serif;
	color: #111;
}
.typography h1 {
	font-size: 24px;
	font-family: Arial, Verdana, Sans-serif;
	color: #111;
	line-height: 24px;
	margin-bottom: 12px;
}

.typography h2 {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 24px;
}

.typography h3 {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 24px;
}

.typography h4 {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 18px;
}

.typography h5 {
	font-size: 13px;
	margin-bottom: 12px;
}

.typography h6 {
	font-size: 12px;
	margin-bottom: 12px;
}

.typography p {
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 16px;
	color: #222;
}
.typography small {
	font-size: 10px;
	color: #888;
}
	.typography small a {
		font-weight: normal;
		color: #888;
	}
.typography ul,
.typography ol {
	margin: 0 0 0 12px;
}
	.typography li {
		font-size: 11px;
		padding: 0 6px 18px 6px;
		border-bottom: 1px solid #ede6d5;
		line-height: 16px;
		margin-bottom: 16px;
		color: #222;
	}

.typography a img {
	border: none;
}
.typography img.left {
	float: left;
	margin: 5px 12px 12px 0;
}

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

.typography table {
	margin: 0 0 18px 0;
	border-collapse: collapse;
}
	.typography td {
		padding: 10px;
		border: 1px solid #bbb;
	}
		.typography td p {
			margin: 0;
		}
	
/* LINK ICONS - shows type of file
------------------------------------ */
.typography a[href$=".pdf"],
.typography a[href$=".PDF"],
.typography a.pdf {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_white_acrobat.png) no-repeat left center;
}
.typography a[href$=".doc"],
.typography a[href$=".DOC"],
.typography a.doc {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_word.png) no-repeat left center;
}
.typography a[href$=".xls"],
.typography a[href$=".XLS"],
.typography a.xls {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_excel.png) no-repeat left center;
}
.typography a[href$=".gz"],
.typography a[href$=".GZ"],
.typography a[href$=".gzip"],
.typography a[href$=".GZIP"],
.typography a[href$=".zip"],
.typography a[href$=".ZIP"],
.typography a.archive {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_white_zip.png) no-repeat left center;
}
.typography a[href$=".exe"],
.typography a[href$=".EXE"],
.typography a.application {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/application.png) no-repeat left center;
}
