/* 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: 14px;
  font-weight: bold;
  font-family: verdana, arial, sans-serif;
	background-color: inherit;
}

.website_text_big_link, a.website_text_big_link{
  color: #4F4F4F;
  font-size: 12px;
  font-family: verdana, arial, sans-serif;
	background-color: inherit;
}

website_text_header_red, .website_text_header_orange, .website_text_header_blue, .website_text_header_green, .website_text_header_gray {
	font-size: 115%;
	font-weight: bold;
	color: #DC241F;
	background-color: inherit;
	text-decoration: none;
	padding: 5px;
	display: block;
}
.website_text_header_orange {
	color: #FF9A00;
	background-color: inherit;
}
.website_text_header_blue {
	color: #3656AB;
	background-color: inherit;
}
.website_text_header_green {
	color: #62BD19;
	background-color: inherit;
}
.website_text_header_gray, a.website_text_link_hover_orange {
    color: #879099;
    background-color: inherit;
}

.website_text_header_red, .website_text_header_orange, .website_text_header_blue, .website_text_header_green, .website_text_header_gray, .website_text_link_hover_orange {
	font-size: 115%;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
	display: block;
}

.website_text_123_header_big, .website_text_123_header_big_grey, .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, a.website_text_box,a.website_text_box:hover, a.website_text_box:visited, .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, a.website_text_box:hover {
  text-decoration: underline;
}
a.website_text_link_hover_orange, a:visited.website_text_link_hover_orange {
	color: #879099;
}
	 
a:hover.website_text_link_hover_orange {
    	color: orange;
}

.website_text_123_header_big_grey {
	color: #aaa;
	font-weight: bold;
}
.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;
}