.typography p { margin-top: 2px; }

h1 {
    font-size: 1.6em;
    color: #b50127;    
    font-style: italic;
}

/* QUOTES
-------------------------------------------- */
.typography blockquote {
	margin: 0px;
	padding-left: 10px;
	margin-bottom: 20px;
	border-left: 10px solid #3E5286;
	font-style: italic;	
}	

.typography blockquote p { margin-bottom: 0px; margin-top: 0px; }
.typography blockquote * { color: #373737; }

.typography q {
	display:block;
	font-size: 0.8em;
	margin: 1em 1em;
	padding: 0.5em;
	border: 1px #ccc solid;
}

/* LINKS 
-------------------------------------------- */

.typography a {
 	text-decoration: none; 
	color: #697BA1;
}
	.typography a:hover { 
 		text-decoration: none;
	}

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

/* LIST STYLES 
-------------------------------------------- */
.typography ul, 
.typography ol {
	margin: 0 0 12px 10px;
	padding-left: 20px;
}
	.typography li {
		margin: 5px 0px;
	}
		.typography li li {
		}
		
/* HEADER STYLES 
-------------------------------------------- */

.typography h1 {
	
}

.typography h2,
.typography h2 a {
	margin: 20px 0 10px 0;
	font-weight: 700;
    color: #000;
	font-style: normal;
	font-size: 22px;
    clear: both;
	padding: 0;
}

.typography h3,
.typography h3 a { 
    margin: 4px 0 8px 0;
    font-style: normal;
    color: #000;
 	font-size: 17px; 
    clear: both;
	padding: 0;
}	
.typography h4,
.typography h4 a,
.typography h5,
.typography h5 a,
.typography h6,
.typography h6 a  {
	font-size: 16px;
	color: #000;
	line-height: 18px;
	margin: 2px 0 8px 0px;
    clear: both;
	padding: 0;
	font-weight: normal;
	font-style: oblique;
}

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
	margin-left: -5px;
}

.typography h1 a,
.typography h2 a,
.typography h3 a,
.typography h4 a,
.typography h5 a,
.typography h6 a {
	padding: 0;
	color:#697BA1;
}

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

/* TABLE STYLING 
-------------------------------------------- */
.typography table {
	margin: 0 0 18px 0;
	font-size: 11px;
	color: #666;
	border-collapse:collapse;
}
	.typography tr {}
	
		.typography td {
			border:1px solid #999;
			padding:5px;
		}

/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
.typography .left {
	text-align: left;
}
.typography .center {
	text-align: center;
}
.typography .right {
	text-align: right;
}

/* IMAGES 
-------------------------------------------- */
.typography img {
    margin-top: 7px;
    margin-bottom: 7px;
	border: 1px solid #a1a9be;
}
	.typography img.right {
		float: right;
		margin-left: 20px;
	}
	.typography img.left {
		float: left;
        margin-right: 20px;
	}
	.typography img.leftAlone {
		float: left;
		margin-right: 100%;
	}
	.typography img.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

    
.theBody table td, .theBody table th { padding: 3px 6px; margin: 0; border: 1px #94a8a9 solid; border-spacing: 0; text-align: left; vertical-align: top; }
.theBody tbody, .theBody thead, .theBody table { padding: 0; margin: 0; border-spacing: 0; border-collapse: collapse;}
.theBody table thead td { font-weight: bold; color: white; background: #3E5286; text-align: left; vertical-align: top; }
