/*** This typography file is included in the WYSIWYG editor ***/
.typography * {
	color:#004D2C;
    background:transparent none repeat scroll 0 0;
    border:0 none;
    font-size:100%;
    margin:0;
    outline-color:-moz-use-text-color;
    outline-style:none;
    outline-width:0;
    padding:0;
}

.typography p { 
    font-size: 14px;
    padding:0 0 15px;
}

/*** Lists ***/

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

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

.typography ul {
    padding:0 0 0 23px;
}

.typography ul li {
    background:transparent url(../images/ico_dot2.gif) no-repeat scroll 0 6px;
    display:block;
    font-size:13px;
    padding:0 0 3px 8px;
}
/*** Links ***/

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

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

.typography h1 {
	font-size:22px;
    color:#770209;
    font-weight:normal;
    padding:0 0 8px;
}
.typography h2 {
    font-size:18px;
	color:#770209;
    font-weight:normal;
    padding:0 0 8px;
}
.typography h3 {
    font-size:18px;
	color:#770209;
    font-weight:normal;
    padding:0 0 8px;
}
.typography h4 {
	font-size:22px;
    color:#005030;
    font-weight:normal;
    padding:0 0 8px;
}
.typography h5 {
	font-size:18px;
    color:#005030;
    font-weight:normal;
    padding:0 0 8px;
}
.typography h6 {
	font-size:18px;
    color:#005030;
    font-weight:normal;
    padding:0 0 8px;
}

/*** Addresses ***/	

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

.typography td img.left {
    float:none;
    margin: 0;
}
.typography td img.right {
    float:none;
    margin: 0;
}
/*** Extra redundancy ***/
.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}
