/* CSS Document */
.typography {
	font-family: Arial, Helvetica, sans-serif;
	color:#646464;
	font-size:13px;
	line-height:19px;
	line-height:20px;
	font-size:13px;
}

.typography h1 {
	padding-top: 8px;
	padding-bottom: 8px;
	font-size:32px;
	margin: 0;
}

.typography h2 {
	margin-top: 8px;
	margin-bottom: 8px;
	font-size:26px;
}

.typography h3 {
	margin-top: 6px;
	margin-bottom: 6px;
	font-size:20px;
}

.typography img {
	border:5px solid #BCBCBC;
}

	.typography .right {
		float: right;
		clear: right;
		margin-left: 20px;
	}
	.typography .left {
		float: left;
		clear: left;
	}
	.typography .leftAlone {
		float: left;
		clear: left;
		margin-right: 100%;
	}
	.typography .center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	
	.typography div.caption {
		font-weight: bold;
		font-size: 9px;
		text-align: center;
		padding: 0 5px 0 5px;
	}

	.typographic div.downloads {
		padding: 5px;
		border: 4px solid #EEEEEE;
	}

.typography .SmallCaps {
	font-variant: small-caps;
}

	/* 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;
	}