/**
 * This typography file is included in the WYSIWYG editor
 */
.typography * {
	font-family:Arial,sans-serif;
	font-size:1em;
    color:#333;
}
.typography blockquote {
	margin-left:20px;
}
.typography hr {
	padding:5px;
}
.typography p,
.typography ul li,
.typography ol li,
.typography a {
	line-height:1.5em;
}
.typography p {
	margin-bottom:1em;
}
.typography strong {
	font-weight:bold;
}
.typography em {
	font-style:italic;
}


/** CMS LIST STYLES **/
.typography ul,
.typography ol {
	margin-left:30px;
	margin-bottom:0.5em;
}
	.typography ul li,
	.typography ol li {
                margin: 0em 15px 0.25em 0px;
                line-height:1.6em;
	}
		.typography ul li {
		 list-style-type:disc;
		}
		.typography ol li {
			list-style-type:decimal;
    }

/* HEADER STYLES */

.typography h1{
    font-weight:normal;
    font-size:1.9em;
    font-family:Tahoma, Sans-Serif;
    padding: 4px 0px 4px 0px;
    margin-top:2.0em;
    margin-bottom:1.2em;
    text-align:left;
    color:#222;
}

.typography h1,
.typography h2,
.typography h3,
.typography h4 {
}


.typography h2{
    font-size:1.3em;
    font-weight:normal;
    text-align:left;
    margin: 1em 0 0.20em 0;
    padding: 2px 4px 2px 0px;
}
.typography h3{
    font-size:1.15em;
    font-weight:bold; 
    margin: 0.8em 0 0.4em 0;
}


/* LINK STYLES */
.typography a {
    text-decoration:underline;
}
.typography a:hover {
    text-decoration:underline;
}
	
	
.typography table {
	font-size:1.1em;
}
	.typography table tr td {
		padding:3px 5px;
	}


/* Vivs additions */
.typography .marginBottom180 {
	margin-bottom:180px;
}
.typography .narrowText50 {
	width:50%;
}
.typography .narrowText75 {
	width:75%;
}



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