/*====================================================================*/
/*=====     RESET BROWSER SETTINGS + DEFINE WEBSITE DEFAULTS     =====*/
/*====================================================================*/

/* --- BASIC ELEMENTS ------------------- */

html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	color: #000;
	background-color: #F6F6F6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


img {
        border: none;
}


a {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #FFF;
        font-weight: bold;
}