/**
 * 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;
	height:1px;
	background:#135e92;
}
.typography p,
.typography ul li,
.typography ol li,
.typography a {
	color:#333;
	line-height:1.5em;
	font-size:1.1em;
}
.typography p {
	margin-bottom:20px;
}

.typography h6 {        
    background: transparent url(/mysite/images/botrightquote.gif) right bottom no-repeat;    
}

.typography h6 span span {
    display: block;    
    font-size: 1.2em;
    font-weight: normal;
    padding: 0px 40px 0px;
    background: transparent url(/mysite/images/topleftquote.gif) left top no-repeat;    
    
}

/** CMS LIST STYLES **/
.typography ul,
.typography ol {
	margin-left:10px;
	margin-bottom:20px;
}
	.typography ul li,
	.typography ol li {
		margin:4px 10px;
		line-height:1.4em;
	}
		.typography ul li {
		 list-style-type:disc;
		}
		.typography ol li {
			list-style-type:decimal;
    }

/* HEADER STYLES */

.typography h1 {
    font-size:2.2em;
    font-weight:bold;
    color:#135e92;
    margin-bottom:6px;
}
.typography h2 {
    font-size:1.8em;
    font-weight:normal;
    color:#135e92;
    margin-bottom:6px;
}
.typography h3 {
    font-size:1.2em;
    font-weight:bold;
    color: black;
    margin-bottom:4px;
}
.typography h4 {
    font-size:1.0em;
    font-weight:normal;
    color: black;
    margin-bottom:4px;
}

/* LINK STYLES */
.typography a {
	color:#135e92;
  font-size:1em;
  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;
}

.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}