

.typography a {
	color:#2EA4CF !important;
	text-decoration:none;
}
	 .typography a:link {
	}
		 .typography a:focus {
		}
		 .typography a:active {
		}
		.typography a:visited {
		}
		.typography a:hover {
		}


.typography p {
	margin:0 0 1em 0;
}


.typography .big_text {
	font-size:1.4em;
	color:#FFFFFF;
	line-height:1.5em;
	font-weight:bold;
}
	.typography .big_text strong, .typography .big_text b, .typography b.big_text, .typography strong.big_text, strong .big_text, b .big_text {
		color:#FFCD00 !important;
	}

.typography .small_text {
	font-size:0.9em;
}

.typography .none {
}

.typography .yellow_text {
	color:#FFCD00;
}


.typography h1 {
	font-size:1.4em;
	color:#FFCD00;
	line-height:1.5em;
	font-weight:bold;
	margin-bottom:0;
}

.typography h2 {
	font-size:1.2em;
	color:#FFCD00;
	line-height:1.5em;
	font-weight:bold;
}

.typography h3 {
}


.typography p, .typography table, .typography ul, .typography ol {
}

.typography ul {
	list-style-type:none;
	margin-left:0.75em;
}
	.typography ul li {
		background:url('../images/bullet.gif') left 0.45em no-repeat;
		padding-left:1.25em;
	}


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


.typography p.with_image_on_left {
	padding-left:205px;
	clear:both;
}
	.typography p.with_image_on_left img {
		float:left;
		margin-left:-205px;
		margin-bottom:1em;
	}

.with_image_on_left:after {
	clear: both; 
	content: "."; 
	display: block;
	height: 0; 
	visibility: hidden;
}
.with_image_on_left {
	display:inline-block;
}
.with_image_on_left {
	display:block;
}



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


.typography ul.two_column_list {
	list-style-type:none;
	margin-left:0;
}
.typography ul.two_column_list li {
	
	
	padding-left:0;
	background-image:none;
	float:left;
}
	.typography ul.two_column_list li:first-child {
		width:225px;
		margin-right:11px;
	}


.typography ul.two_column_list:after {
	clear: both; 
	content: "."; 
	display: block;
	height: 0; 
	visibility: hidden;
}
.typography ul.two_column_list {
	display:inline-block;
}
.typography ul.two_column_list {
	display:block;
}

