/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
.typography .left {
	text-align: left;
}
.typography .center {
	text-align: center;
}
.typography .right {
	text-align: right;
}

/* HEADER STYLES 
-------------------------------------------- */
.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0px;
	padding:0px 0px 15px 0px;
}
.typography h1{
	font-size:15px;
}
.typography h2{
	font-size:13px;
}
.typography h3{
	font-size:12px;
}
.typography h4{
	font-size:11px;
}
.typography h5{
	font-size:11px;
}
.typography h6{
	font-size:11px;
}

/* IMAGES 
-------------------------------------------- */
.typography img {
	border: none;
}
	.typography img.right {
		float: right;
		margin: 0px 0px 10px 10px;
	}
	.typography img.left {
		float: left;
		margin: 0px 10px 10px 0px;
	}
	.typography img.leftAlone {
		float: left;
		margin-right: 100%;
	}
	.typography img.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

/* PARAGRAPHS 
-------------------------------------------- */
.typography p { 
 	margin:0px;
	padding:0px 0px 15px 0px;
	line-height:18px;
	font-size:12px;
}

/* LIST STYLES 
-------------------------------------------- */
.typography ul, .typography ol{
	margin:0px 0px 18px 24px;
	padding:5px 0px 5px 10px;
	overflow:auto;
	zoom:1;
}
.typography li{
	padding:0px 0px 0px 0px;
	margin:5px 10px 5px 10px;
}

/* TAG STYLE 
-------------------------------------------- */
.typography small{
	font-size:10px;
}