/**
 * This typography file is included in the WYSIWYG editor
 */
.typography * {
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 12px;
}
.typography blockquote {
	margin-left: 0px;
}

.typography {
	color: #58585A;
}

.typography p,
.typography address,
.typography ul li,
.typography ol li,
.typography a,
.typography dl,
.typography td,
.typography th {
	color: #58585A;
}
.typography p,
.typography address {
	margin-bottom: 15px;
}


/** CMS LIST STYLES **/
.typography ul,
.typography ol {
	margin-left: 35px;
	margin-bottom: 20px;
}
	.typography ul li,
	.typography ol li {
		margin: 0px 0px 5px 0px;
		list-style-type: disc;
	}
	
	.typography ol li {
	   list-style-type: decimal;
	}


.typography ul.records {
	clear: both;
	margin: 20px 0px 10px 0px;
	list-style-type: none;
}
	.typography ul.records li {
		list-style-type: none;
	}

/* HEADER STYLES */

.typography h1,
.typography h2,
.typography h3,
.typography h4 {
	color: #006699;
	margin: 0px 0px 10px 0px;
}
	.typography h1,
	.typography h1 span {
		font-size: 15px;
		text-transform: uppercase;
	}
	.typography h1.special {
	   text-transform: none;
	}
	.typography h2 {
		color: #58585A;
		margin: 0px 0px 5px 0px;
	}
	.typography h3 {
		color: #58585A;
		margin: 0px 0px 5px 0px;
	}
	.typography h4 {
	}

/* LINK STYLES */
.typography a {
	color:#FF9900;
  font-size:1em;
  text-decoration:none;
}
	.typography a:hover {
		text-decoration:underline;
	}
	
	
/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography img.right,
.typography div.image.right {
	float:right;
	margin: 3px 0px 20px 20px;
	padding: 2px;
	border: 1px solid #CCCCCC;
}
.typography img.left,
.typography div.image.left {
	float:left;
	margin: 3px 20px 20px 0px;
	padding: 2px;
	border: 1px solid #CCCCCC;
}

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