/*** This typography file is included in the WYSIWYG editor ***/
.typography * {
	color: #595746;
}

.typography p { 
    margin: 13px 0 0;
    font-size: 12px;
}

.typography blockquote {
	margin: 10px;
	font-size: 16px;
	font-style: italic;
}

/*** Lists ***/

.typography ul, .typography ol {
	margin: 20px;
}

.typography li {
	padding: 0 0 0 15px;
}

/*** Links ***/

.typography a {
	color:#02215a;
	cursor: pointer;
	text-decoration: underline;
}

.typography a:hover {
	color:#595746;
}
/*** Headers ***/

.typography h1, .typography h2 {
    margin:13px 0 0;
    font-weight:normal;
    color:#850100;
    line-height:18px;
    font-size:28px;
}
.typography h3 {
    margin:13px 0 0;
    font-weight:normal;
    color:#850100;
    line-height:18px;
    font-size:24px;
}
.typography h4 {
    margin:25px 0 0;
    font-weight:normal;
    color:#002969;
    line-height:18px;
    font-size:16px;
}
.typography h5 {
	margin:18px 0 0;
    font-weight:normal;
    color:#072b5e;
    line-height:16px;
    font-size:14px;
}
.typography h6 {
	margin:18px 0 0;
    font-weight:normal;
    color:#072b5e;
    line-height:16px;
    font-size:12px;
}

/*** Addresses ***/	
.typography pre {
	font-family:"Courier New",Courier;
	display:block;
	font-size:14px;
	margin:2em 5em;
	padding:0.5em;
	border:1px #ccc solid;
	background:#eee;
}

.typography q {
	display:block;
	font-size:12px;
	margin:1em 1em;
	padding:0.5em;
	border:1px #ccc solid;;
}

/*** Tables ***/
.typography table {
	
}

.typography table td, table th {
	
}

.typography table th {
	
}

.typography td {
	
}

/*** WYSIWYG EDITOR ALIGNMENT ***/
.typography .left {
	text-align:left;
}

.typography .center {
	text-align:center;
}

.typography .right {
	text-align:right;
}

.typography img.right {
	float:right;
	margin: 10px 0px 10px 10px;
}

.typography img.left {
	float:left;
	margin: 10px;
}

.typography img.center {
	float:none;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	display:block;
}

/*** Extra redundancy ***/
.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}