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

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

/*** Lists ***/

.typography ul, .typography ol {
	margin:0 0 0 20px;
    font-size:12px;
}

.typography ul{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:disc;
}

.typography ol{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:decimal;
}

.typography ul li {
	padding: 0;
}

.typography ol li {
    padding: 0;
}

/*** Links ***/

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

.typography a:hover {
	text-decoration: underline;
}
/*** Headers ***/
    .typography h1{ font-size:25px; font-weight:normal; color:#750b0b; margin-bottom:5px; }
    .typography h2{ font-size:19px; font-weight:normal; color:#750b0b; margin-bottom:5px; }
    .typography h3{ font-size:17px; font-weight:normal; color:#750b0b; margin-bottom:5px; }
    .typography h4{ font-size:24px; font-weight:normal; color:#4b4635; margin-bottom:5px; }
    .typography h5{ font-size:19px; font-weight:normal; color:#4b4635; margin-bottom:5px; }
    .typography h6{ font-size:17px; font-weight:normal; color:#4b4635; margin-bottom:5px; }


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