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

.typography p { 
	margin: 15px 0 0;
	font-size:13px;
}
.typography p strong{
    font-size:14px;
}

/*** Lists ***/

.typography ol {
    margin:0pt 0pt 0pt 20px;
    padding:3px 0pt 0pt 5px;
    font-weight:12px;
}

.typography ol li div, .typography ul li div, .typography ol li, .typography ul li{
    font-size:12px;
}

.typography ol li {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:decimal;
    padding:0pt 0pt 0pt 5px;
    vertical-align:top;
    font-weight:12px;
}

.typography ul {
    /* list-style-image:none;
    list-style-position:outside;
    list-style-type:none; */
    margin:0pt;
    padding:19px 0pt 2px 15px;
    font-weight:12px;
}

.typography ul li {
	/* background:transparent url(../images/separator1.jpg) no-repeat scroll 0pt 50%; */
    /* padding:0pt 0pt 0pt 12px; */
    line-height:15px;
    padding-bottom:3px;
    font-weight:12px;
}

.SuperScript{
    font-size:12px;
    vertical-align:top;
    color:inherit;
    line-height:13px;
}

.ScriptTwo{
    font-size:11px;
    vertical-align:top;
    color:inherit;
    line-height:15px;
}

/*** Links ***/

.typography a {
	color: #39BDEE;
	cursor: pointer;
	text-decoration:none;
}

.typography a:hover {
	font-weight:bold;
}
/*** Headers ***/

.typography h1 {
	-x-system-font:none;
    color:#39BDEE;
    font-family:Arial,sans-serif;
    font-size:21px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:22px;
    margin:6px 0pt 0pt;
}
.typography h2 {
	-x-system-font:none;
    color:#39BDEE;
    font-family:Arial,sans-serif;
    font-size:16px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:18px;
    margin:9px 0pt 0pt;
}
.typography h2 strong{
    color:#39BDEE;
}

.typography h2 b{
    color:#39BDEE;
}

.typography h3 {
	-x-system-font:none;
    color:#39BDEE;
    font-family:Arial,sans-serif;
    font-size:14px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:16px;
    margin:16px 0pt 0pt;
}
.typography h4 {
	-x-system-font:none;
    color:#757575;
    font-family:Arial,sans-serif;
    font-size:21px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:22px;
    margin:9px 0pt 0pt;
}
.typography h5 {
	-x-system-font:none;
    color:#B2C44F;
    font-family:Arial,sans-serif;
    font-size:21px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:21px;
    margin:9px 0pt 5px;
}
.typography h6 {
	-x-system-font:none;
    color:#F0A61E;
    font-family:Arial,sans-serif;
    font-size:21px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:16px;
    margin:9px 0pt 5px;
}

/*** 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 50px;
}

.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;
}

.typography a.care{
    color:#B2C44F;
}
.typography a.trident{ 
    color:#F0A61E;
}  
