/**
 * This typography file is included in the WYSIWYG editor
 */
.typography {
	font-family:sans serif, calibri, arial;
	color:#000000;
	line-height:1.3em;
	font-size:1em;
	margin-top:0em;
}
.typography p {
	font-family:sans serif, calibri, arial;
	color:#000000;
	line-height:1.3em;
	font-size:1em;
	margin-top:0em;
}
.typography blockquote {
	padding:0 0 0 1em;
	font-style:italic;
	font-size:0.9em;
	color:#000000;
	border-left:4px solid #ED970E;
	margin-bottom:2em;
}
.typography hr {
	padding:0.5em;
}

/** CMS LIST STYLES **/
.typography ul,
.typography ol {
	margin-left:0em;
	margin-bottom:0em;
}

.typography ul li,
.typography ol li {
	color:#000000;
	line-height:1.3em;
	font-size:1em;
	margin-top:0em;
}

.typography ul li {
	list-style-type:none;
	padding-left:1em;	
	background:url(../images/li_bullet.gif) left center no-repeat;		 
}

.typography ol li {
	list-style-type:decimal;
	margin-left:1.8em;	
}

/* HEADER STYLES */

	.typography h1 {
	font-size:1.8em;
	margin-bottom:0.5em;
	font-weight:bold;
	color:#333;		
	}
	.typography h2 {
	font-size:1.5em;
	margin-bottom:0.3em;
	font-weight:bold;
	color:#333;	
	}
	.typography h3 {
	font-size:1.35em;
	margin-bottom:0.3em;	
	font-weight:bold;
	color:#333;
	}
	.typography h4 {
	font-size:1.2em;
	font-weight:bold;
	color:#333;	
	}

	.typography h5 {
	font-size:1.1em;
	font-weight:bold;
	color:#333;
	}
	
	.typography h6 {
	font-size:0.9em;
	font-weight:normal;
	color:#000;
	}
	
/* LINK STYLES */
.typography a {
	color:#ED970E;
	text-decoration:none;
}

	.typography a:hover {
	text-decoration:underline;
	}	
	
.typography table {
}
	.typography table tr td {
	}

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

