/**
 * This typography file is included in the WYSIWYG editor
 */
.typography * {
	font-family: tahoma, verdana, arial;
}
.typography p,
.typography ul li,
.typography ol li,
.typography a {
	color:#333;
	line-height:1.5em;
	font-size:.8em
}

/** 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;
		font-size: .7em;
	}
		.typography ul li {
		 list-style-type:disc;
		}
		.typography ol li {
			list-style-type:decimal;
    }

/* LINK STYLES */
.typography a {
  color:red;
  font-size:.9em;
}
.typography a:hover {
text-decoration:underline;
}
	
	
.typography table {
	font-size:.8em;
}
	.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;
}

.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}

.typography h1, .typography h2, .typography h3, .typography h4 { font-size: .7em; }

.typography h1 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #FF0000; font-weight: bold; }
.typography h2 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; font-weight: bold; }
.typography h3 { font-size: 12px; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif;}
.typography li { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
