/**
 * This typography file is included in the WYSIWYG editor
 */
.typography * {
	font-family:Verdana,Arial,sans-serif;
	font-size:12px;
}
.typography blockquote {
	margin-left:20px;
}
.typography hr {
	padding:5px;
}
.typography p,
.typography ul li,
.typography ol li,
.typography a {

}
.typography p {
	margin:0 0 10px 0;
	padding:0;
}


/** CMS LIST STYLES **/
.typography ul,
.typography ol {

}
	.typography ul li,
	.typography ol li {

	}
		.typography ul li {

		}
		.typography ol li {
			list-style-type:decimal;
    }

/* HEADER STYLES */

.typography h1 {
	margin:0;
	padding:0;
	font-family:"Century Gothic", "Avenir LT Std 55 Roman", "Futura Std Medium", "Futura T", Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#cc3300;
	font-size:17px;
	line-height:1.2em;
}
.typography h2 {
	margin:0;
	padding:0;
	font-family:"Century Gothic", "Avenir LT Std 55 Roman", "Futura Std Medium", "Futura T", Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#639c35;
	font-size:16px;
	line-height:1.2em;
}
.typography h3 {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	display:inline;
}
.typography h4 {
	font-size:1.4em;
}

/* LINK STYLES */
.typography a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF6600;
	text-decoration: none;
}
	.typography a:hover {
		text-decoration:underline;
	}
	
	
.typography table {
	font-size:1.1em;
}
	.typography table tr td {
		padding:3px 5px;
	}

	
/* 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;
	padding-right:10px;
}

.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}