.typography p {
  font-size:12px;
  line-height:150%;
}

.typography h1 {
  font-size:36px;
	font-family: Arial, "MS Sans Serif";
	font-weight: bold;
	color:#fff;
}

.typography h2 {
  font-size:24px;
	font-family: Arial, "MS Sans Serif";
	font-weight: bold;
	color:#98a14a;
}

.typography h3 {
  font-size:18px;
	font-family: Arial, "MS Sans Serif";
	font-weight: bold;
	color:#98a14a;
}

.typography h4 {
	color:#98a14a;
  font-size:15px;
	font-family: Arial, "MS Sans Serif";
	font-weight: bold;
	text-decoration:underline;
}

.typography h5 {
  color: #becf2d;
  font-size:13px;
	font-family: Arial, "MS Sans Serif";
	font-weight: bold;
}

.typography h6 {
  color: #fff;
  font-size:9px;
	font-family: Arial, "MS Sans Serif";
	font-weight: bold;
}

.typography a {
  color:#becf2d;
}

.typography a:hover {
  text-decoration:underline; 
  color:#98a14a;
}
/* ICONS */
.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;
}