@font-face {
    font-family: "LeagueGothic";
    src: url(design.inspiredmark.com/fonts/LeagueGothic.otf);
    font-weight:400;
}

p{
	font-size: 14px;
	line-height: 18px;
}

p.small{
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 15px;
}

p.module-text{
	font-size: 11px;
	color: #8a8a8a;
	line-height: 18px;
	margin-bottom: 15px;
}

p.testimonial{
	font-size: 12px;
	line-height: 22px;
	color: #646464;
}

p.testimonial-name{
	font-size: 11px;
	font-style: italic;
	padding-top: 10px;
	line-height: 22px;
	color: #969696;
}

span.support-bar{
	font-weight: bold;
	color: #fff;
}

h2{
	margin: 20px 0 20px 0;
	font-size: 20px;
	color: #cbcbcb;
}

h3{
	color: #cbcbcb;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 16px;
}

h3.testimonial{
	color: #8c8c8c;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 24px;
}


li{
	font-size: 12px;
	color: #8c8c8c;
	line-height: 30px;
	list-style-type: square;
	list-style-position: inside;
	border-bottom: 1px solid #303030;
}



a{
	color: #8c8c8c;
	text-decoration: none;
}


a:hover{
	color: #ededed;
}








































