.typography, pre { 
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.typography a {
	font-size:12px;
}
.typography p {
	margin: 15px 0px;
}
.typography img {
	border: none;
}
.typography .img {
	border: 1px solid #000;
	float:right;
	margin-left:5px;
	clear:both;}
.typography blockquote { 
	margin-left: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.typography h1 {
	color: #d71f2f;
	font-size: 20px;
	margin: 0.5em 0;
}
.typography h2 {
	color: #d71f2f;
	font-size: 16px;
	margin: 10px 0px 15px 0px;
}
.typography p, .typography li, .typography td { line-height: 1.6em; }
.typography dl { margin: 0 0 2em 0; line-height: 1.6em; }
.typography dt { font-weight: bold; }
.typography dd { padding-left: 3em; }
.typography dd ul { padding-left: 1.5em }
.typography dd ul li { list-style-type: square }
.typography ul { padding-left: 1.5em; }
.typography .thumbnail { 
	float: left;
	width: 165px;
	padding-bottom: 20px;
}
.typography hr { margin: 20px 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;
}
