/*HEADINGS*/
.wys_text h1,
.cke_editable h1{
	font-family:Arial;
	font-size: 26px;
	color:#525252;
	font-weight:700;
}

.wys_text h2,
.cke_editable h2{
	font-family:Arial;
	font-size: 22px;
	color:#525252;
	font-weight:700;
}

.wys_text h3,
.cke_editable h3{
	font-family:Arial;
	font-size: 18px;
	color:#525252;
	font-weight:700;
}


/*REGULAR TEXT*/
.wys_text,
.wys_text p,
.wys_text ul,
.wys_text ol,
.wys_text a,
.cke_editable ol,
.cke_editable ul,
.cke_editable a,
.cke_editable p {
	font:15px/2 Arial,Helvetica,sans-serif;
	color:#525252;
}

.wys_text strong,
.cke_editable strong {
	font-weight:700;
}

.wys_text ol li,
.cke_editable ol li
{
	list-style: decimal;
}

.wys_text ul li,
.cke_editable ul li
{
	list-style: disc;
}

.wys_text em,
.cke_editable em{
	font-style: italic;
}