.typography{
	font-family: Tahoma,Verdana,sans-serif;
	font-size: 11px;
}
.typography a {
	color: #124398;
}
.typography a:hover {
	color: #0099D8;
}
	.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 h1 {
	color: #124398;
	font-size: 21px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
}
.typography h2 {
	font-family: Arial;
	color: #124398;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 10px 0;
}
	.typography h2 a {
		color: #124398;
		text-decoration: none;
	}
	.typography h2 a:hover {
		color: #124398;
	}
.typography h2.alt {
	color: #333;
	font-size: 16px;
	font-weight: bold;
}
.typography h3 {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 16px;
}
.typography h3.alt {
	color:#049E7A;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 5px;
	line-height: 1.4em;
}
.typography h4 {
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 2px 0;
}

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

.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 .block {
	background: none repeat scroll 0 0 #EFEFEF;
	padding: 10px 25px;
	margin-bottom: 20px;
}
.typography .block p {
	margin-bottom: 0;
}
.typography .block .right {
	margin-bottom: 0;
}
.typography .block h3 {
	color: #049E7A;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.4em;
	margin-bottom: 10px;
}

.typography table {
	width: 100%;
	border-collapse: collapse;
	border: none;
	margin-bottom: 18px;
}
.typography th, td {
	padding: 5px;
	border: none;
}
.typography td {
	vertical-align: top;
	font-size: 11px;
}
.typography p {
	margin-bottom: 10px;
}

.typography ol.bullets {
	list-style: none outside none;
	margin: 0;
	padding: 0 10px 0 0;
}
.typography ol.bullets li{
	margin: 0 0 11px;
	padding: 3px 0 3px 40px;
}
.typography ol.bullets .bullet1 {
	background: url(../images/bullet1.gif) no-repeat scroll 14px 0 transparent;
}
.typography ol.bullets .bullet2 {
	background: url(../images/bullet2.gif) no-repeat scroll 14px 0 transparent;
}
.typography ol.bullets .bullet3 {
	background: url(../images/bullet3.gif) no-repeat scroll 14px 0 transparent;
}

.typography .clear{clear: both; display: block;}
.typography .galink{}