.typography { font-family: Helvetica, Arial, sans-serif; font-size: 75%; line-height: 1.5em; color: #666; }

.typography p { margin: 0 0 1.5em 0; }
.typography h1 { font-size: 20px; line-height: 1.5em; font-weight: 600; margin: 0 0 0.5em 0; color: #7DB621; }
.typography h2 { font-size: 20px; line-height: 1.5em; font-weight: 600; margin: 0.5em 0; color: #353535; font-weight: normal; }
.typography h3 { font-size: 1.0em; line-height: 1em; margin: 1em 0; }
.typography h4 { margin: 0 0 1em 0; font-size: 1em; font-weight: bold; }
.typography h5 { margin: 0 0 0.7em 0; font-size: 14px; color: #333333;	}
.typography blockquote { padding: 1em 1em 1em 1em; font: 1.2em/1.2em Helvetica, Arial, sans-serif; }

.typography a { color: #3390A8; text-decoration: none; }
.typography a:hover { border-bottom: 1px solid #72B6C8; }
.typography a.image:hover { border: 0; }

.typography .insert { width: 250px; float: right; margin: 0 0 10px 10px; }

.typography .clear { clear: both; }
.typography img.left, .typography table.left { float: left; margin: 0 10px 10px 0; }
.typography img.right, .typography table.right { float: right; margin: 0 0 10px 10px; }

.typography td { border: 0; }

.typography hr { background: #7DB621; height: 1px; border: 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;
}