/**
 * This typography file is included in the WYSIWYG editor
 */
/*.typography * {
	font-family: Arial;
	font-size: 1.4em;
}*/

.typography p, .typography ul, .typography td {
	font-size: 1.4em;
	color: #443E32;
	font-family: Lucida Grande, Tahoma, Arial, Helvetica;
	padding-left:10px;
}

.typography ul ul {
	font-size: 1em;
}
.typography h1 {
	font-size: 3em;
	color: #AB4E27;
	font-weight:normal;
	font-family:"Trebuchet MS", Tahoma, Arial, Helvetica;
	
}
.typography h2 {
	font-size: 2.5em;
	color: #AB4E27;
	font-weight:normal;
	font-family:"Trebuchet MS", Tahoma, Arial, Helvetica;
}

.typography h3 {
	font-size: 1.8em;
	color: #83775E;
	margin:0;
	padding:0;
	font-weight:normal;
	text-transform:uppercase;
	font-family:"Trebuchet MS", Tahoma, Arial, Helvetica;
}

.typography h4 {
	font-size: 1.5em;
	color: #AB4E27;
	font-weight:bold;
	font-family:"Trebuchet MS", Tahoma, Arial, Helvetica;
}

.typography h5 {
	color: #AB4E27;
	font-weight:normal;
	font-family:"Trebuchet MS", Tahoma, Arial, Helvetica;
}


.typography h6 { 
	color: #AB4E27;
	font-weight:normal;
	font-family:"Trebuchet MS", Tahoma, Arial, Helvetica;
}

.typography a {
	color: #AB4E27;
	text-decoration: none;
}

.typography a:hover {
	color: #AB4E27;
	text-decoration: underline;
}

.typography ol { font-size: 150%;
	color: #43402F;
	font-weight: bold;
}

