body
{
	font:16px/18px "Calibri";
	font-display: auto;
	color:#3F4347;
}

body
{
	background:#ffffff;
}

body.ContentBody
{
	background:#dbdcdc;
}

iframe
{
	margin:0 auto;
}

a
{
	text-decoration:underline;
}

.clear
{
	display:block;
	clear:both;
	overflow:hidden;
	font-size:0; 
	line-height:0; 
}

.cfix:after
{
	content:"";
	display:block;
	overflow:hidden;
	clear:both;
}

.LTR .floatOne
{
	float:left !important;
}

.RTL .floatOne
{
	float:right !important;
}

.LTR .floatTwo
{
	float:right !important;
}

.RTL .floatTwo
{
	float:left !important;
}

.weightOne
{
    font-weight:bold !important;
}

.alignOne
{
	text-align:center !important;
}

.LTR .alignTwo
{
	text-align:right !important;
}

.RTL .alignTwo
{
	text-align:left !important;
}

.LTR .alignThree
{
	text-align:left !important;
}

.RTL .alignThree
{
	text-align:right !important;
}

.valignOne
{
	vertical-align:middle !important;
}

.valignTwo
{
	vertical-align:top !important;
}

.displayOne
{
	display:inline-block !important;
}