.typography {
	color:#575758;
}

.typography h1 {
	color:#0a2353;
	font-weight:100;
	font-size:2em;
	margin-bottom:12px;
	border-bottom:1px solid #bdc3d1;
	padding-bottom:10px;
}

.typography h2 {
	color:#415174;
	font-size:1.5em;
	font-weight:100;
	line-height:29px;
	margin-bottom:20px;
	padding-top:10px;	
}

.typography h3 {
	color:#4e536b;
	font-size:1.4em;
	font-weight:100;
	line-height:20px;
	margin: 25px 0 20px 0;
}

.typography h4 {
	color:#657fb8;
	padding-bottom:5px;
	margin:15px 0 12px 0;
	line-height:23px
}

.typography p {
	margin:10px 0 10px 0;
	line-height:23px;
}

.typography a, typography a:visited {
	color:#7484a7;
	text-decoration:none;	
}

.typography a:hover {
	color:#608eee;
	text-decoration:none;
}

.typography ul li {
	padding-left:30px;
	line-height:28px;
	background-image:url(../images/bullet.jpg);
	background-position:left;
	background-repeat:no-repeat;
	margin-left:20px;
}