/*********** Custom Editor Styles ***************/

.typography .f-letter {
    color: #959464;
    float: left;
    height: 48px;
    overflow: hidden;
    margin:-5px 0 -5px;
    font: 48px/48px Georgia, "Times New Roman", Times, serif;
}

/************************************************/


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

.typography p {
    font-size: 11px;
    margin:0pt;
    padding:16px 0pt 0pt;
}
#content .typography p { 
	/* margin: 0px 50px 0 48px; */
}

.typography blockquote {
	margin: 10px;
	font-size: 16px;
	font-style: italic;
}

/*** Lists ***/

.typography ul, .typography ol {
	margin: 20px;
}

.typography li {
	padding: 0 0 0 15px;
}

/*** Links ***/

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

.typography a:hover {
	text-decoration: underline;
}
/*** Headers ***/

.typography h1 {
    color: #71724c;
    margin: 29px 0 0; 
    font-size: 22px;
    font-weight: normal;
}
.typography h2 {
    color: #000;
    margin: -4px 0 0; 
    font-size: 22px;
    font-weight: normal;
}
.typography h3 {
	margin: 0; 
    font: italic 16px Georgia, "Times New Roman", Times, serif;
    color: #71724c;
    padding: 5px 0 20px;
}
.typography h4 {
    color:#000000;
    font-family:Georgia,"Times New Roman",Times,serif;
    font-size:16px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:italic;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
    margin:0pt;
    padding:5px 0pt 10px;
}
.typography h5 {
    color:#71724c;
    font-family:"Times New Roman",Times,serif;
    font-size:16px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:italic;
    font-variant:normal;
    font-weight:bold;
    line-height:normal;
    margin:0pt;
    padding: 0pt;
}


.typography h6 {
    color:#000000;
    font-family:Georgia,"Times New Roman",Times,serif;
    font-size:14px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:italic;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
    margin:0pt;
    padding:5px 0pt 10px;
}

.typography .h7 {
    color: #bc0821;
    margin: 29px 0 0; 
    font-size: 22px;
    font-weight: normal;
}
.typography .h8 {
    color: #bc0821;
    margin: -4px 0 0; 
    font-size: 19px;
    font-weight: normal;
}
.typography .h9 {
    margin: 0; 
    font: italic 16px Georgia, "Times New Roman", Times, serif;
    color: #bc0821;
    padding: 5px 0 20px;
}

.typography .h10 {
    color:#bc0821;
}
/*** Tables ***/
.typography table {
	border: 1px solid black;
	border-collapse: collapse;
}

.typography table td, table th {
	padding: 5px;
}

.typography td {
	border: 1px solid #bebebe;
	border-collapse: collapse;
}

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

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

.typography .right {
	text-align:right;
    font-size:11px;
    font-style:none;
    font-weight:bold;
}

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

