/* -------------------------- DEFAULTS
*/

.typography p,
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
	margin-top: 0;
}
.typography {
	font-size: 13px;
	line-height: 140%;
	color: #333;
}
.typography p {
	margin-bottom: 20px;
	line-height: 140%;
	color: #333;
}
.typography h1 {
	margin-bottom: 25px;
	font-size: 25px;
	color: #A6B002;
}
.typography h2 {
	margin-bottom: 20px;
	font-size: 20px;
	color: #A6B002;
}
.typography h3 {
	margin-bottom: 20px;
	font-size: 18px;
	color: #535A01;
}
.typography h4 {
	margin-bottom: 20px;
	font-size: 18px;
	color: #A6B002;
}
.typography h5 {
	margin-bottom: 20px;
	font-size: 14px;
	color: #535A01;
}
.typography h6 {
	margin-bottom: 0px;
	font-size: 14px;
	color: #A6B002;
}
.typography #rightCol ul {
	margin-bottom: 30px;
}
.typography #rightCol ul li {
	list-style: none;
	padding-left: 12px;
	background: url(../images/arrow_light_green.png) no-repeat 0% 5px;
}
.typography small {
	color: #999;
}
.typography hr {
	margin: 0 0 20px 0;
	background: none;
	border: none;
	height: 1px;
	border-bottom: 1px dotted #CCC;
}

/* -------------------------- LINKS
*/

.typography a {
	color: #535A01;
}
.typography a:hover {
	color: #A6B002;
}

/* -------------------------- STYLES
*/

.typography .Intro-Text {
	font-size: 14px;
	color: #636C00;
}
.typography .Large-Green-Text {
	font-size: 14px;
	font-weight: bold;
	color: #A6B002;
}
.typography .Light-Grey-Text {
	font-size: 12px;
	color: #888;
}
.typography .Small-Text {
	font-size: 10px;
	color: #999;
}
.typography .Text-Box {
	display: block;
	padding: 22px;
	width: 416px;
	background: url(../images/bg_text_box.png) no-repeat;
}
