@import url(_styles.css);
/* STANDARD ELEMENTS */
BODY {
	/* WS: Body of the site */
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	color:#000000;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	background-color: #E6E6E6;
}
