/* 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_big {
    color: #666;
	background-color: inherit;
    font-size: 1.8em;
    line-height:normal;
    font-family: trebuchet MS, Arial;
}

.website_text_header_red {
    color: #FE0000;
    background-color: inherit;
    font-size: 1.8em;
    line-height:normal;
    font-family: trebuchet MS, Arial;
}

/* links */
.website_link_01 {
    font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	color: #6A889E;
	text-decoration: underline;
}
a:hover.website_link_01 {
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	color: #6A889E;
	text-decoration: underline;
}
/* texts and headers*/
.website_text_09, .website_text_11, .website_text_05 {
	font: 11px Verdana, Tahoma, Arial;
	color: #000;
	text-decoration: none;
}
.website_text_11 {
	font-size: 14px;
	color: #0049B2;
	font-weight: bold;
}
.website_text_05 {
	color: #FFFFFF;
	line-height: 12px;
	font-weight: bold;
	font-style: normal;
	padding-right: 10px;
}
.website_text_05 {
	color: #FFFFFF;
	line-height: 12px;
	font-weight: bold;
	font-style: normal;
	padding-right: 10px;
}
.website_text_19 {
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	color: #0066CC;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
}
.website_text_22 {
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #0046AD;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
.website_text_23 {
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	color: #0046AD;
	text-decoration: none;
}
.website_text_header {
	font-family: Verdana, Tahoma, Arial;
	font-size: 13px;
	line-height: normal;
	font-weight: bold;
	color: #6A889E;
	text-decoration: none;
}
.website_text_header_white {
	font-family: Verdana, Tahoma, Arial;
	color: #FFFFFF;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
}
.website_text_image_border {
	border: 5px solid #E5ECF7;
}
.website_text_background_light_blue {
	background-color: #E5ECF7;
}
.website_text_background_blue {
	background-color: #CBDAEF;
}