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

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

/*** Lists ***/

.typography ul{
	margin:10px 0 0 4px;
    font-size:12px;
}

.typography ol {
    margin:10px 0 0 20px;
    font-size:12px;
}

.typography ol li { 
    list-style:decimal;
    margin:0 0 0 20px
    padding:0;
}

.typography ul li {
	padding: 0 0 0 15px;
	list-style: none;
	background: transparent url(../images/ico_disc.gif) no-repeat scroll left 4px;
}

/*** Links ***/

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

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

.typography h1 {
	font-style: normal;
	line-height: normal;
	font-size: 18px;
    color:#f3882c;
    padding:0 0 4px;
    font-weight:normal;
}
.typography h2 {
	font-style: normal;
    line-height: normal;
    font-size: 16px;
    color:#f3882c;
    padding:0 0 4px;
    font-weight:normal;
}
.typography h3 {
	font-style: normal;
    line-height: normal;
    font-size: 14px;
    color:#f3882c;
    padding:0 0 4px;
    font-weight:normal;
}
.typography h4 {
	font-size: 18px;
	color:#4A4A4A;
    font-weight:normal;
    font-style: normal;
    line-height: normal;
    padding:0 0 4px;
}
.typography h5 {
	font-size: 16px;
    color:#4A4A4A;
    font-weight:normal;
    font-style: normal;
    line-height: normal;
    padding:0 0 4px;
}
.typography h6 {
	font-size: 14px;
    color:#4A4A4A;
    font-weight:normal;
    font-style: normal;
    line-height: normal;
    padding:0 0 4px;
}

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

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