/**
 * This typography file is included in the WYSIWYG editor
 */
.typography * {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
       color: #2c2c2c;
}
.typography blockquote {
	margin-left:20px;
}
.typography hr {
	padding:5px;
}
.typography p,
.typography ul li,
.typography ol li {
	font-weight: normal;
       color: #000000;
	text-decoration: none;
	cursor: pointer;
}
.typography a {
	font-weight: bold;
       color: #0077c0;
	text-decoration: none;
	cursor: pointer;
}

.typography p {
	margin-bottom:20px;
}


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

.typography h1 { 
   font-size: 28px;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #000000;
}

.typography h2 {
   font-size: 21px;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #000000;
}

.typography h3 {
   font-size: 20px;
	margin-bottom: 5px;
}

.typography h4 {
   font-size: 12px;
	color: #000;
	margin: 8px 0px 0px 0px;
	font-weight: bold;
}

/* LINK STYLES */
	
.typography table {
	font-size:1.1em;
}

.typography table tr td {
	padding:3px 5px;
}
	
/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.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;
	margin-right: 10px;
}