/**
 * This typography file is included in the WYSIWYG editor
 */
.typography * {
	font-family:Arial, Arial Narrow, Verdana, sans-serif;
	font-size:11px;
	color: #666;
}
.typography blockquote {
	margin-left:20px;
}
.typography hr {
	padding:5px;
}
.typography p,
.typography ul li,
.typography ol li,
.typography a {
	color:#666;
	line-height:14px;
	font-size:12px;
}
.typography p {
	margin-bottom:10px;
}


/** CMS LIST STYLES **/
.typography ul,
.typography ol {
	margin-left:10px;
	margin-bottom:20px;
}
	.typography ul li,
	.typography ol li {
		margin:4px 10px;
		line-height:1.4em;
	}
		.typography ul li {
		 list-style-type:disc;
		}
		.typography ol li {
			list-style-type:decimal;
    }

/* HEADER STYLES */

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5, 
.typography h6 {
	margin-top: 0px;
	margin-bottom:10px;
	color:#333;
}
.typography h1,
.typography h4,
.typography h5, 
.typography h6 {
	font-weight:bold;
}
.typography h2,
.typography h3 {
	font-weight:normal;
}
	.typography h1 {
		font-size:2.1em;
	}
	.typography h2 {
		font-size:2.0em;
	}
	.typography h3, .typography h4 {
		font-size:1.6em;
	}
	.typography h5 {
		font-size:1.4em;
	}
	.typography h6 {
		font-size:1.2em;
	}
	
/* LINK STYLES */
.typography a {
	color:#0083C8;
    font-size:1em;
    text-decoration:none;
}
	.typography a:hover {
		text-decoration:underline;
	}
.typography table {
	font-size:1.1em;
}
	.typography table tr td {
		padding:3px 5px;
	}
.typography table tr td p {
	margin: 0px;
}

/** Footer Content Styles **/
.FooterContent a {
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
}
.FooterContent a:hover {
		text-decoration:none;
	}
.FooterContent h1,
.FooterContent h2,
.FooterContent h3,
.FooterContent h4,
.FooterContent h5, 
.FooterContent h6 {
	color:#fff;
}
/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography img.right {
	float:right;
}
.typography img.left {
	float:left;
}

.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}

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