/*.commented rule out since it's interfereing woith h2 rendering of bottom-margin 20px
 * seems to have no effect to overall rendering of other headings
 
	typography h1, h2, h3, h4 {
	margin: 0;
} */

.typography * {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
}

/* PARAGRAPHS */
.typography p { 
	font-size: 14px;
	color: #6B6B6B;
}

.typography h2, h3, h4 {
	margin-bottom: 20px;
	padding-bottom: 9px;
	border-bottom: 1px solid #F2F2F2;
	letter-spacing: -0.035em;
	font-weight: normal;
	color: #37404C;
}

.typography h2 {
	font-size: 28px;
}

.typography h3 {
	font-size: 16px;
	font-weight: bold;
}

.typography h4 {
	font-size: 14px;
	font-weight: bold;
}

.typography p, .typography ul, .typography ol {
	font-size: 14px;
	color: #6B6B6B;
	margin-bottom: 1.5em;
	line-height: 170%;
	text-align: justify;
}

.typography ul, ol {
	margin-left: 3em;
}


.typography p.rightImgCaption{
	font-size : 11px;
	margin-bottom: 1.5em;
	text-align:right;
}

.typography p.leftImgCaption{
	font-size : 11px;
	margin-bottom: 1.5em;
	text-align:left;
}

.typography .Small {
	font-size: 11px
}

.typography dl.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.typography dl.list1 dt {
	float: left;
	width: 70px;
}

.typography dl.list1 dd {
	margin-bottom: 10px;
}

.typography dl.list1 a {
	color: #666666;
}

.typography ul.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.typography ul.list2 li {
	float: left;
	margin: 0 18px 18px 0;
}

.typography ul.list2 li.nopad {
	margin-right: 0;
}

.typography blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

.typography a {
	color: #FF5A00;
}

.typography a:hover {
	text-decoration: none;
}

.typography a img {
	border: none;
}

/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography img.right {
	float:right;
	margin-left:20px;
}
.typography img.left {
	float:left;
}
.typography img.center {
	float:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
}