/**
 * 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 hr {
	padding:5px;
}
.typography p,
.typography ul li,
.typography ol li,
.typography a {
	color:#333;
	line-height:1.6em;
	font-size:1.1em;
	margin-top: 0px;
/*	font-weight: 600;*/
}

.typography a {
font-weight: 600;
}
.typography p {
	margin-bottom: 10px;
	line-height:1.5em;
/*	background-color:#f3f3f3;
	border-bottom: #BBBBBB dotted 1px;*/
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 2px;
	/*font-weight: 600;*/
	

}


/** CMS LIST STYLES **/
.typography ul,
.typography ol {
	margin-left:10px;
	margin-bottom:10px;
}
	.typography ul li,
	.typography ol li {
		margin:4px 10px;
		line-height:1.5em;
	}
		.typography ul li {
		list-style-image: url(../images/pageThumbGlazing.gif);
		margin: 6px 5px 0 18px;
		padding: 0 0 0 5px;
		line-height:1.3em;
		}
		.typography ol li {
			list-style-type:decimal;
    }

/* HEADER STYLES */

.typography h1
 {
	margin: 3px 0 2px 0;
/*	color:#0083C8;*/
	color: #0099FF;
	font-size:2em;
	padding: 1px 0 5px 12px;
	background: url(../images/titleFullGreen.gif) no-repeat;	
	
}

.typography h2 {

	font-size: 1.7em;
	color: #0099FF;
/*	color: #FFF;*/
	margin: 1px 0 3px 0;
	font-weight: 700;
	
	text-decoration: none;
	font-family:Verdana,Arial,sans-serif;

}

.typography h3 {

	font-size: 1.4em;
	color: #0066FF;
	margin: 1px 0 1px 0;
	font-weight: 800;
	font-family:Verdana,Arial,sans-serif;	
}

.typography h4 {
	
	font-size: 1.3em;

 }

.typography h5 {

	font-size: 1.2em;
	color: #CC0000;
}

.typography h6 {
	margin-bottom:0px;
	color: #009933;
	padding-bottom: 5px;
	padding-left: 12px;
	padding-right: 0;
	font-weight:700;
	font-size: 1.2em;
}



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

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



