/* 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: #2F2D26;
  font-size: 1.6em;
  font-family: verdana, arial, sans-serif;
	background-color: inherit;
}
.website_text_header_grid {
  font-size: 1.2em;
  font-weight: bold;
  font-family: verdana, arial, sans-serif;
	background-color: inherit;
}

.website_text_header p{
  margin-bottom:30px;
}

.website_text_big_link, a.website_text_big_link{
  color: #4F4F4F;
  font-size: 1.2em;
  font-family: verdana, arial, sans-serif;
	background-color: inherit;
}

.website_text_123_header_big, .website_text_123_header_big a {
	font-size: 24px;
	color:#3656AB;
	background-color: inherit;
}

.website_text_123_header_big_bold, .website_text_123_header_big_bold a {
	font-size: 24px;
	font-weight: bold;
	color:#3656AB;
	ackground-color: inherit;
}

.website_text_123_normal, .website_text_123_normal a {
	color:#3656AB;
	font-size: 14px;
	background-color: inherit;
}

.website_text_123_normal strong, .website_text_123_normal b {
	color:#3656AB;
	font-weight: bold;
	font-size: 16px;
	background-color: inherit;
}
.website_text_123_normal_grey, .website_text_123_normal_grey a {
	color:#5F5F5F;
	font-size: 14px;
	background-color: inherit;
}

.website_text_123_normal_grey strong, .website_text_123_norma_greyl b {
	color:#5F5F5F;
	font-weight: bold;
	font-size: 16px;
	background-color: inherit;
}

.website_text_box, .website_text_box a,  .website_text_box a:hover, .website_text_box a:visited{
  color:#3656AB;
  font-weight: bold;
	font-size: 13px;
	background-color: inherit;
	text-decoration: none;
}

.website_text_box a:hover {
  text-decoration: underline;
}
.website_text_123_font_13px {
  font-size: 13px;
  line-height: 18px;
}
.website_text_123_font_14px {
  font-size: 14px;
  line-height: 20px;
}
.website_text_123_font_16px {
  font-size: 16px;
  line-height: 20px;
}