/**
 * This typography file is included in the WYSIWYG editor
 */
/*.typography * {
	font-family: Arial,sans-serif;
	font-size: 1.1em;
}*/
.typography {
	font-family: Arial,sans-serif;
	font-size: .7em;
}
.typography blockquote {
	margin-left:20px;
}
.typography hr {
	padding:5px;
}
.typography p {
	margin-bottom: 10px;
}
.typography p,
.typography ul li,
.typography ol li,
.typography a {
	line-height:1.4em;
}


/** 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.3em;
	}
		.typography ul li {
		 list-style-type:disc;
		}
		.typography ol li {
			list-style-type:decimal;
    }

/* HEADER STYLES */

.typography h1,
.typography h2,
.typography h3,
.typography h4 {
	margin-bottom:12px;
}
.typography h1,
.typography h4 {
	font-weight:bold;
}
.typography h2,
.typography h3 {
	font-weight:normal;
}
	.typography h1 {
		font-size:2.0em;
	}
	.typography h2 {
		font-size:2.0em;
	}
	.typography h3 {
		font-size:1.7em;
	}
	.typography h4 {
		font-size:1.7em;
	}
	.typography h5 {
		font-size:1.5em;
	}
	.typography h5 {
		font-size:1.3em;
	}

/* LINK STYLES */
.typography a {
  text-decoration:none;
}
	.typography a:hover {
		text-decoration:underline;
	}
	
	
.typography table {
}
	.typography table tr td {
		padding:3px 5px;
	}

	
/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
	text-align:left;
}
.typography .center {
	text-align: center;
	margin: 0 auto;
}
.typography .right {
	text-align:right;
}
.typography img.right {
	float:right;
}
.typography img.left {
	float:left;
}

.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}
.typography .gallery_image {
	margin-right: 10px;
}
.typography .galleryholder_image {
	display: block;
	width: 150px;
	height: 120px;
	float: left;
	margin: 5px;
}
.typography #GalleryDescription {
	float: left;
	width: 200px;
}
.typography #ImageGallery {
	width: 340px;
	float: right;
	margin-right: -20px;
}
.typography #ViewPort {
	height: 265px;
	width: 340px;
	text-align: center;
}
.typography #pp_form {
	width: 68px;
	height: 23px;
	display: inline;
}
