
.typography a {
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}
	 .typography a:link {
		
	}
		 .typography a:focus {
			color:#333333;
			text-decoration:underline;
		}
		.typography a:active {
			text-decoration:underline;
		}
		.typography a:visited {
			color:#333333;
		}
		.typography a:hover {
			color:#333333;
			text-decoration:underline;
		}


.typography .divider {
	background:url('../images/divider.png') left top repeat-x;
	height:8px;
}

.typography p {
	margin-bottom:1em;
}

.typography h2 {
	color:#33AED2;
	font-weight:bold;
	font-size:1em;
}
	.typography h2 a, .typography h2 a:visited, .typography h2 a:hover, .typography h2 a:focus {
		color:#33AED2;
	}

.typography ul {
	list-style-type:disc;
	margin-bottom:1em;
	list-style-position:inside;
	
	margin-left: 1em;
	text-indent: -1em;
}
.typography ol {
	list-style-type:decimal;
	margin-bottom:1em;
	list-style-position:inside;
	
	margin-left: 1.8em;
	text-indent: -1.8em;
}

.typography .wonkyButton {
	background:#22C9F3 url('../images/wonky_content_button_bg.png');
	width:135px;
	height:32px;
	display:block;
	height:29px;
	color:#FFFFFF !important;
	padding:0 8px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	font-size:1em;
	line-height:1.2em;
}
	.typography .wonkyButton:hover, .typography .wonkyButton:focus {
		background-color:#83E1F8;
		text-decoration:none;
	}
	
	.typography .no_style {
		
	}
	
	.typography .small_text {
		font-size:0.8em;
	}
	
	.typography h1.big_header_1 {
		font-size:25px;
		color:#B3B3B3;
	}
	
	img.right {
		float:right;
	}
	img.left {
		float:left;
	}
	
	p.marginleft112 {
		margin-left:112px;
	}
	
