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

.typography p { 
	margin: 0;
	font-size: 12px;
	line-height: 14px;
}

/*** Lists ***/
.typography ul, .typography ol{
    margin:0px 0px 10px 20px;
}
.typography ul li{
    list-style:disc;
    padding: 0 0 0 0px;
}

.typography ol li {
	padding: 0 0 0 5px;
	list-style: decimal;      
}

/*** Links ***/

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

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

.typography h1 {
	font-style: normal;
	line-height: normal;
	color: #390f0f;
	font-size:21px;
}
.typography h2 {
	font-size:16px;
	font-style: normal;
	font-weight: bolder;
	color: #390f0f;
}
.typography h3 {
	font-size:14px;
	color: #390f0f;
}
.typography h4 {
	font-size:21px;
	font-weight: bold;
	color: #68583a;
}
.typography h5 {
	font-size:16px;
	font-weight: normal;
	color: #68583a;
}
.typography h6 {
	font-size:14px; 
	color: #68583a;
}

/*** Addresses ***/	
.typography pre {
	font-family:"Courier New",Courier;
	display:block;
	font-size:14px;
	margin:2em 5em;
	padding:0.5em;
	border:1px #ccc solid;
	background:#eee;
}

/*** Tables ***/
.typography table {
	border-collapse: collapse;
}

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

.typography td {
	border-collapse: collapse;
}

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