/*** This typography file is included in the WYSIWYG editor ***/
.typography * {
	color:#717173;
}

.typography p { 
	padding:0pt 0pt 10px;
	font-size: 12px;
    font-family:Arial,Helvetica,sans-serif;
}

.typography blockquote {
	background:#DC5224 none repeat scroll 0% 0%;
    border:2px solid #C84527;
    color:#FFFFFF;
    margin:5px 0pt 0pt;
    overflow:hidden;
    padding:18px 20px 20px 31px;
    width:389px;
}

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

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

/*** Lists ***/

.typography ol {
	-x-system-font:none;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
    margin:0pt 0pt 0pt 20px;
    padding:0pt 0pt 10px;
}
.typography ol li {
    margin:0;
    padding:0;
}

.typography ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    overflow:hidden;
    padding:0pt 0pt 10px;
}

.typography ul li {
    -x-system-font:none;
    background:transparent url(../images/bullet.gif) no-repeat scroll 0pt 5px;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
    padding:0pt 0pt 0pt 10px;
}

/*** Headers ***/

.typography h1,
.typography h2,
.typography h3 {
    color:#006938;
    padding:0 0 2px;
}
.typography h1,
.typography h4 {font:21px Arial, Helvetica, sans-serif;}
.typography h2,
.typography h5 {font:16px Arial, Helvetica, sans-serif;}
.typography h3,
.typography h6 {font:14px Arial, Helvetica, sans-serif;}
.typography h4,
.typography h5,
.typography h6 {
    color:#E65523;
    padding:0 0 2px;
}

/*** WYSIWYG EDITOR ALIGNMENT ***/
.typography .left {
	text-align:left;
}

.typography .center {
	text-align:center;
}

.typography .right {
	text-align:right;
}

.typography img.right {
	float:right;
	margin: 10px 0px 10px 10px;
}

.typography img.left {
	float:left;
	margin: 10px;
}

.typography img.center {
	float:none;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	display:block;
}

/*** Extra redundancy ***/
.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}
