/* ------- ANA CSS ------- */ 
/* ERS : Editor Replace Style */

.ERS-AlignLeft{
text-align:left;
}
.ERS-AlignRight{
text-align:right;
}
.ERS-AlignCenter{
text-align:center;
}
.ERS_EditedMsg{
	font-family: Verdana;
	font-size: 10px;
	color:#666;
	padding:2px;
	margin-top:18px;
	background-color:#E4E4E4;
}
.ERS_EditAlertIco {
	padding:0px 4px 0px 4px;
}


