/**
 * This typography file is included in the WYSIWYG editor
 */
.typography * {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
}
.typography blockquote {
	margin-left:20px;
}
.typography hr {
	padding:0px;
	margin:8px 0px 0px 0px;
	border:none;
	border-bottom:#999999 1px solid;
}
.typography p,
.typography ul li,
.typography ol li{
	color:#DDDDDD;
	font-size:1.3em;	
}
.typography p {
	margin: 0px;
	padding:8px 0px 0px 0px;
	
}

/** CMS LIST STYLES **/
.typography ul,
.typography ol {
	margin: 0px;
	padding:8px 8px 0px 8px;
}
	.typography ul li,
	.typography ol li {
		padding:2px 0px;
		margin-left:16px;
	}
		.typography ul li {
		 list-style-type:square;
		}
		.typography ol li {
			list-style-type:decimal;
    }

/* HEADER STYLES */

.typography h1,
.typography h2,
.typography h3,
.typography h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
	.typography h1 {
		font-size:2.8em;
		margin:14px 0px 0px 0px;
		
	}
	.typography h2 {
		font-size:2.2em;
		margin:10px 0px 0px 0px;
		
	}
	.typography h3 {
		font-size:2.2em;
		margin:24px 0px 0px 0px;
	}
	.typography h4 {
		font-size:1.5em;
		margin:0px;
		padding:0px;
	}

/* LINK STYLES */
.typography a {
	color:#EEEEEE;
	text-decoration:underline;
}
	.typography a:hover,
	.typography a:active,
	.typography a:focus {
		color:#00FFFF;
	}
	
.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;
	padding:4px 0px 0px 10px;
}
.typography img.center {
	margin:16px auto;
	display:block;
}
.typography img.left {
	float:left;
	padding:4px 10px 0px 0px;
}
.typography p object{
	margin:16px auto;
	display:block;
}
.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}
