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

#body .typography p { 
	margin: 0;
	font-size: 12px;
	line-height: normal;
    color:#7E7E7E;
}

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

/*** Lists ***/

#sub_content2 .typography ul, #sub_content2 .typography ol,
#sub_content .typography ul, #sub_content .typography ol{
    margin:0 0 0 20px;
    color:#7E7E7E;
}


#sub_content2 .typography ol li,
#sub_content .typography ol li {
    padding: 0;
    margin-left:10px;
    list-style: decimal;
    color:#7E7E7E;
}

#sub_content2 .typography ul li,
#sub_content .typography ul li {
	padding: 0;
    margin-left:10px;
	list-style: disc;
    color:#7E7E7E;
}

/*** Links ***/

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

.typography a:hover {
    color:#04703d;
	text-decoration: underline;
}
/*** Headers ***/

.typography h1 {
	font-style: normal;
	line-height: normal;
	color: #7E7E7E;
	font-size: 16px;
}
.typography h2 {
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	color: #7E7E7E;
}
.typography h3 {
	font-size: 12px;
	color: #7E7E7E;
}
.typography h4 {
	font-size: 16px;
	font-weight: bold;
	color: #04703D;
}
.typography h5 {
	font-size: 14px;
	font-weight: normal;
	color: #04703D;
}
.typography h6 {
	font-size: 12px;
	color: #04703D;
}

/*** 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;
    color:#000;
}

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

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

.typography td {
	border: 1px solid #bebebe;
	border-collapse: collapse;
    color:#000;
    font-size:12px;
}
#body .typography td p{ 
    color:#000;
    font-size:12px;
}

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