.typography a {
	color: #0A8197;
	text-decoration: none;
}
.typography a:hover {
	text-decoration: underline;
}
	.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 p {
	margin-bottom: 15px;
}
.typography ul, .typography ol {
	padding-left: 30px;
	margin-bottom: 15px;
}
.typography ul ul, .typography ol ol,
.typography ul ol, .typography ol ul {
	padding-left: 30px;
	margin-bottom: 0;
}

.typography h1 {
	color: #408644;
	font-size: 28px;
	margin: 0 0 14px 0;
	line-height: 1.2em;
}
	.typography h1 a, .typography h1 a:hover {
		color: #408644;
		text-decoration: none;
	}
.typography h2 {
	color: #4F4F4F;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 10px 0;
}
	.typography h2 a, .typography h2 a:hover {
		color: #4F4F4F;
		text-decoration: none;
	}
.typography h2.alt {
	background: none repeat scroll 0 0 #F4F9FE;
	border-bottom: 3px solid #E5EFF8;
	border-top: 3px solid #E5EFF8;
	margin: 0 0 15px 0;
	padding: 10px;
}
.typography h3 {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	line-height: 1.2em;
	margin: 0 0 10px 0;
}
.typography h4 {
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 0;
	line-height: 1.2em;
}

.typography blockquote {
	background: url("../images/quote-start.png") no-repeat scroll 0 0 transparent;
	margin: 10px 0;
	padding: 10px 35px;
	text-align: justify;
}
.typography blockquote p {
	font-family: Georgia,serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	background: url("../images/quote-end.png") no-repeat scroll 100% 100% transparent;
	padding: 0 35px 10px 0;
}

.typography .left {
	text-align: left;
}
.typography .center {
	text-align: center;
}
.typography .right {
	text-align: right;
}

.typography img {
	border: none;
}
	.typography img.right {
		float: right;
		margin: 0 0 5px 10px;
	}
	.typography img.left {
		float: left;
		margin: 0 10px 5px 0;
	}
	.typography img.leftAlone {
		text-align: left;
	}
	.typography img.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

.typography table {
	margin-bottom: 15px;
}
.typography table th {
}
.typography table td {
	padding: 0 10px 2px 0;
}
.typography table tfoot td {
	font-style: normal;
}

.typography table.data {
	width: 90%;
	border-collapse: collapse;
	border: 1px solid #E5EFF8;
	text-align: left;
	color: #678197;
	margin: 0 auto 15px auto;
}
.typography table.data th {
	background: none repeat scroll 0 0 #F4F9FE;
	border-bottom: 3px solid #E5EFF8;
	color: #66A3D3;
	font-size: 16px;
	font-weight: bold;
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
}
.typography table.data td {
	border: 1px solid #E5EFF8;
	padding: 5px 15px;
	text-align: left;
}
.typography table.data tr.even td {
	background: #FFF;
}
.typography table.data tr.odd td {
	background: #FAFAFA;
}
.typography .home-special div {
	padding: 0 20px;
}
.typography .home-special h3 {
	color: #408644;
	font-family: Arial,helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.typography .home-special p {
	margin: 0 0 5px 0;
	font-size: 12px;
}
.typography .home-special div p {
	margin: 0 0 18px 0;
}

.typography .block{
	background: #EEEEEE;
	padding: 15px 20px 10px 20px;
}

.typography .small {
	font-size: 0.9em;
	line-height: 1.5em;
}
.typography .smaller {
	font-size: 0.8em;
}

.typography .clear{clear: both;}
.typography .xe{}
.typography .galink{}