

.typography a {
	text-decoration:none;
	color:#00A5ED;
}
	 .typography a:link {
	}
		 .typography a:focus {
			text-decoration:underline;
		}
		 .typography a:active {
			outline:0;
		}
		.typography a:visited {
		}
		.typography a:hover {
			text-decoration:underline;
		}


.typography h1 {
	color:#00A5ED;
	font-size:2.7em;
	font-weight:bold;
	margin:8px 0 0.2em 0;
}

.typography h2 {
	color:#79bb1d;
	font-size:1.7em;
	line-height:1.3em;
	margin-bottom:0.8em;
}

.typography h3 {
	
}


.typography p, .typography table, .typography ul, .typography ol {
	line-height:1.9em;
	margin-bottom:1em;
}

.typography ul {
	list-style-type:disc;
	margin-left:2em;
}
.typography ol {
	list-style-type:decimal;
	margin-left:2em;
}




.withRightArrow {
	background:url('../images/bluearrow_right.png') right center no-repeat;
	padding-right:18px;
}

.typography .small {
	font-size:0.9em;
	line-height:1.4em;
}

.typography .left {
	float:left;
	display:block;
}
.typography .right {
	float:right;
	display:block;
}
.typography .center {
	margin-left:auto;
	margin-right:auto;
	display:block;
}

	.typography .center iframe {
		margin-left:auto;
		margin-right:auto;
		display:block;
	}
