/**
 * This typography file is included in the WYSIWYG editor
 */
.typography * {
	font-family:Verdana,Arial,sans-serif;
		

}
.typography blockquote {
	margin-left:20px;
}
.typography hr {
	padding:5px;
}
.typography p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	line-height: 18px;
	color: #5C5E5D;
	padding-left:0;
	margin-left:0;
	padding-bottom:0;
	margin-bottom:0;
	margin-top:0;
	padding-top:8px;
}



/** CMS LIST STYLES **/
.typography ul,
.typography ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #5C5E5D;
}
	.typography ul li,
	.typography ol li {
			margin:8px 0px;
			line-height: 18px;
			

	}
		.typography ul li {
		 list-style-type:square;
		}
		.typography ol li {
			list-style-type:decimal;
    }

/* HEADER STYLES */


.typography h1
  {
	margin: 0px;
	padding: 0px;
	font-family: "Franklin Gothic Medium Cond";
	font-weight: normal;
	color: #584A41;
	font-size: 165%;
}
.typography h2  {
	margin: 0px;
	font-family: "Franklin Gothic Medium Cond";
	font-weight: normal;
	color: #584A41;
	font-size: 120%;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.typography h3 {
	margin: 0px;
	font-family: "Franklin Gothic Medium Cond";
	font-weight: normal;
	color: #584A41;
	font-size: 100%;
	padding:0px;
}


/* LINK STYLES */
.typography a {
	color: #584a41;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
	
	


	
/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography img.right {
	float:right;
}
.typography img.left {
	float:left;
}

.typography p.MsoNormal, .typography p.MsoBodyText {
	padding-left:0;
	margin-left:0;
	padding-bottom:0;
	margin-bottom:0;
}
.typography table
{
font-size:0.8em;
	color: #5C5E5D;

}
.typography table.memberTable
{
font-size:12px;
text-align:center;
color:#66584f;
border-collapse:collapse;
}
