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

.typography .image-border {
    border: 2px solid black;
}
.typography .table-center {
    margin: 0 auto;
}

.typography p { 
	margin: 0;
    font-size: 1.2em;
	padding: 0 0 15px;
}

/*** Lists ***/

.typography ol {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:decimal;
    margin:0 0 0 24px;
}

.typography ol li {
	font-size:1.2em;
    padding:0 0 3px;
}

.typography ul {
    margin:0 0 0 20px;
}

.typography ul li {
    background:transparent url(../images/ico_dot.gif) no-repeat scroll 0 4px;
    display:block;
    font-size:1.2em;
    padding:0 0 3px 8px;
}

/*** Links ***/

.typography a {
	color: #D52323;
	cursor: pointer;
	text-decoration: none;
}

.typography a:hover {
	text-decoration: underline;
}
/*** Headers ***/

.typography h1 {
	font-size: 2.1em;
    color: #CE0101;
    font-weight: normal;
    padding: 0 0 10px;
}
.typography h2 {
    font-size: 1.8em;
    color: #CE0101;
    font-weight: normal;
    padding: 0 0 10px;
}
.typography h3 {
    font-size: 1.6em;
    color: #CE0101;
    font-weight: normal;
    padding: 0 0 10px;
}
.typography h4 {
    font-size: 2.1em;
    color: #0D1F4C;
    font-weight: normal;
    padding: 0 0 10px;
}
.typography h5 {
    font-size: 1.8em;
    color: #0D1F4C;
    font-weight: normal;
    padding: 0 0 10px;
}
.typography h6 {
    font-size: 1.6em;
    color: #0D1F4C;
    font-weight: normal;
    padding: 0 0 10px;
}

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

/*** Tables ***/
.typography table {
	border-collapse: collapse;
}

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

.typography td {
	border-collapse: collapse;
}

.typography table.vertical-align-this tr td {
	vertical-align: top;
}
.typography table.vertical-align-this tr td h3 {
	margin-bottom: 20px;
}


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

