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

.typography p { 
	font-size:12px;
    margin:4px 0pt 7px;
}

.typography blockquote {
	background:#DBD7D7 none repeat scroll 0%;
    border:1px solid #474646;
    font-size:12px;
    margin-bottom:30px;
    padding:10px 20px 31px 31px;
}

/*** Lists ***/

.typopgraphy ol {
    font-size:12px;
    margin:0pt 0pt 0pt 22px;
    padding:0pt;
}

.typography ul {
    font-size:12px;
    margin:0pt 0pt 35px 33px;
}

/*** Links ***/

.typography a {
	color:#262626;
    text-decoration:none;
}

.typography a:hover {
	color:#1C436E;
    text-decoration:none;
}
/*** Headers ***/

.typography h1,
.typography h2,
.typography h3 {
    font-size:21px;
    color:#262626;
    font-weight:normal;
    margin: 5px 0px;
}
.typography h4,
.typography h5,
.typography h6 {
    color:#1c436e;
    font-size:21px;
    font-weight:normal;
    margin: 5px 0px;
}
.typography h2,
.typography h5 { font-size:16px;}
.typography h3,
.typography h6 { font-size:14px;}

/*** 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;
}
