.typography * {
	font-family: Verdana,Lucida,sans-serif;
	font-size: 12px;
	}
	
/* Headers 
******************************/
.typography h1 {
	font-size: 24px;
	color: #c92a22;
	font-weight: 300;
	margin: 15px 0;
	font-family: Tahoma, Verdana, sans-serif;
	line-height: 30px;
	}
.typography h2 {
	font-size: 20px;
	color: #c92a22;
	font-weight: 300;
	margin: 15px 0;
	font-family: Tahoma, Verdana, sans-serif;	
	}
.typography h3 {
	font-size: 18px;
	color: #0a79a5;
	font-weight: 300;
	margin: 25px 0 15px;
	line-height: 23px;
	}
.typography h4 {
	font-size: 16px;
	line-height: 24px;
	color: #c92a22;
	font-weight: 300;
	margin: 25px 0 15px;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	}
.typography h5 {
	font-size: 14px;
	line-height: 18px;
	color: #0a79a5;
	font-weight: 300;
	margin: 10px 0;
	}
.typography h6 {
	font-size: 12px;
	line-height: 16px;
	color: #c92a22;
	margin: 10px;
	}

/* Links 
******************************/
.typography a { 
 	text-decoration: none; 
	color: #0a79a5;
	}
.typography a:hover { 
 	text-decoration: underline;
 	color: #c92a22;
	}

/* 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;
	display: inline-block;
}
.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;
	display: inline-block;
}
.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;
	display: inline-block;
}
.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;
	display: inline-block;
}
.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;
	display: inline-block;
}

/* Format  
******************************/
.typography pre {
	font-family:"Courier New",Courier;
	display:block;
	font-size:11px;
	margin:2em 5em;
	padding:0.5em;
	border:1px #ccc solid;
	background:#eee;
	overflow: hidden;
}

/* Styles 
******************************/

.typography blockquote {
	margin: 10px 20px;
	font-size: 13px;
	color: #777;
	font-style: italic;
	}
	
	.typography blockquote p:before {
		content: '\201c';
		font-size: 24px;
		font-family: Arial;
		}
		
	.typography blockquote p:after {
		content: '\201d';
		font-size: 24px;
		font-family: Arial;
		}
		
.18pxFont {
	font-size: 18px;
	}
	
.red-text {
	color: #c92a22;
	}
	
.green-text {
	color: #0e6527;
	}

.blue-text {
	color: #0a79a5;
	}
	
.purple-text {
	color: #0a79a5;
	}
	
.orange-text {
	color: #c92a22;
	}
	
/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
.typography .left {
	text-align: left;
}
.typography .center {
	text-align: center;
}
.typography .right {
	text-align: right;
}

/* Image Alignment 
******************************/
.typography img {
	border-color: #ccc;
	}
	
	.typography div.image.right,
	.typography img.right,
	.typography div.captionImage.right {
		float: right;
		margin-left: 20px;
		margin-bottom: 20px;
		}
	
	.typography .captionImage {
		border: 1px solid #ccc;
		padding: 5px;
		}
		
	.typography div.image.left,
	.typography img.left,
	.typopgraphy div.captionImage.left {
		float: left;
		margin-right: 20px;
		margin-bottom: 20px;
		}
		
	.typography div.image.leftAlone,
	.typography img.leftAlone,
	.typography div.captionImage.leftAlone {
		float: left;
		margin-right: 100%;
		}
	
	.typography div.image.center,
	.typography img.center,
	.typography div.captionImage.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
		}
		
	.typography .caption {
		font-weight: bold;
		text-align: center;
		}
		
/* Tables
******************************/
.typography table {
	border-collapse: collapse;
	}
	
	.typography td {
		vertical-align: top;
		}