/**
 * This typography file is included in the WYSIWYG editor
 */
.typography * {
	font-family: "Trebuchet MS";
	font-size: 11px;
}
.typography blockquote {
	margin-left:20px;
}
.typography hr {
	padding:5px;
}
.typography p,
.typography ul li,
.typography ol li,
.typography a {
	color:#cccccc;
	line-height: 150%;
	font-size:11px;
}
.typography p {
	margin-bottom:20px;
}



/* HEADER STYLES */

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
	margin-bottom:14px;
	color:#ff953a;
	font-family: "Trebuchet MS";
}
.typography h1,
.typography h4
.typography h5  {
	font-weight:bold;
}
.typography h2,
.typography h3
.typography h6 {
	font-weight:normal;
}
	.typography h1 {
		font-size:18px;
	}
	.typography h2 {
		font-size:16px;
	}
	.typography h3 {
		font-size:14px;
	}
	.typography h4 {
		font-size:14px;
	}
	
	.typography h5 {
		font-size:12px;
	}
		.typography h5 {
		font-size:12px;
	}

/* LINK STYLES */
.typography a {
	color:#ff953a;
  font-size:1em;
  text-decoration:none;
}
	.typography a:hover {
		text-decoration:underline;
	}
	
	
.typography table {
	font-size:1.1em;
}
	.typography table tr td {
		padding:3px 5px;
		color:#ff953a;
	}

	
/* 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 {
	margin: 0;
}
