/**
 * 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 p.textbox{
	border-color:black;
	border-width:2px;
	border-style:solid;	
}

.typography div.containerbox{
	border-color:black;
	border-width:2px;
	border-style:solid;
	margin-left:5px;
	margin-right:5px;	
}

.typography hr {
	padding:5px;
}
.typography p,
.typography ul li,
.typography ol li,
.typography a {
	color:#333;
	line-height:1.5em;	
}
.typography p {
	margin-bottom:5px;
	font-family: Arial, Sans-Serif, Helvetica;
	font-weight:normal;
	font-size:1.4em;
	line-height:1.4em;
}

/** CMS LIST STYLES **/
.typography ul,
.typography ol {
	margin-left:10px;
	margin-bottom:5px;
	font-family: Arial, Sans-Serif, Helvetica;
	font-weight:normal;
	font-size:1.4em;
	line-height:1.4em;
}
	.typography ul li,
	.typography ol li {
		margin:4px 5px;
		line-height:1.4em;
	}
		.typography ul li {
		 list-style-type:disc;
		}
		.typography ol li {
			list-style-type:decimal;
    }
    
.typography div.containerbox ol{
		margin-left:20px;
		margin-right:20px;
}

.typography div.containerbox p{
		margin: 10px 15px;
}

/* HEADER STYLES */

.typography h1,
.typography h2,
.typography h3,
.typography h4 {
	margin-bottom:10px;
	color:#00909E;
}
.typography h1,
.typography h2 {
	font-weight:bold;
}
.typography h3{
	font-weight:normal;
	text-decoration: underline;
}

.typography h4{
	font-weight:normal;
	text-decoration: none;
}

	.typography h1 {
		font-size:2.5em;
	}
	.typography h2 {
		font-size:2.0em;
	}
	.typography h3 {
		font-size:1.6em;
	}
	.typography h4 {
		font-size:1.4em;
	}

/* LINK STYLES */
.typography a {
	color:#0083C8;
  font-size:1em;
  text-decoration:none;
}
	.typography a:hover {
		text-decoration:underline;
	}
	
	
.typography table {
	font-size:1.1em;
}
	.typography table tr td {
		padding:3px 5px;
	}
.typography table.left_align{
		margin-left: 4px;
		margin-right: auto;	
}

.typography table.right_align{
		margin-left: auto;
		margin-right: 4px;	
}

.typography table.center_align{
		margin-left: auto;
		margin-right: auto;	
}

.plain {
	/*No style, hence plain*/	
}
	
/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography .justify {
	text-align:justify;
}
.typography img.right {
	float:right;
	border: none;
}
.typography img.left {
	float:left;
	border: none;
}
.typography img.center {
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: none;
	
}

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