@import url(_styles.css);
@import url(_styles-ec.css);
/* STANDARD ELEMENTS */
BODY {
	/* WS: Body of the site */
	font-family: 'Lucida Sans', Arial, Helvetica, Geneva, sans-serif;
	font-size: 10px;
	color:#423e3d;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	background-color: #F0E1C2;
}
