/**
 * This typography file is included in the WYSIWYG editor
 */
.typography * {
	font-family:Tahoma, Sans-Serif;
	font-size:1em;
      color:#1E160c;
}
.typography blockquote {
	margin-left:20px;
}
.typography hr {
	padding:5px;
}
.typography p,
.typography ul li,
.typography ol li{
	font-size:1.2em;
      line-height:1.65em;
}
.typography p {
	margin-bottom:1em;
}
.typography a {
      color:#ddd;
}

.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-size:1.55em;
    color:#eee;
    margin-top:56px;
    margin-bottom:32px;
}

.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%;
}
.typography .blackBackground{
      background-color:#000;
}
.typography .whiteBackground{
      background-color:#fff;
}
.typography .greyBackground{
      background-color:#666;
}



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