/* this is class used for tinymce editor - edited content body*/
.mceContentBody {
    margin: 0;
    padding: 0;
    overflow: scroll;
    text-align: left;
    background: #fff;
    color: #000;
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    line-height: 14px;
}

/* texts and headers*/
.website_text_header {
  color: #647386;
  font-size: 24px;
  font-weight: bold;
  font-family: verdana, arial, sans-serif;
	background-color: inherit;
}

.website_text_button, a.website_text_button {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  font-family: verdana, arial, sans-serif;
	background-color: inherit;
	text-decoration: none;
}


.website_text_normal {
  color: #333;
  font-size: 13px;
  font-weight: bold;
  font-family: verdana, arial, sans-serif;
	background-color: inherit;
}

.website_text_cite {
  color: #666;
  font-size: 12px;
  font-weight: normal;
  font-family: verdana, arial, sans-serif;
	background-color: inherit;
	line-height: 1.6em;
}

.website_text_bigbottom {
  color: #647386;
  font-size: 24px;
  font-weight: normal;
  font-family: verdana, arial, sans-serif;
	background-color: inherit;
}

.website_text_smallbottom {
  color: #647386;
  font-size: 14px;
  font-weight: normal;
  font-family: verdana, arial, sans-serif;
	background-color: inherit;
}
