/*** This typography file is included in the WYSIWYG editor ***/
.typography * {
	color: #000;
    font-size:12px;
}

.typography p { 
	margin: 0;
	font-size: 12px;
	line-height: 14px;
    color:#000000;
}

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

/*** Lists ***/

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

.typography ol, .typography ul {
    font-size:12px;
    line-height:16px;
    color:#000;
    padding:5px 0 0 32px;
    margin:0;
}
.typography ul {padding:0px 0 10px 20px;}
.typography ul li {
    padding:0px; 
    list-style-type: circle;
    margin-left:10px;    
}

/* .typography li {
	padding: 0 0 0 15px;
	list-style: none;
	background: transparent url(../images/i-1.gif) no-repeat scroll 3px;
}  */
                
/*** Headers ***/
.typography h1 {
    margin:0;
    font-size:18px;
    line-height:18px;
    color:#001a35;
    font-weight:normal;
}
.typography h2 {
    margin:12px 0 0;
    font-size:16px;
    line-height:16px;
    color:#001a35;
    font-weight:normal;
}
.typography h3 {
    margin:12px 0 0;
    font-size:13px;
    line-height:16px;
    color:#001a35;
    font-weight:normal;
}
.typography h4 {
    margin:12px 0 0;
    font-size:18px;
    line-height:18px;
    color:#ea6d13;
    font-weight:normal;
}
.typography h5 {
    margin:12px 0 0;
    font-size:16px;
    line-height:16px;
    color:#ea6d13;
    font-weight:normal;
}
.typography h6 {
    margin:12px 0 0;
    font-size:13px;
    line-height:16px;
    color:#ea6d13;
    font-weight:normal;
}
.typography p {margin:2px 0 0;font-size:12px;line-height:16px;color:#000;}
.typography a {color:#002e56;text-decoration:none; cursor: pointer;}
.typography a:hover, #column2 .active {color:#ea6d13;text-decoration:underline;}

/*** 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 {
	border: 2px solid black;
	border-collapse: collapse;
}

.typography table td, table th {
	padding: 5px;
}

.typography table th {
	background-color:#0061aa;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

.typography td {
	border: 1px solid #bebebe;
	border-collapse: collapse;
}

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