/*  */
.typography .spacedList {
}
	.typography .spacedList li {
		margin-bottom:1em;
	}


.typography h1{
	color: #3d3962;
	font-size: 18px;
	font-weight:normal;
}

.typography h2{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom:5px;
}

.typography h3 {
	color: #3d3962;
	font-weight: bold;
        padding: 7px;
        margin: 0px;
        font-size: 16px;
}

.typography h3 a {  
	color: #98A540;
	font-weight: bold;
	text-align: center;
        padding: 0px;
        margin: 0px;
        font-size: 12px;
       text-decoration: none;
}

.typography h4 {
	color:#446494;
	font-size:15px;
	font-weight:normal;
	margin:0;
	padding:0;
}

.typography a {
	color: #446494;
	text-decoration:underline;
}


/* makes text smaller */
.typography .small {
	font-size:10px;
}

/* for the lightbox script */
.typography a.lightbox {
}



