/**
 * This typography file is included in the WYSIWYG editor
 */
.typography  {
	font-family:Verdana,Arial,sans-serif;
	font-size:1em;
}
.typography blockquote {
	margin-left:20px;
}
.typography hr {
	padding:5px;
}
.typography p,
.typography ul li,
 {
	color:#000;
	line-height:1.2em;
	font-size:small;
}

.typography ol li,
 {
	color:#000;
	line-height:1.2em;
	font-size:smaller;
        padding:0;
        margin:0;
}

.typography p {
	margin-bottom:0px;
	
}


/** CMS LIST STYLES **/
.typography ul,
.typography ol {
	margin-left:10px;
	margin-bottom:20px;
}
	.typography ul li,
	.typography ol li {
		margin:4px 10px;
		line-height:1.4em;
	}
		.typography ul li {
		 list-style-type:disc;
		}
		.typography ol li {
			list-style-type:decimal;
    }

/* HEADER STYLES */

.typography h1,
.typography h2,
.typography h3,
.typography h4 {
	color:#464D26;
	line-height:110%;
	font-style: normal;
	margin-bottom:20px;
	padding-left: 0px;
	border-bottom: dashed 1px #E2E2E2;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.typography h1,
.typography h4 {
	font-weight:normal;
}
.typography h2,
.typography h3 {
	font-weight:500;
}
	.typography h1 {
		font-size:80%;
	}
	.typography h2 {
		font-size:110%;
                text-align:left;
	}
	.typography h3 {
		font-size:1.6em;
	}
	.typography h4 {
		font-size:1.1em;
                border-bottom: none;
	}

/* LINK STYLES */

a {outline:none;}

.typography a {
	color: #728f17;
	font-size:small;
        

  text-decoration:none;
}
	.typography a:hover {
                
		text-decoration:underline;
             
               
	}
	
	.typography h2 a {
	color:#464D26;
	font-size:95%;
  text-decoration:none;
  line-height:110%;
border:none;
}
	.typography h2 a:hover {
		text-decoration: none;
		color:#7B8743;

	}
	
	
.typography table {
	font-size:1.1em;
}
	.typography table tr td {
		padding:3px 5px;
	}

	
/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .desno {
	float:right;
}

.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography img.right {
	float:right;
}
.typography img.left {
	float:left;
}

.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}