.typography p {
	font-size: 13px;
    font-family: Georgia, Times, serif;
}
.typography #rcontent p strong {
}
.typography h1 {
	margin-bottom: 10px;
    color: #5e1f2c;
    font-size: 28px;
    font-family: Georgia, Times, serif;
}
.typography h2 {
	margin-bottom: 10px;
	background: inherit;
	color:#976871;
    font-weight:normal;
	font-size: 19px;
    font-family: Georgia, Times, serif;
}
.typography h3 {
	margin-bottom: 10px;
	color:#976871;
    font-weight:normal;
	font-size: 16px;
    font-family: Georgia, Times, serif;
}
.typography .Remove-Style {
}
.typography .Intro-Text {
	font-weight: bold;
	font-size: 14px;
}
.typography .Highlight-Text {
	color:#5e1f2c;
}
.typography hr {
	margin: 0 0 20px 0;
	border: none;
	height: 1px;
	background: none;
	border-bottom: 1px solid #DDD;
}
.typography ul {
	list-style: none;
	font-size:1.2em;
	line-height:20px;
	margin-bottom:20px;
}
.typography ul li {
	background: url(IMG_INDICATOR_3) no-repeat 0% 8px;
	padding-left: 15px;
}
.typography ol ul {
	list-style:none;
    margin-left:10px;
	margin-top:10px;
}
.typography ol ul li {
	background: url(IMG_INDICATOR_3) no-repeat 0% 8px;
	padding-left: 15px;
      list-style:none;
}
.typography #rcontent ul li {
	background: url('../images/bullet.jpg') no-repeat 0 0;
	padding-left: 15px;
    font-size:15px;
}
.typography #rcontent ul li strong{
	background: none;
}
.typography #rcontent hr{
	border-bottom:1px dashed #5E1F2C;
}

.typography ol {
	font-size:1.2em;
	line-height:20px;
	margin-bottom:20px;
	padding-left: 15px;
	
}
.typography ol li {
	/*background: url(IMG_INDICATOR_3) no-repeat 0% 8px;*/
	list-style-type:decimal;
	padding-left: 15px;
	margin-bottom:5px;
}


/* 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;
	margin-right: 20px;
}
.typography img.leftAlone {
	float: left;
	margin-right:100%;
}
.typography img.center {
	float: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
}


/*wall treats colors*/
.typography .red {
	color:#5E1F2C;
}
.typography .lightred {
	color:#966870;
}
.typography .remove {
	color:#1f1f1f;
}


.typography table{
	margin-bottom:20px;
}
.typography table tr th{
	padding:12px;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	color:#5e1f2c;
	border:1px solid #5e1f2c;
	background:#F0F0F0;
}
.typography table tr{
	border:none;
}
.typography table tr td{
	padding:10px;
	text-align:left;
	font-size:14px;
	color:#666;
	border:1px solid #966870;
	background:none;
}
.typography table tr td strong{
	font-weight:bold;
	color:#5E1F2C;
}
.typography table tr td a{
	line-height:18px;
}
.typography tbody{
	border:none;
}
