body {
	font-family: tahoma, helvetica, sans-serif;
}
p {
	padding: 10px;
}
.typography {
	font-family: tahoma, helvetica, sans-serif;
	font-size: 13px;
/*	display: none; */
	}
	.typography h1, .typography h2, .typography h3, .typography h4{
		padding: 5px 0 10px 5px;
}
	.typography h3 {
		color:#555;
	}
	.typography h4 {
		color:#fff;
		background: none;
		text-align:left;
	}
	
	.typography h5 {
		color:#fff;
		
		text-align:left;
		padding-left: 13px;
		padding-bottom:0px;
		text-decoration:none;	
	}
	.typography h2 {
		font-color:#2151a5;
	}
	.typography #featureHeader h4 {
		background:none;
		font-size:15px;
		text-align:left;
	}
	/* WYSIWYG EDITOR ALIGNMENT CLASSES 
	-------------------------------------------- */
	.typography .left {
		text-align: left;
		float: left;
		padding: 5px;
		border-right: 5px solid #fff;
	}
	
	#Form_Form .left {
		float: none;
	}
	
	
	.typography img {
		
	}
	.typography img.left {
			padding: 5px;
			margin: 5px;
			border-right: 5px solid #fff;
	}
	.typography .center {
		text-align: center;
	}
	.typography .right {
		text-align: right;
	}
	.typography div.image.right,
		.typography div.captionImage.right {
			float: right;
			margin-left: 20px;
		}

		.typography .captionImage {
			border: 1px solid #aaa;
			padding: 5px;
		}

		.typography div.image.left,
		.typography div.captionImage.left {
			float: left;
		}
		.typography div.image.leftAlone,
		.typography div.captionImage.leftAlone {
			float: left;
			margin-right: 100%;
		}
		.typography div.image.center,
		.typography div.captionImage.center {
			float: none;
			margin-left: auto;
			margin-right: auto;
			display: block;
		}

		.typography .caption {
			font-weight: bold;
			text-align: center;
			color: #666;
		}

	/* 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;
	}
