.typography ul,
.content ul{
  margin-left:20px;
  margin-bottom:20px;
}

.content h1,
.typography h1{
  color: #ee9129;
  font-size: 23px;
  letter-spacing: -1px;
}
.content h2,
.typography h2{
  font-size: 18px;
  font-weight: normal;
  margin-top:10px;
  color: #656551;
}
.content h3,
.typography h3{
  font-size: 16px;
  color: #656551;
  letter-spacing: -1px;
}
.content h4,
.typography h4{
  font-size: 12px;
  color: #656551;
  font-weight:bold;
  letter-spacing: -1px;
}
.content h5,
.typography h5{
  font-size: 10px;
  color: #656551;
  letter-spacing: -1px;
}
.content h6,
.typography h6{
  font-size: 8px;
  color: #656551;
  letter-spacing: -1px;
}
.typography img{
	border: 5px solid #FFFFFF;
  
}
/* 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;
}

.content ul{}
.content ul li{
	
	list-style-type: none;
	margin-bottom: 10px;
	background:url(../images/favicon.ico) no-repeat left center;
	padding-left:20px; 
	/*padding-bottom: 10px;
	line-height:16px; */
}