@charset "UTF-8";
/* ------------------------------------------------------------------------------------------------------------------------------ */
/* -------------------------- Global CSS - General styles for all types of Media ------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------ */

/* General styles for the whole document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

