/**
 * This typography file is included in the WYSIWYG editor
 */
.typography * {
  font-family: tahoma, arial, sans-serif;
  font-size:1em;
}
.typography blockquote {
  margin-left:20px;
}
.typography hr {
  margin: 10px 0;
}
.typography p,
.typography ul li,
.typography ol li,
.typography a {
  color:#333;
  line-height:1.5em;
  font-size:1.1em;
}
.typography p, .typography .tube-video {
  margin-bottom:10px;
}
.typography img {
  padding: 5px; 
  border: 0;
}

/** CMS LIST STYLES **/
.typography ul,
.typography ol {
  margin-left:5px;
  margin-bottom:10px;
  list-style-position: inside;
}
  .typography ul li,
  .typography ol li {
    line-height:1.4em;
    padding-bottom: 5px;
  }

    .typography ol li {
      list-style-type:decimal;
    }

/* HEADER STYLES */

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5 {
  margin-bottom:10px;
  color:#2e3192;
}
.typography h1,
.typography h4 {
  font-weight:bold;
}
.typography h2,
.typography h3 {
  font-weight:normal;
}
  .typography h1 {
    font-size:2.2em;
  }
  .typography h2 {
    font-size:2.2em;
  }
  .typography h3 {
    font-size:1.6em;
  }
  .typography h4 {
    font-size:1.4em;
  }
  .typography h5 {
    font-size: 1.2em;
  }

/* LINK STYLES */
.typography a {
  color:#2e3192;
  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;
    vertical-align: top;
  }

  
/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .f-left { float: left; }
.typography .f-right { float: right; }

.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;
}

.leftAlone { padding-left: 0 !important; }