.typography h1, 
.typography h2, 
.typography h3, 
.typography h4, 
.typography h5, 
.typography h6 {
	font-size:				small;
	font-weight:			bold;
	margin-bottom:			25px;
	color:					#c83605;
}

.typography a {
	text-decoration:		underline;
	color:					#c83605;
}

.typography  ul {
	list-style-type:	none;
	list-style-image:	url(../images/bg_ul_fa.gif);
}