.typography {
	font-family: Arial,sans-serif;
	font-size: 12px;
}
.typography blockquote {
	margin-left:20px;
}
.typography hr {
}
.typography p {
	margin: 0px;
	margin-bottom: 6px;
	color:#000;
}

/** CMS LIST STYLES **/
.typography ul,
.typography ol {
	margin-left:10px;
	margin-bottom:20px;
	padding-left: 20px;
}
.typography ul li,
.typography ol li {
	margin: 1px 5px;
	line-height:1.2em;
}
.typography ul li {
	 list-style-type:square;
}
.typography ol li {
	list-style-type:decimal;
}

/* HEADER STYLES */

.typography h1 {
	margin: 0px;
	padding: 5px 0px;
	color: #960000;
	font-size: 1.7em;	
}
.typography h2 {
	margin: 0px;
	padding: 5px 0px;
	color: #960000;
	font-size: 1.5em;	
}
.typography h3,
.typography h4 {
	margin: 0px;
	padding: 4px 0px 0px 0px;
	color: #960000;
	font-size: 1.2em;
}
.typography h4 {
	font-size: 1em;
	color: #000;
}


/* LINK STYLES */
a,
.typography a {
	color: #004753;
	outline: none;
	text-decoration: none;
}
a:hover,
.typography a:hover {
	color: #f85900;
}
.typography a img {
	border: 1px solid #004753;
	padding: 2px;
}
.typography a:hover img {
	border: 1px solid #f85900;
}

/* 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;
}