.typography {
	font-family: Arial, Helvetica, sans-serif;
}

.typography h1, .NewsArticle h1, .NewsCategory h1{
	font-family: Helvetica, Arial;
	font-size:1.8em;
	font-weight:100;
	color:#2b4361;
	background-image:url(../images/h1-bg.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	height:40px;
	margin-left:43px;
	padding:30px 0 0 0;
}

.typography h2, .NewsArticle h2 {
	color:#435865;
	font-size:1.2em;
	font-weight:100;
	line-height:1.5em;
	margin-left:20px;
	padding-top:15px;
}

.typography h3, .NewsArticle h3{
	font-family: Helvetica, Arial;
	font-size:1.2em;
	font-weight:100;
	line-height:1em;
	color:#1a5574;
	padding:10px 0 0 0;
	margin:8px 0 12px 20px;
}

.typography h4, .NewsArticle h4 {
	font-family: Helvetica, Arial;
	font-size:1em;
	font-weight:100;
	line-height:1em;
	color:#466e82;
	padding:10px 0 0 0;
	margin:8px 0 0 20px;
}

.typography h5 {
	color:#858585;
	font-weight:100;
	line-height:1.4em;
	text-align:right;
	padding:35px 0px 15px 100px;
	background-image:url(../images/speech-marks-end.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	margin:-25px 90px 0 0;
}

.typography p {
	color:#5c5d5d;
	margin:10px 0 20px 20px;
	line-height:1.8em;
}

.typography strong {
	color:#6d6f6f;
	font-weight:700;
}

.typography ul {
	color:#5c5d5d;
	list-style-image:url(../images/bullet.jpg);
	margin:-10px 0 10px 50px;
	padding:10px 30px 15px 30px;
	line-height:1.6em;
}

.typography ul li {
	margin:0 0 10px 0;
}

.typography a, .typography a:visited, .NewsArticle a, .NewsArticle a:visited  {
	color:#4797e2;
	text-decoration:none;
}

.typography a:hover, .NewsArticle a:hover  {
	color:#2774bc;
}

.typography blockquote {
	color:#3b5a80;
	font-size:1.2em;
	line-height:1.6em;
	padding:10px 70px 0 45px;
	background-image:url(../images/speech-marks.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	margin-left:20px;
}

.typography .btn, .typography .btn:visited {
}

.typography .btn:hover {
}

.typography img.left {
	float:left;
}

.typography img.right {
	float:right;
}