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

.typography p { 
	font-size:1.3em;
    margin-bottom:20px;
}

/*** Lists ***/

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

.typography li {
	padding: 0 0 0 15px;
	list-style: none;
	background: transparent url(../images/i-1.gif) no-repeat scroll 3px;
}

/*** Links ***/

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

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

.typography h1 {
	font-size:2.8em;
    font-weight:normal;
    margin-top:5px;
    margin-bottom:5px;
    color:#653504;
}
.typography h2 {
	font-size:2.5em;
    font-weight:normal;
    margin-top:5px;
    margin-bottom:5px;
    color:#653504;
}
.typography h3 {
    font-size:2.0em;
    font-weight:normal;
    margin-top:5px;
    margin-bottom:5px;
    color:#653504;
}
.typography h4 {
	font-size:2.8em;
    font-weight:normal;
    margin-top:5px;
    margin-bottom:5px;
	color:#A6470B;
}
.typography h5 {
	font-size:2.5em;
    font-weight:normal;
    margin-top:5px;
    margin-bottom:5px;
    color:#A6470B;
}
.typography h6 {
	font-size:2.0em;
    font-weight:normal;
    margin-top:5px;
    margin-bottom:5px;
    color:#A6470B;
}

/*** Addresses ***/	


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

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

.typography table th {
	
}

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